package.json 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. {
  2. "_args": [
  3. [
  4. "end-of-stream@1.4.1",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_from": "end-of-stream@1.4.1",
  9. "_id": "end-of-stream@1.4.1",
  10. "_inBundle": false,
  11. "_integrity": "sha512-1MkrZNvWTKCaigbn+W15elq2BB/L22nqrSY5DKlo3X6+vclJm8Bb5djXJBmEX6fS3+zCh/F4VBK5Z2KxJt4s2Q==",
  12. "_location": "/end-of-stream",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "end-of-stream@1.4.1",
  18. "name": "end-of-stream",
  19. "escapedName": "end-of-stream",
  20. "rawSpec": "1.4.1",
  21. "saveSpec": null,
  22. "fetchSpec": "1.4.1"
  23. },
  24. "_requiredBy": [
  25. "/@angular/compiler-cli/pump",
  26. "/duplexify",
  27. "/get-stream/pump",
  28. "/mississippi",
  29. "/mississippi/pump",
  30. "/pump",
  31. "/stream-each"
  32. ],
  33. "_resolved": "https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.4.1.tgz",
  34. "_spec": "1.4.1",
  35. "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
  36. "author": {
  37. "name": "Mathias Buus",
  38. "email": "mathiasbuus@gmail.com"
  39. },
  40. "bugs": {
  41. "url": "https://github.com/mafintosh/end-of-stream/issues"
  42. },
  43. "dependencies": {
  44. "once": "^1.4.0"
  45. },
  46. "description": "Call a callback when a readable/writable/duplex stream has completed or failed.",
  47. "files": [
  48. "index.js"
  49. ],
  50. "homepage": "https://github.com/mafintosh/end-of-stream",
  51. "keywords": [
  52. "stream",
  53. "streams",
  54. "callback",
  55. "finish",
  56. "close",
  57. "end",
  58. "wait"
  59. ],
  60. "license": "MIT",
  61. "main": "index.js",
  62. "name": "end-of-stream",
  63. "repository": {
  64. "type": "git",
  65. "url": "git://github.com/mafintosh/end-of-stream.git"
  66. },
  67. "scripts": {
  68. "test": "node test.js"
  69. },
  70. "version": "1.4.1"
  71. }