Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

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