package.json 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. {
  2. "_args": [
  3. [
  4. "JSONStream@1.3.5",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "JSONStream@1.3.5",
  10. "_id": "JSONStream@1.3.5",
  11. "_inBundle": false,
  12. "_integrity": "sha512-E+iruNOY8VV9s4JEbe1aNEm6MiszPRr/UfcHMz0TQh1BXSxHK+ASV1R6W4HpjBhSeS+54PIsAMCBmwD06LLsqQ==",
  13. "_location": "/JSONStream",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "JSONStream@1.3.5",
  19. "name": "JSONStream",
  20. "escapedName": "JSONStream",
  21. "rawSpec": "1.3.5",
  22. "saveSpec": null,
  23. "fetchSpec": "1.3.5"
  24. },
  25. "_requiredBy": [
  26. "/conventional-commits-parser"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/JSONStream/-/JSONStream-1.3.5.tgz",
  29. "_spec": "1.3.5",
  30. "_where": "/Users/lihai/jolijoli/pad_spa",
  31. "author": {
  32. "name": "Dominic Tarr",
  33. "email": "dominic.tarr@gmail.com",
  34. "url": "http://bit.ly/dominictarr"
  35. },
  36. "bin": {
  37. "JSONStream": "bin.js"
  38. },
  39. "bugs": {
  40. "url": "https://github.com/dominictarr/JSONStream/issues"
  41. },
  42. "dependencies": {
  43. "jsonparse": "^1.2.0",
  44. "through": ">=2.2.7 <3"
  45. },
  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. }