package.json
1.6 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"_from": "pumpify@^2.0.0",
"_id": "pumpify@2.0.1",
"_inBundle": false,
"_integrity": "sha512-m7KOje7jZxrmutanlkS1daj1dS6z6BgslzOXmcSEpIlCxM3VJH7lG5QLeck/6hgF6F4crFf01UtQmNsJfweTAw==",
"_location": "/pumpify",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "pumpify@^2.0.0",
"name": "pumpify",
"escapedName": "pumpify",
"rawSpec": "^2.0.0",
"saveSpec": null,
"fetchSpec": "^2.0.0"
},
"_requiredBy": [
"/@google-cloud/speech"
],
"_resolved": "https://registry.npmjs.org/pumpify/-/pumpify-2.0.1.tgz",
"_shasum": "abfc7b5a621307c728b551decbbefb51f0e4aa1e",
"_spec": "pumpify@^2.0.0",
"_where": "C:\\Users\\1000c\\이것저것\\옾소\\Voicoding\\node_modules\\@google-cloud\\speech",
"author": {
"name": "Mathias Buus"
},
"bugs": {
"url": "https://github.com/mafintosh/pumpify/issues"
},
"bundleDependencies": false,
"dependencies": {
"duplexify": "^4.1.1",
"inherits": "^2.0.3",
"pump": "^3.0.0"
},
"deprecated": false,
"description": "Combine an array of streams into a single duplex stream using pump and duplexify",
"devDependencies": {
"tape": "^4.10.2",
"through2": "^3.0.1"
},
"homepage": "https://github.com/mafintosh/pumpify",
"keywords": [
"pump",
"duplexify",
"duplex",
"streams",
"stream",
"pipeline",
"combine"
],
"license": "MIT",
"main": "index.js",
"name": "pumpify",
"repository": {
"type": "git",
"url": "git://github.com/mafintosh/pumpify.git"
},
"scripts": {
"test": "tape test.js"
},
"version": "2.0.1"
}