You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
641 B
24 lines
641 B
{ |
|
"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" |
|
}, |
|
"repository": { |
|
"type": "git", |
|
"url": "https://github.com/chrisdickinson/stream-exhaust.git" |
|
}, |
|
"author": "Chris Dickinson <chris@neversaw.us>", |
|
"license": "MIT", |
|
"bugs": { |
|
"url": "https://github.com/chrisdickinson/stream-exhaust.git" |
|
}, |
|
"homepage": "https://github.com/chrisdickinson/stream-exhaust.git", |
|
"devDependencies": { |
|
"readable-stream": "^1.0.31", |
|
"tape": "^2.14.0", |
|
"through2": "^0.5.1" |
|
} |
|
}
|
|
|