package.json 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. {
  2. "version": "0.3.3",
  3. "name": "circular-json",
  4. "description": "JSON does not handle circular references. This version does",
  5. "license": "MIT",
  6. "homepage": "https://github.com/WebReflection/circular-json",
  7. "keywords": [
  8. "JSON",
  9. "circular",
  10. "reference",
  11. "recursive",
  12. "recursion",
  13. "parse",
  14. "stringify"
  15. ],
  16. "generator": "https://github.com/WebReflection/gitstrap",
  17. "author": {
  18. "name": "Andrea Giammarchi",
  19. "web": "http://webreflection.blogspot.com/"
  20. },
  21. "repository": {
  22. "type": "git",
  23. "url": "git://github.com/WebReflection/circular-json.git"
  24. },
  25. "main": "./build/circular-json.node.js",
  26. "scripts": {
  27. "test": "istanbul cover test/circular-json.js",
  28. "coveralls": "cat ./coverage/lcov.info | coveralls",
  29. "web": "$(sleep 2 && open http://0.0.0.0:7151/) & tiny-cdn run ./"
  30. },
  31. "devDependencies": {
  32. "coveralls": "^2.13.0",
  33. "istanbul": "^0.4.5",
  34. "tiny-cdn": "^0.7.0",
  35. "tressa": "^0.3.1"
  36. },
  37. "__npminstall_done": "Thu Dec 24 2020 20:20:57 GMT+0800 (CST)",
  38. "_from": "circular-json@0.3.3",
  39. "_resolved": "https://registry.npm.taobao.org/circular-json/download/circular-json-0.3.3.tgz"
  40. }