Files

28 lines
684 B
JSON
Raw Permalink Normal View History

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