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

35 lines
727 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",
2017-08-14 05:01:11 +02:00
"version": "1.4.0",
2016-11-03 01:33:53 +01:00
"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": {
2017-08-14 05:01:11 +02:00
"once": "^1.4.0"
2016-10-10 03:43:44 +02:00
},
2016-11-03 01:33:53 +01:00
"scripts": {
"test": "node test.js"
2016-10-10 03:43:44 +02:00
},
2017-08-14 05:01:11 +02:00
"files": [
"index.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
}