CoolFace
Apppublic

AK-21/Graphite-Industrial-Intelligence

sourceHugging Faceupdated 3mo agoView on Hugging Face
0likes
package.json38 linesDownload Raw Back to end-of-stream
1{2  "name": "end-of-stream",3  "version": "1.4.5",4  "description": "Call a callback when a readable/writable/duplex stream has completed or failed.",5  "repository": {6    "type": "git",7    "url": "git://github.com/mafintosh/end-of-stream.git"8  },9  "dependencies": {10    "once": "^1.4.0"11  },12  "scripts": {13    "test": "node test.js"14  },15  "files": [16    "index.js"17  ],18  "keywords": [19    "stream",20    "streams",21    "callback",22    "finish",23    "close",24    "end",25    "wait"26  ],27  "bugs": {28    "url": "https://github.com/mafintosh/end-of-stream/issues"29  },30  "homepage": "https://github.com/mafintosh/end-of-stream",31  "main": "index.js",32  "author": "Mathias Buus <mathiasbuus@gmail.com>",33  "license": "MIT",34  "devDependencies": {35    "tape": "^4.11.0"36  }37}38