wishthis/node_modules/stream-exhaust/package.json

25 lines
641 B
JSON
Raw Normal View History

2022-01-21 08:28:41 +00:00
{
2022-04-08 10:55:35 +00:00
"name": "stream-exhaust",
"version": "1.0.2",
"description": "Ensure that a stream is flowing data without mutating it",
"main": "index.js",
"scripts": {
"test": "node test.js"
2022-01-21 08:28:41 +00:00
},
2022-04-08 10:55:35 +00:00
"repository": {
"type": "git",
"url": "https://github.com/chrisdickinson/stream-exhaust.git"
2022-01-21 08:28:41 +00:00
},
2022-04-08 10:55:35 +00:00
"author": "Chris Dickinson <chris@neversaw.us>",
"license": "MIT",
2022-01-21 08:28:41 +00:00
"bugs": {
"url": "https://github.com/chrisdickinson/stream-exhaust.git"
},
2022-04-08 10:55:35 +00:00
"homepage": "https://github.com/chrisdickinson/stream-exhaust.git",
2022-01-21 08:28:41 +00:00
"devDependencies": {
"readable-stream": "^1.0.31",
"tape": "^2.14.0",
"through2": "^0.5.1"
2022-04-08 10:55:35 +00:00
}
2022-01-21 08:28:41 +00:00
}