package.json
1.45 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
{
"_from": "through2-sink@^1.0.0",
"_id": "through2-sink@1.0.0",
"_inBundle": false,
"_integrity": "sha1-XxBruh1zMNrTy6XAqxhjkjJWw5k=",
"_location": "/through2-sink",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "through2-sink@^1.0.0",
"name": "through2-sink",
"escapedName": "through2-sink",
"rawSpec": "^1.0.0",
"saveSpec": null,
"fetchSpec": "^1.0.0"
},
"_requiredBy": [
"/bhttp"
],
"_resolved": "https://registry.npmjs.org/through2-sink/-/through2-sink-1.0.0.tgz",
"_shasum": "5f106bba1d7330dad3cba5c0ab1863923256c399",
"_spec": "through2-sink@^1.0.0",
"_where": "C:\\Users\\User\\desktop\\HJW\\meadowlark\\site\\node_modules\\bhttp",
"author": {
"name": "Sven Slootweg"
},
"bugs": {
"url": "https://github.com/joepie91/through2-sink/issues"
},
"bundleDependencies": false,
"dependencies": {
"through2": "~0.5.1",
"xtend": "~3.0.0"
},
"deprecated": false,
"description": "A through2 wrapper that just receives chunks and nothing else.",
"directories": {
"test": "test"
},
"homepage": "https://github.com/joepie91/through2-sink#readme",
"keywords": [
"streams",
"through",
"through2",
"passthrough",
"spy"
],
"license": "MIT",
"main": "index.js",
"name": "through2-sink",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/joepie91/through2-sink.git"
},
"version": "1.0.0"
}