package.json 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. {
  2. "_from": "JSONStream@^1.0.3",
  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.3",
  12. "name": "JSONStream",
  13. "escapedName": "JSONStream",
  14. "rawSpec": "^1.0.3",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.3"
  17. },
  18. "_requiredBy": [
  19. "/browser-pack",
  20. "/browserify",
  21. "/deps-sort",
  22. "/insert-module-globals",
  23. "/module-deps"
  24. ],
  25. "_resolved": "https://registry.npmjs.org/JSONStream/-/JSONStream-1.3.5.tgz",
  26. "_shasum": "3208c1f08d3a4d99261ab64f92302bc15e111ca0",
  27. "_spec": "JSONStream@^1.0.3",
  28. "_where": "/srv/http/mmap_sarrebourg/user/themes/basic/node_modules/browserify",
  29. "author": {
  30. "name": "Dominic Tarr",
  31. "email": "dominic.tarr@gmail.com",
  32. "url": "http://bit.ly/dominictarr"
  33. },
  34. "bin": {
  35. "JSONStream": "./bin.js"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/dominictarr/JSONStream/issues"
  39. },
  40. "bundleDependencies": false,
  41. "dependencies": {
  42. "jsonparse": "^1.2.0",
  43. "through": ">=2.2.7 <3"
  44. },
  45. "deprecated": false,
  46. "description": "rawStream.pipe(JSONStream.parse()).pipe(streamOfObjects)",
  47. "devDependencies": {
  48. "assertions": "~2.2.2",
  49. "event-stream": "~0.7.0",
  50. "it-is": "~1",
  51. "render": "~0.1.1",
  52. "tape": "~2.12.3",
  53. "trees": "~0.0.3"
  54. },
  55. "engines": {
  56. "node": "*"
  57. },
  58. "homepage": "http://github.com/dominictarr/JSONStream",
  59. "keywords": [
  60. "json",
  61. "stream",
  62. "streaming",
  63. "parser",
  64. "async",
  65. "parsing"
  66. ],
  67. "license": "(MIT OR Apache-2.0)",
  68. "name": "JSONStream",
  69. "optionalDependencies": {},
  70. "repository": {
  71. "type": "git",
  72. "url": "git://github.com/dominictarr/JSONStream.git"
  73. },
  74. "scripts": {
  75. "test": "node test/run.js"
  76. },
  77. "version": "1.3.5"
  78. }