Update app and tooling
This commit is contained in:
parent
3046531bdd
commit
e620ec7349
4950 changed files with 2975120 additions and 10 deletions
27
node_modules/promisepipe/package.json
generated
vendored
Normal file
27
node_modules/promisepipe/package.json
generated
vendored
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
{
|
||||
"name": "promisepipe",
|
||||
"version": "3.0.0",
|
||||
"description": "Pipe node.js streams safely with Promises",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "mocha test.js"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/epeli/node-promisepipe"
|
||||
},
|
||||
"keywords": [
|
||||
"promise",
|
||||
"stream"
|
||||
],
|
||||
"author": "Esa-Matti Suuronen",
|
||||
"license": "MIT",
|
||||
"bugs": {
|
||||
"url": "https://github.com/epeli/node-promisepipe/issues"
|
||||
},
|
||||
"devDependencies": {
|
||||
"mocha": "^3.2.0",
|
||||
"mz": "^2.6.0"
|
||||
},
|
||||
"dependencies": {}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue