package.json 2.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. {
  2. "_args": [
  3. [
  4. "json-stringify-safe@5",
  5. "D:\\work\\im\\node_modules\\streaming-json-stringify"
  6. ]
  7. ],
  8. "_from": "json-stringify-safe@>=5.0.0 <6.0.0",
  9. "_id": "json-stringify-safe@5.0.1",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/json-stringify-safe",
  13. "_nodeVersion": "2.0.1",
  14. "_npmUser": {
  15. "email": "isaacs@npmjs.com",
  16. "name": "isaacs"
  17. },
  18. "_npmVersion": "2.10.0",
  19. "_phantomChildren": {},
  20. "_requested": {
  21. "name": "json-stringify-safe",
  22. "raw": "json-stringify-safe@5",
  23. "rawSpec": "5",
  24. "scope": null,
  25. "spec": ">=5.0.0 <6.0.0",
  26. "type": "range"
  27. },
  28. "_requiredBy": [
  29. "/babel-cli/request",
  30. "/request",
  31. "/streaming-json-stringify",
  32. "/upyun-core/request"
  33. ],
  34. "_resolved": "https://registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz",
  35. "_shasum": "1296a2d58fd45f19a0f6ce01d65701e2c735b6eb",
  36. "_shrinkwrap": null,
  37. "_spec": "json-stringify-safe@5",
  38. "_where": "D:\\work\\im\\node_modules\\streaming-json-stringify",
  39. "author": {
  40. "email": "i@izs.me",
  41. "name": "Isaac Z. Schlueter",
  42. "url": "http://blog.izs.me"
  43. },
  44. "bugs": {
  45. "url": "https://github.com/isaacs/json-stringify-safe/issues"
  46. },
  47. "contributors": [
  48. {
  49. "email": "andri@dot.ee",
  50. "name": "Andri Möll",
  51. "url": "http://themoll.com"
  52. }
  53. ],
  54. "dependencies": {},
  55. "description": "Like JSON.stringify, but doesn't blow up on circular refs.",
  56. "devDependencies": {
  57. "mocha": ">= 2.1.0 < 3",
  58. "must": ">= 0.12 < 0.13",
  59. "sinon": ">= 1.12.2 < 2"
  60. },
  61. "directories": {},
  62. "dist": {
  63. "shasum": "1296a2d58fd45f19a0f6ce01d65701e2c735b6eb",
  64. "tarball": "https://registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz"
  65. },
  66. "gitHead": "3890dceab3ad14f8701e38ca74f38276abc76de5",
  67. "homepage": "https://github.com/isaacs/json-stringify-safe",
  68. "keywords": [
  69. "json",
  70. "stringify",
  71. "circular",
  72. "safe"
  73. ],
  74. "license": "ISC",
  75. "main": "stringify.js",
  76. "maintainers": [
  77. {
  78. "email": "i@izs.me",
  79. "name": "isaacs"
  80. },
  81. {
  82. "email": "andri@dot.ee",
  83. "name": "moll"
  84. }
  85. ],
  86. "name": "json-stringify-safe",
  87. "optionalDependencies": {},
  88. "readme": "ERROR: No README data found!",
  89. "repository": {
  90. "type": "git",
  91. "url": "git://github.com/isaacs/json-stringify-safe.git"
  92. },
  93. "scripts": {
  94. "test": "node test.js"
  95. },
  96. "version": "5.0.1"
  97. }