wishthis/node_modules/ordered-read-streams/package.json

27 lines
654 B
JSON
Raw Normal View History

2022-01-21 08:28:41 +00:00
{
2022-04-08 10:55:35 +00:00
"name": "ordered-read-streams",
"version": "1.0.1",
"description": "Combines array of streams into one read stream in strict order",
"files": [
"index.js"
2022-02-23 16:41:13 +00:00
],
2022-04-08 10:55:35 +00:00
"scripts": {
"test": "jscs *.js test/*js && jshint *.js test/*.js && mocha"
2022-01-21 08:28:41 +00:00
},
2022-04-08 10:55:35 +00:00
"repository": "armed/ordered-read-streams",
"author": "Artem Medeusheyev <artem.medeusheyev@gmail.com>",
"license": "MIT",
2022-01-21 08:28:41 +00:00
"dependencies": {
"readable-stream": "^2.0.1"
},
"devDependencies": {
"expect": "^1.20.2",
"jscs": "^1.13.1",
"jshint": "^2.8.0",
"mississippi": "^1.3.0",
"mocha": "^2.2.5",
"pre-commit": "^1.0.10",
"through2": "^2.0.0"
2022-04-08 10:55:35 +00:00
}
2022-01-21 08:28:41 +00:00
}