wishthis/node_modules/pumpify/package.json

38 lines
779 B
JSON
Raw Normal View History

2022-01-21 08:28:41 +00:00
{
2022-04-08 10:55:35 +00:00
"name": "pumpify",
"version": "1.5.1",
"description": "Combine an array of streams into a single duplex stream using pump and duplexify",
"main": "index.js",
2022-01-21 08:28:41 +00:00
"dependencies": {
"duplexify": "^3.6.0",
"inherits": "^2.0.3",
"pump": "^2.0.0"
},
"devDependencies": {
"tape": "^4.8.0",
"through2": "^2.0.3"
},
2022-04-08 10:55:35 +00:00
"scripts": {
"test": "tape test.js"
},
"repository": {
"type": "git",
"url": "git://github.com/mafintosh/pumpify"
},
2022-01-21 08:28:41 +00:00
"keywords": [
"pump",
"duplexify",
"duplex",
"streams",
"stream",
"pipeline",
"combine"
],
2022-04-08 10:55:35 +00:00
"author": "Mathias Buus",
2022-01-21 08:28:41 +00:00
"license": "MIT",
2022-04-08 10:55:35 +00:00
"bugs": {
"url": "https://github.com/mafintosh/pumpify/issues"
2022-01-21 08:28:41 +00:00
},
2022-04-08 10:55:35 +00:00
"homepage": "https://github.com/mafintosh/pumpify"
2022-01-21 08:28:41 +00:00
}