PDF_Generation_and_Automation/node_modules/multistream/package.json
2025-08-24 12:01:08 +05:30

51 lines
1.2 KiB
JSON

{
"name": "multistream",
"description": "A stream that emits multiple other streams one after another (streams3)",
"version": "3.1.0",
"author": "Feross Aboukhadijeh <feross@feross.org> (http://feross.org/)",
"bugs": {
"url": "https://github.com/feross/multistream/issues"
},
"dependencies": {
"inherits": "^2.0.1",
"readable-stream": "^3.4.0"
},
"devDependencies": {
"airtap": "^2.0.3",
"array-to-stream": "^1.0.0",
"simple-concat": "^1.0.0",
"standard": "*",
"string-to-stream": "^2.0.0",
"tape": "^4.0.0",
"through": "^2.3.4"
},
"homepage": "https://github.com/feross/multistream",
"keywords": [
"combine streams",
"join streams",
"concat streams",
"multiple streams",
"combine",
"join",
"concat",
"multiple",
"file stream",
"append",
"append streams",
"combiner",
"joiner"
],
"license": "MIT",
"main": "index.js",
"repository": {
"type": "git",
"url": "git://github.com/feross/multistream.git"
},
"scripts": {
"test": "standard && npm run test-node && npm run test-browser",
"test-browser": "airtap -- test/*.js",
"test-browser-local": "airtap --local -- test/*.js",
"test-node": "tape test/*.js"
}
}