package.json 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. {
  2. "_args": [
  3. [
  4. "pumpify@1.5.1",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_from": "pumpify@1.5.1",
  9. "_id": "pumpify@1.5.1",
  10. "_inBundle": false,
  11. "_integrity": "sha512-oClZI37HvuUJJxSKKrC17bZ9Cu0ZYhEAGPsPUy9KlMUmv9dKX2o77RUmq7f3XjIxbwyGwYzbzQ1L2Ks8sIradQ==",
  12. "_location": "/pumpify",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "pumpify@1.5.1",
  18. "name": "pumpify",
  19. "escapedName": "pumpify",
  20. "rawSpec": "1.5.1",
  21. "saveSpec": null,
  22. "fetchSpec": "1.5.1"
  23. },
  24. "_requiredBy": [
  25. "/glob-stream",
  26. "/mississippi",
  27. "/vinyl-fs"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/pumpify/-/pumpify-1.5.1.tgz",
  30. "_spec": "1.5.1",
  31. "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
  32. "author": {
  33. "name": "Mathias Buus"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/mafintosh/pumpify/issues"
  37. },
  38. "dependencies": {
  39. "duplexify": "^3.6.0",
  40. "inherits": "^2.0.3",
  41. "pump": "^2.0.0"
  42. },
  43. "description": "Combine an array of streams into a single duplex stream using pump and duplexify",
  44. "devDependencies": {
  45. "tape": "^4.8.0",
  46. "through2": "^2.0.3"
  47. },
  48. "homepage": "https://github.com/mafintosh/pumpify",
  49. "keywords": [
  50. "pump",
  51. "duplexify",
  52. "duplex",
  53. "streams",
  54. "stream",
  55. "pipeline",
  56. "combine"
  57. ],
  58. "license": "MIT",
  59. "main": "index.js",
  60. "name": "pumpify",
  61. "repository": {
  62. "type": "git",
  63. "url": "git://github.com/mafintosh/pumpify.git"
  64. },
  65. "scripts": {
  66. "test": "tape test.js"
  67. },
  68. "version": "1.5.1"
  69. }