package.json 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. {
  2. "_from": "circular-json@^0.5.5",
  3. "_id": "circular-json@0.5.5",
  4. "_inBundle": false,
  5. "_integrity": "sha512-13YaR6kiz0kBNmIVM87Io8Hp7bWOo4r61vkEANy8iH9R9bc6avud/1FT0SBpqR1RpIQADOh/Q+yHZDA1iL6ysA==",
  6. "_location": "/circular-json",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "circular-json@^0.5.5",
  12. "name": "circular-json",
  13. "escapedName": "circular-json",
  14. "rawSpec": "^0.5.5",
  15. "saveSpec": null,
  16. "fetchSpec": "^0.5.5"
  17. },
  18. "_requiredBy": [
  19. "/log4js"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/circular-json/-/circular-json-0.5.5.tgz",
  22. "_shasum": "64182ef359042d37cd8e767fc9de878b1e9447d3",
  23. "_spec": "circular-json@^0.5.5",
  24. "_where": "C:\\John\\WorkSpace\\WebStorm\\WinBoxNode\\node_modules\\log4js",
  25. "author": {
  26. "name": "Andrea Giammarchi",
  27. "url": "http://webreflection.blogspot.com/"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/WebReflection/circular-json/issues"
  31. },
  32. "bundleDependencies": false,
  33. "deprecated": false,
  34. "description": "JSON does not handle circular references. This version does",
  35. "devDependencies": {
  36. "coveralls": "^2.13.0",
  37. "istanbul": "^0.4.5",
  38. "tiny-cdn": "^0.7.0",
  39. "tressa": "^0.3.1"
  40. },
  41. "generator": "https://github.com/WebReflection/gitstrap",
  42. "homepage": "https://github.com/WebReflection/circular-json",
  43. "keywords": [
  44. "JSON",
  45. "circular",
  46. "reference",
  47. "recursive",
  48. "recursion",
  49. "parse",
  50. "stringify"
  51. ],
  52. "license": "MIT",
  53. "main": "./build/circular-json.node.js",
  54. "name": "circular-json",
  55. "repository": {
  56. "type": "git",
  57. "url": "git://github.com/WebReflection/circular-json.git"
  58. },
  59. "scripts": {
  60. "coveralls": "cat ./coverage/lcov.info | coveralls",
  61. "test": "istanbul cover test/circular-json.js",
  62. "web": "$(sleep 2 && open http://0.0.0.0:7151/) & tiny-cdn run ./"
  63. },
  64. "unpkg": "build/circular-json.js",
  65. "version": "0.5.5"
  66. }