wishthis/node_modules/fork-stream/package.json

30 lines
632 B
JSON
Raw Normal View History

2022-01-21 08:28:41 +00:00
{
2022-04-08 10:55:35 +00:00
"name": "fork-stream",
"version": "0.0.4",
2022-02-23 16:41:13 +00:00
"description": "Fork a stream in multiple directions according to a function",
2022-04-08 10:55:35 +00:00
"main": "index.js",
"scripts": {
"test": "mocha -R tap"
},
"repository": {
"type": "git",
"url": "git://github.com/deoxxa/fork-stream.git"
2022-02-23 16:41:13 +00:00
},
2022-01-21 08:28:41 +00:00
"keywords": [
"stream",
"fork",
"split",
"function",
"conditional"
],
2022-04-08 10:55:35 +00:00
"author": "Conrad Pankoff <deoxxa@fknsrs.biz> (http://www.fknsrs.biz/)",
2022-01-21 08:28:41 +00:00
"license": "BSD",
2022-04-08 10:55:35 +00:00
"bugs": {
"url": "https://github.com/deoxxa/fork-stream/issues"
2022-02-23 16:41:13 +00:00
},
2022-04-08 10:55:35 +00:00
"devDependencies": {
"mocha": "~1.12.1",
"chai": "~1.7.2"
}
2022-01-21 08:28:41 +00:00
}