Files
RoboCommander/node_modules/end-of-stream/package.json
2026-04-05 16:14:49 -04:00

19 lines
484 B
JSON

{
"name": "end-of-stream",
"version": "1.4.1",
"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"
},
"dependencies": {
"once": "^1.4.0"
},
"files": [
"index.js"
],
"homepage": "https://github.com/mafintosh/end-of-stream",
"main": "index.js",
"author": "Mathias Buus <mathiasbuus@gmail.com>",
"license": "MIT"
}