package.json 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. {
  2. "_args": [
  3. [
  4. "pump@2.0.1",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_from": "pump@2.0.1",
  9. "_id": "pump@2.0.1",
  10. "_inBundle": false,
  11. "_integrity": "sha512-ruPMNRkN3MHP1cWJc9OWr+T/xDP0jhXYCLfJcBuX54hhfIBnaQmAUMfDcG4DM5UMWByBbJY69QSphm3jtDKIkA==",
  12. "_location": "/pump",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "pump@2.0.1",
  18. "name": "pump",
  19. "escapedName": "pump",
  20. "rawSpec": "2.0.1",
  21. "saveSpec": null,
  22. "fetchSpec": "2.0.1"
  23. },
  24. "_requiredBy": [
  25. "/pumpify"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/pump/-/pump-2.0.1.tgz",
  28. "_spec": "2.0.1",
  29. "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
  30. "author": {
  31. "name": "Mathias Buus Madsen",
  32. "email": "mathiasbuus@gmail.com"
  33. },
  34. "browser": {
  35. "fs": false
  36. },
  37. "bugs": {
  38. "url": "https://github.com/mafintosh/pump/issues"
  39. },
  40. "dependencies": {
  41. "end-of-stream": "^1.1.0",
  42. "once": "^1.3.1"
  43. },
  44. "description": "pipe streams together and close all of them if one of them closes",
  45. "homepage": "https://github.com/mafintosh/pump#readme",
  46. "keywords": [
  47. "streams",
  48. "pipe",
  49. "destroy",
  50. "callback"
  51. ],
  52. "license": "MIT",
  53. "name": "pump",
  54. "repository": {
  55. "type": "git",
  56. "url": "git://github.com/mafintosh/pump.git"
  57. },
  58. "scripts": {
  59. "test": "node test-browser.js && node test-node.js"
  60. },
  61. "version": "2.0.1"
  62. }