package.json 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. {
  2. "_args": [
  3. [
  4. "circular-json@0.3.3",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "circular-json@0.3.3",
  10. "_id": "circular-json@0.3.3",
  11. "_inBundle": false,
  12. "_integrity": "sha1-gVyZ6oT2gJUp0vRXkb34JxE1LWY=",
  13. "_location": "/circular-json",
  14. "_optional": true,
  15. "_phantomChildren": {},
  16. "_requested": {
  17. "type": "version",
  18. "registry": true,
  19. "raw": "circular-json@0.3.3",
  20. "name": "circular-json",
  21. "escapedName": "circular-json",
  22. "rawSpec": "0.3.3",
  23. "saveSpec": null,
  24. "fetchSpec": "0.3.3"
  25. },
  26. "_requiredBy": [
  27. "/flat-cache"
  28. ],
  29. "_resolved": "https://registry.npm.taobao.org/circular-json/download/circular-json-0.3.3.tgz",
  30. "_spec": "0.3.3",
  31. "_where": "/Users/lihai/jolijoli/pad_spa",
  32. "author": {
  33. "name": "Andrea Giammarchi",
  34. "url": "http://webreflection.blogspot.com/"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/WebReflection/circular-json/issues"
  38. },
  39. "description": "JSON does not handle circular references. This version does",
  40. "devDependencies": {
  41. "coveralls": "^2.13.0",
  42. "istanbul": "^0.4.5",
  43. "tiny-cdn": "^0.7.0",
  44. "tressa": "^0.3.1"
  45. },
  46. "generator": "https://github.com/WebReflection/gitstrap",
  47. "homepage": "https://github.com/WebReflection/circular-json",
  48. "keywords": [
  49. "JSON",
  50. "circular",
  51. "reference",
  52. "recursive",
  53. "recursion",
  54. "parse",
  55. "stringify"
  56. ],
  57. "license": "MIT",
  58. "main": "./build/circular-json.node.js",
  59. "name": "circular-json",
  60. "repository": {
  61. "type": "git",
  62. "url": "git://github.com/WebReflection/circular-json.git"
  63. },
  64. "scripts": {
  65. "coveralls": "cat ./coverage/lcov.info | coveralls",
  66. "test": "istanbul cover test/circular-json.js",
  67. "web": "$(sleep 2 && open http://0.0.0.0:7151/) & tiny-cdn run ./"
  68. },
  69. "version": "0.3.3"
  70. }