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.
23 lines
546 B
23 lines
546 B
{
|
|
"name": "stream-parser",
|
|
"version": "0.3.1",
|
|
"description": "Generic interruptible \"parser\" mixin for Transform & Writable streams",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "mocha --reporter spec"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/TooTallNate/node-stream-parser.git"
|
|
},
|
|
"author": "Nathan Rajlich <nathan@tootallnate.net> (http://tootallnate.net)",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"debug": "2"
|
|
},
|
|
"devDependencies": {
|
|
"mocha": "*",
|
|
"readable-stream": "1.0"
|
|
}
|
|
}
|