-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage-lock.json
95 lines (95 loc) · 3.46 KB
/
package-lock.json
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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
{
"name": "screenshot-win",
"version": "1.0.1",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "screenshot-win",
"version": "1.0.1",
"license": "MIT",
"dependencies": {
"applescript": "^1.0.0",
"powershell": "^2.3.2"
}
},
"node_modules/applescript": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/applescript/-/applescript-1.0.0.tgz",
"integrity": "sha1-u4evVoytA0pOSMS9r2Bno6JwExc="
},
"node_modules/is-undefined": {
"version": "1.0.11",
"resolved": "https://registry.npmjs.org/is-undefined/-/is-undefined-1.0.11.tgz",
"integrity": "sha512-gRwyH8IRpV73MDlVefPllIjxBjrP9YAB0YCLtxnROhRkedTSzzBJgfxTC6HgP2/dttawQHWNZe88MvXS9Hbn/g=="
},
"node_modules/is-win": {
"version": "1.0.10",
"resolved": "https://registry.npmjs.org/is-win/-/is-win-1.0.10.tgz",
"integrity": "sha512-tJ9PPj5RW2RUaZ2lAIVRqQjMSynA44Ln89h+Ue+pOecoWIv6dLHvN6dtLxeCi/h5epPJPSVyuaNObLAMq62OEA=="
},
"node_modules/powershell": {
"version": "2.3.2",
"resolved": "https://registry.npmjs.org/powershell/-/powershell-2.3.2.tgz",
"integrity": "sha512-tXJ8/OS39+DtEtYu7cbKOSEjeGNeupEdxaH+YuGSPUQYngSO2HV9Bo4TQGp1JdOcjukLYbMOwh6pdzJsgcADBw==",
"dependencies": {
"is-undefined": "^1.0.0",
"is-win": "^1.0.2",
"spawno": "^1.0.0"
}
},
"node_modules/proc-output": {
"version": "1.0.8",
"resolved": "https://registry.npmjs.org/proc-output/-/proc-output-1.0.8.tgz",
"integrity": "sha512-d5v2wFTIrfE7eyt5KqB+CwsaBAmYqKIVNZv3R3Hya96gImHm2Aul+x6MZHRaKI7Ijpr9cg3RiOCY6s1O4SvzFQ=="
},
"node_modules/spawno": {
"version": "1.0.4",
"resolved": "https://registry.npmjs.org/spawno/-/spawno-1.0.4.tgz",
"integrity": "sha1-jfVlA/wxVpNYjnIhSU1clPFlu1c=",
"dependencies": {
"proc-output": "^1.0.0"
}
}
},
"dependencies": {
"applescript": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/applescript/-/applescript-1.0.0.tgz",
"integrity": "sha1-u4evVoytA0pOSMS9r2Bno6JwExc="
},
"is-undefined": {
"version": "1.0.11",
"resolved": "https://registry.npmjs.org/is-undefined/-/is-undefined-1.0.11.tgz",
"integrity": "sha512-gRwyH8IRpV73MDlVefPllIjxBjrP9YAB0YCLtxnROhRkedTSzzBJgfxTC6HgP2/dttawQHWNZe88MvXS9Hbn/g=="
},
"is-win": {
"version": "1.0.10",
"resolved": "https://registry.npmjs.org/is-win/-/is-win-1.0.10.tgz",
"integrity": "sha512-tJ9PPj5RW2RUaZ2lAIVRqQjMSynA44Ln89h+Ue+pOecoWIv6dLHvN6dtLxeCi/h5epPJPSVyuaNObLAMq62OEA=="
},
"powershell": {
"version": "2.3.2",
"resolved": "https://registry.npmjs.org/powershell/-/powershell-2.3.2.tgz",
"integrity": "sha512-tXJ8/OS39+DtEtYu7cbKOSEjeGNeupEdxaH+YuGSPUQYngSO2HV9Bo4TQGp1JdOcjukLYbMOwh6pdzJsgcADBw==",
"requires": {
"is-undefined": "^1.0.0",
"is-win": "^1.0.2",
"spawno": "^1.0.0"
}
},
"proc-output": {
"version": "1.0.8",
"resolved": "https://registry.npmjs.org/proc-output/-/proc-output-1.0.8.tgz",
"integrity": "sha512-d5v2wFTIrfE7eyt5KqB+CwsaBAmYqKIVNZv3R3Hya96gImHm2Aul+x6MZHRaKI7Ijpr9cg3RiOCY6s1O4SvzFQ=="
},
"spawno": {
"version": "1.0.4",
"resolved": "https://registry.npmjs.org/spawno/-/spawno-1.0.4.tgz",
"integrity": "sha1-jfVlA/wxVpNYjnIhSU1clPFlu1c=",
"requires": {
"proc-output": "^1.0.0"
}
}
}
}