josephrw commited on
Commit
368bc6f
·
verified ·
1 Parent(s): 68fee58

Upload DoctorAddressVerifierCLI/node_modules/end-of-stream/package.json with huggingface_hub

Browse files
DoctorAddressVerifierCLI/node_modules/end-of-stream/package.json ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ }