package.json 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. {
  2. "_args": [
  3. [
  4. "combined-stream@1.0.6",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_from": "combined-stream@1.0.6",
  9. "_id": "combined-stream@1.0.6",
  10. "_inBundle": false,
  11. "_integrity": "sha1-cj599ugBrFYTETp+RFqbactjKBg=",
  12. "_location": "/combined-stream",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "combined-stream@1.0.6",
  18. "name": "combined-stream",
  19. "escapedName": "combined-stream",
  20. "rawSpec": "1.0.6",
  21. "saveSpec": null,
  22. "fetchSpec": "1.0.6"
  23. },
  24. "_requiredBy": [
  25. "/@aspnet/signalr/request",
  26. "/form-data",
  27. "/request",
  28. "/request/form-data",
  29. "/universal-analytics/request"
  30. ],
  31. "_resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.6.tgz",
  32. "_spec": "1.0.6",
  33. "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
  34. "author": {
  35. "name": "Felix Geisendörfer",
  36. "email": "felix@debuggable.com",
  37. "url": "http://debuggable.com/"
  38. },
  39. "bugs": {
  40. "url": "https://github.com/felixge/node-combined-stream/issues"
  41. },
  42. "dependencies": {
  43. "delayed-stream": "~1.0.0"
  44. },
  45. "description": "A stream that emits multiple other streams one after another.",
  46. "devDependencies": {
  47. "far": "~0.0.7"
  48. },
  49. "engines": {
  50. "node": ">= 0.8"
  51. },
  52. "homepage": "https://github.com/felixge/node-combined-stream",
  53. "license": "MIT",
  54. "main": "./lib/combined_stream",
  55. "name": "combined-stream",
  56. "repository": {
  57. "type": "git",
  58. "url": "git://github.com/felixge/node-combined-stream.git"
  59. },
  60. "scripts": {
  61. "test": "node test/run.js"
  62. },
  63. "version": "1.0.6"
  64. }