forked from dominictarr/fs-reverse
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage-lock.json
More file actions
68 lines (68 loc) · 1.96 KB
/
package-lock.json
File metadata and controls
68 lines (68 loc) · 1.96 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
{
"name": "fs-reverse",
"version": "0.0.3",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"event-stream": {
"version": "2.1.9",
"resolved": "https://registry.npmjs.org/event-stream/-/event-stream-2.1.9.tgz",
"integrity": "sha1-Z32Mq9Ta4Arwo40nZ48wwgYNLPo=",
"dev": true,
"requires": {
"from": "0.1.7",
"optimist": "0.2.8",
"through": "0.0.4"
},
"dependencies": {
"through": {
"version": "0.0.4",
"resolved": "https://registry.npmjs.org/through/-/through-0.0.4.tgz",
"integrity": "sha1-C/Lw//r6rEusvFM2Z+mKrQC1iMg=",
"dev": true
}
}
},
"from": {
"version": "0.1.7",
"resolved": "https://registry.npmjs.org/from/-/from-0.1.7.tgz",
"integrity": "sha1-g8YK/Fi5xWmXAH7Rp2izqzA6RP4="
},
"macgyver": {
"version": "1.10.1",
"resolved": "https://registry.npmjs.org/macgyver/-/macgyver-1.10.1.tgz",
"integrity": "sha1-sJ0VmdizbtWxb1lYlRXZ0UvC/Yg=",
"dev": true
},
"optimist": {
"version": "0.2.8",
"resolved": "https://registry.npmjs.org/optimist/-/optimist-0.2.8.tgz",
"integrity": "sha1-6YGrfiaLRXlIWTtVZ0wJmoFcrDE=",
"dev": true,
"requires": {
"wordwrap": "0.0.3"
}
},
"stream-spec": {
"version": "0.3.6",
"resolved": "https://registry.npmjs.org/stream-spec/-/stream-spec-0.3.6.tgz",
"integrity": "sha1-L92sSge/Pp+JY8Z3prWmzCEVJV4=",
"dev": true,
"requires": {
"macgyver": "1.10.1"
}
},
"through": {
"version": "0.1.4",
"resolved": "https://registry.npmjs.org/through/-/through-0.1.4.tgz",
"integrity": "sha1-gFlXbYMwibPBjszTdYC/nMW1kTA=",
"dev": true
},
"wordwrap": {
"version": "0.0.3",
"resolved": "https://registry.npmjs.org/wordwrap/-/wordwrap-0.0.3.tgz",
"integrity": "sha1-o9XabNXAvAAI03I0u68b7WMFkQc=",
"dev": true
}
}
}