package.json 2.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. {
  2. "_args": [
  3. [
  4. "streaming-json-stringify@3",
  5. "D:\\work\\im\\node_modules\\koa-json"
  6. ]
  7. ],
  8. "_from": "streaming-json-stringify@>=3.0.0 <4.0.0",
  9. "_id": "streaming-json-stringify@3.1.0",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/streaming-json-stringify",
  13. "_nodeVersion": "4.2.1",
  14. "_npmUser": {
  15. "email": "jonathanrichardong@gmail.com",
  16. "name": "jongleberry"
  17. },
  18. "_npmVersion": "2.14.7",
  19. "_phantomChildren": {},
  20. "_requested": {
  21. "name": "streaming-json-stringify",
  22. "raw": "streaming-json-stringify@3",
  23. "rawSpec": "3",
  24. "scope": null,
  25. "spec": ">=3.0.0 <4.0.0",
  26. "type": "range"
  27. },
  28. "_requiredBy": [
  29. "/koa-json"
  30. ],
  31. "_resolved": "https://registry.npmjs.org/streaming-json-stringify/-/streaming-json-stringify-3.1.0.tgz",
  32. "_shasum": "80200437a993cc39c4fe00263b7b3b903ac87af5",
  33. "_shrinkwrap": null,
  34. "_spec": "streaming-json-stringify@3",
  35. "_where": "D:\\work\\im\\node_modules\\koa-json",
  36. "author": {
  37. "email": "me@jongleberry.com",
  38. "name": "Jonathan Ong",
  39. "url": "http://jongleberry.com"
  40. },
  41. "bugs": {
  42. "url": "https://github.com/stream-utils/streaming-json-stringify/issues"
  43. },
  44. "dependencies": {
  45. "json-stringify-safe": "5",
  46. "readable-stream": "2"
  47. },
  48. "description": "Streaming JSON.stringify()",
  49. "devDependencies": {
  50. "cat-stream": "*",
  51. "istanbul": "0",
  52. "mocha": "2",
  53. "sinon": "^1.17.2"
  54. },
  55. "directories": {},
  56. "dist": {
  57. "shasum": "80200437a993cc39c4fe00263b7b3b903ac87af5",
  58. "tarball": "https://registry.npmjs.org/streaming-json-stringify/-/streaming-json-stringify-3.1.0.tgz"
  59. },
  60. "files": [
  61. "index.js"
  62. ],
  63. "gitHead": "cffa62011dfd2f4c13654bbdbc5c273b13142435",
  64. "homepage": "https://github.com/stream-utils/streaming-json-stringify#readme",
  65. "keywords": [
  66. "stream",
  67. "json",
  68. "stringify"
  69. ],
  70. "license": "MIT",
  71. "maintainers": [
  72. {
  73. "email": "jonathanrichardong@gmail.com",
  74. "name": "jongleberry"
  75. },
  76. {
  77. "email": "doug@somethingdoug.com",
  78. "name": "dougwilson"
  79. }
  80. ],
  81. "name": "streaming-json-stringify",
  82. "optionalDependencies": {},
  83. "readme": "ERROR: No README data found!",
  84. "repository": {
  85. "type": "git",
  86. "url": "git+https://github.com/stream-utils/streaming-json-stringify.git"
  87. },
  88. "scripts": {
  89. "test": "mocha --reporter spec",
  90. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot",
  91. "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter dot"
  92. },
  93. "version": "3.1.0"
  94. }