wallet-core/node_modules/end-of-stream/package.json

32 lines
694 B
JSON
Raw Normal View History

2016-10-10 03:43:44 +02:00
{
2016-11-03 01:33:53 +01:00
"name": "end-of-stream",
"version": "0.1.5",
"description": "Call a callback when a readable/writable/duplex stream has completed or failed.",
"repository": {
"type": "git",
"url": "git://github.com/mafintosh/end-of-stream.git"
2016-10-10 03:43:44 +02:00
},
"dependencies": {
"once": "~1.3.0"
},
2016-11-03 01:33:53 +01:00
"scripts": {
"test": "node test.js"
2016-10-10 03:43:44 +02:00
},
"keywords": [
"stream",
"streams",
"callback",
"finish",
"close",
"end",
"wait"
],
2016-11-03 01:33:53 +01:00
"bugs": {
"url": "https://github.com/mafintosh/end-of-stream/issues"
2016-10-10 03:43:44 +02:00
},
2016-11-03 01:33:53 +01:00
"homepage": "https://github.com/mafintosh/end-of-stream",
"main": "index.js",
"author": "Mathias Buus <mathiasbuus@gmail.com>",
"license": "MIT"
2016-10-10 03:43:44 +02:00
}