package.json 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. {
  2. "_from": "JSONStream@^1.0.4",
  3. "_id": "JSONStream@1.3.5",
  4. "_inBundle": false,
  5. "_integrity": "sha512-E+iruNOY8VV9s4JEbe1aNEm6MiszPRr/UfcHMz0TQh1BXSxHK+ASV1R6W4HpjBhSeS+54PIsAMCBmwD06LLsqQ==",
  6. "_location": "/JSONStream",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "JSONStream@^1.0.4",
  12. "name": "JSONStream",
  13. "escapedName": "JSONStream",
  14. "rawSpec": "^1.0.4",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.4"
  17. },
  18. "_requiredBy": [
  19. "/conventional-commits-parser"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/JSONStream/-/JSONStream-1.3.5.tgz",
  22. "_shasum": "3208c1f08d3a4d99261ab64f92302bc15e111ca0",
  23. "_spec": "JSONStream@^1.0.4",
  24. "_where": "H:\\gs_nuxt\\node_modules\\conventional-commits-parser",
  25. "author": {
  26. "name": "Dominic Tarr",
  27. "email": "dominic.tarr@gmail.com",
  28. "url": "http://bit.ly/dominictarr"
  29. },
  30. "bin": {
  31. "JSONStream": "bin.js"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/dominictarr/JSONStream/issues"
  35. },
  36. "bundleDependencies": false,
  37. "dependencies": {
  38. "jsonparse": "^1.2.0",
  39. "through": ">=2.2.7 <3"
  40. },
  41. "deprecated": false,
  42. "description": "rawStream.pipe(JSONStream.parse()).pipe(streamOfObjects)",
  43. "devDependencies": {
  44. "assertions": "~2.2.2",
  45. "event-stream": "~0.7.0",
  46. "it-is": "~1",
  47. "render": "~0.1.1",
  48. "tape": "~2.12.3",
  49. "trees": "~0.0.3"
  50. },
  51. "engines": {
  52. "node": "*"
  53. },
  54. "homepage": "http://github.com/dominictarr/JSONStream",
  55. "keywords": [
  56. "json",
  57. "stream",
  58. "streaming",
  59. "parser",
  60. "async",
  61. "parsing"
  62. ],
  63. "license": "(MIT OR Apache-2.0)",
  64. "name": "JSONStream",
  65. "optionalDependencies": {},
  66. "repository": {
  67. "type": "git",
  68. "url": "git://github.com/dominictarr/JSONStream.git"
  69. },
  70. "scripts": {
  71. "test": "node test/run.js"
  72. },
  73. "version": "1.3.5"
  74. }