项目原始demo,不改动
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
Bu depo arşivlendi. Dosyaları görüntüleyebilir ve klonlayabilirsiniz ama işlem gönderemez ve konu/değişiklik isteği açamazsınız.
 
 
 
 

70 satır
1.8 KiB

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