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.

28 lines
684 B

4 years ago
{
4 years ago
"author": "Felix Geisendörfer <felix@debuggable.com> (http://debuggable.com/)",
4 years ago
"contributors": [
4 years ago
"Mike Atkins <apeherder@gmail.com>"
4 years ago
],
4 years ago
"name": "delayed-stream",
4 years ago
"description": "Buffers events from a stream until you are ready to handle them.",
"license": "MIT",
4 years ago
"version": "1.0.0",
"homepage": "https://github.com/felixge/node-delayed-stream",
4 years ago
"repository": {
"type": "git",
"url": "git://github.com/felixge/node-delayed-stream.git"
},
4 years ago
"main": "./lib/delayed_stream",
"engines": {
"node": ">=0.4.0"
},
4 years ago
"scripts": {
"test": "make test"
},
4 years ago
"dependencies": {},
"devDependencies": {
"fake": "0.2.0",
"far": "0.0.1"
}
4 years ago
}