package.json 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. {
  2. "_args": [
  3. [
  4. "pumpify@1.5.1",
  5. "E:\\item\\newItem\\admin"
  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. "end-of-stream": "1.4.4",
  15. "once": "1.4.0"
  16. },
  17. "_requested": {
  18. "type": "version",
  19. "registry": true,
  20. "raw": "pumpify@1.5.1",
  21. "name": "pumpify",
  22. "escapedName": "pumpify",
  23. "rawSpec": "1.5.1",
  24. "saveSpec": null,
  25. "fetchSpec": "1.5.1"
  26. },
  27. "_requiredBy": [
  28. "/copy-webpack-plugin/mississippi",
  29. "/mississippi"
  30. ],
  31. "_resolved": "https://registry.npmjs.org/pumpify/-/pumpify-1.5.1.tgz",
  32. "_spec": "1.5.1",
  33. "_where": "E:\\item\\newItem\\admin",
  34. "author": {
  35. "name": "Mathias Buus"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/mafintosh/pumpify/issues"
  39. },
  40. "dependencies": {
  41. "duplexify": "^3.6.0",
  42. "inherits": "^2.0.3",
  43. "pump": "^2.0.0"
  44. },
  45. "description": "Combine an array of streams into a single duplex stream using pump and duplexify",
  46. "devDependencies": {
  47. "tape": "^4.8.0",
  48. "through2": "^2.0.3"
  49. },
  50. "homepage": "https://github.com/mafintosh/pumpify",
  51. "keywords": [
  52. "pump",
  53. "duplexify",
  54. "duplex",
  55. "streams",
  56. "stream",
  57. "pipeline",
  58. "combine"
  59. ],
  60. "license": "MIT",
  61. "main": "index.js",
  62. "name": "pumpify",
  63. "repository": {
  64. "type": "git",
  65. "url": "git://github.com/mafintosh/pumpify.git"
  66. },
  67. "scripts": {
  68. "test": "tape test.js"
  69. },
  70. "version": "1.5.1"
  71. }