package.json
1.78 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
65
66
67
68
69
70
71
{
"_from": "through2@~0.5.1",
"_id": "through2@0.5.1",
"_inBundle": false,
"_integrity": "sha1-390BLrnHAOIyP9M084rGIqs3Lac=",
"_location": "/through2",
"_phantomChildren": {
"core-util-is": "1.0.2",
"inherits": "2.0.3",
"isarray": "0.0.1",
"string_decoder": "0.10.31"
},
"_requested": {
"type": "range",
"registry": true,
"raw": "through2@~0.5.1",
"name": "through2",
"escapedName": "through2",
"rawSpec": "~0.5.1",
"saveSpec": null,
"fetchSpec": "~0.5.1"
},
"_requiredBy": [
"/through2-sink",
"/through2-spy"
],
"_resolved": "https://registry.npmjs.org/through2/-/through2-0.5.1.tgz",
"_shasum": "dfdd012eb9c700e2323fd334f38ac622ab372da7",
"_spec": "through2@~0.5.1",
"_where": "C:\\Users\\User\\desktop\\HJW\\meadowlark\\site\\node_modules\\through2-sink",
"author": {
"name": "Rod Vagg",
"email": "r@va.gg",
"url": "https://github.com/rvagg"
},
"bugs": {
"url": "https://github.com/rvagg/through2/issues"
},
"bundleDependencies": false,
"dependencies": {
"readable-stream": "~1.0.17",
"xtend": "~3.0.0"
},
"deprecated": false,
"description": "A tiny wrapper around Node streams2 Transform to avoid explicit subclassing noise",
"devDependencies": {
"bl": "~0.6.0",
"brtapsauce": "~0.2.2",
"stream-spigot": "~3.0.1",
"tape": "~2.3.0"
},
"homepage": "https://github.com/rvagg/through2#readme",
"keywords": [
"stream",
"streams2",
"through",
"transform"
],
"license": "MIT",
"main": "through2.js",
"name": "through2",
"repository": {
"type": "git",
"url": "git+https://github.com/rvagg/through2.git"
},
"scripts": {
"test": "node test/test.js",
"test-local": "brtapsauce-local test/basic-test.js"
},
"version": "0.5.1"
}