package.json 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. {
  2. "_args": [
  3. [
  4. "JSONStream@1.3.5",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_from": "JSONStream@1.3.5",
  9. "_id": "JSONStream@1.3.5",
  10. "_inBundle": false,
  11. "_integrity": "sha512-E+iruNOY8VV9s4JEbe1aNEm6MiszPRr/UfcHMz0TQh1BXSxHK+ASV1R6W4HpjBhSeS+54PIsAMCBmwD06LLsqQ==",
  12. "_location": "/JSONStream",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "JSONStream@1.3.5",
  18. "name": "JSONStream",
  19. "escapedName": "JSONStream",
  20. "rawSpec": "1.3.5",
  21. "saveSpec": null,
  22. "fetchSpec": "1.3.5"
  23. },
  24. "_requiredBy": [
  25. "/module-deps-sortable",
  26. "/npm-registry-fetch"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/JSONStream/-/JSONStream-1.3.5.tgz",
  29. "_spec": "1.3.5",
  30. "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
  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. }