package.json 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. {
  2. "_from": "circular-json@^0.5.5",
  3. "_id": "circular-json@0.5.7",
  4. "_inBundle": false,
  5. "_integrity": "sha512-/pXoV1JA847qRKPrHbBK6YIBGFF8GOP4wzSgUOA7q0ew0vAv0iJswP+2/nZQ9uzA3Azi7eTrg9L2yzXc/7ZMIA==",
  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.7.tgz",
  22. "_shasum": "b8be478d72ea58c7eeda26bf1cf1fba43d188842",
  23. "_spec": "circular-json@^0.5.5",
  24. "_where": "C:\\socket\\chatroom-myclient\\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. "postinstall": "echo ''; echo \"\\x1B[1mCircularJSON\\x1B[0m is in \\x1B[4mmaintenance only\\x1B[0m, \\x1B[1mflatted\\x1B[0m is its successor.\"; echo ''",
  62. "test": "istanbul cover test/circular-json.js",
  63. "web": "$(sleep 2 && open http://0.0.0.0:7151/) & tiny-cdn run ./"
  64. },
  65. "unpkg": "build/circular-json.js",
  66. "version": "0.5.7"
  67. }