package.json 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. {
  2. "_args": [
  3. [
  4. "stream-combiner2@1.1.1",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_from": "stream-combiner2@1.1.1",
  9. "_id": "stream-combiner2@1.1.1",
  10. "_inBundle": false,
  11. "_integrity": "sha1-+02KFCDqNidk4hrUeAOXvry0HL4=",
  12. "_location": "/stream-combiner2",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "stream-combiner2@1.1.1",
  18. "name": "stream-combiner2",
  19. "escapedName": "stream-combiner2",
  20. "rawSpec": "1.1.1",
  21. "saveSpec": null,
  22. "fetchSpec": "1.1.1"
  23. },
  24. "_requiredBy": [
  25. "/module-deps-sortable"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/stream-combiner2/-/stream-combiner2-1.1.1.tgz",
  28. "_spec": "1.1.1",
  29. "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
  30. "author": {
  31. "name": "'Dominic Tarr'",
  32. "email": "dominic.tarr@gmail.com",
  33. "url": "http://dominictarr.com"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/substack/stream-combiner2/issues"
  37. },
  38. "dependencies": {
  39. "duplexer2": "~0.1.0",
  40. "readable-stream": "^2.0.2"
  41. },
  42. "description": "This is a sequel to [stream-combiner](https://npmjs.org/package/stream-combiner) for streams3.",
  43. "devDependencies": {
  44. "event-stream": "~3.0.7",
  45. "tape": "~2.3.0",
  46. "through2": "^2.0.0"
  47. },
  48. "homepage": "https://github.com/substack/stream-combiner2",
  49. "license": "MIT",
  50. "name": "stream-combiner2",
  51. "repository": {
  52. "type": "git",
  53. "url": "git://github.com/substack/stream-combiner2.git"
  54. },
  55. "scripts": {
  56. "test": "set -e; for t in test/*.js; do node $t; done"
  57. },
  58. "version": "1.1.1"
  59. }