-
Notifications
You must be signed in to change notification settings - Fork 21
/
package-lock.json
118 lines (118 loc) · 3.99 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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
{
"name": "puppeteer-video-recorder",
"version": "1.0.5",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"version": "1.0.5",
"license": "MIT",
"dependencies": {
"child-process": "^1.0.2",
"fs": "0.0.1-security",
"path": "^0.12.7",
"puppeteer-mass-screenshots": "^1.0.14"
},
"devDependencies": {}
},
"node_modules/child-process": {
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/child-process/-/child-process-1.0.2.tgz",
"integrity": "sha1-mJdNx+0e5MYin44wX6cxOmiFp/I="
},
"node_modules/fs": {
"version": "0.0.1-security",
"resolved": "https://registry.npmjs.org/fs/-/fs-0.0.1-security.tgz",
"integrity": "sha1-invTcYa23d84E/I4WLV+yq9eQdQ="
},
"node_modules/path": {
"version": "0.12.7",
"resolved": "https://registry.npmjs.org/path/-/path-0.12.7.tgz",
"integrity": "sha1-1NwqUGxM4hl+tIHr/NWzbAFAsQ8=",
"dependencies": {
"process": "^0.11.1",
"util": "^0.10.3"
}
},
"node_modules/path/node_modules/inherits": {
"version": "2.0.3",
"resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz",
"integrity": "sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4="
},
"node_modules/path/node_modules/util": {
"version": "0.10.4",
"resolved": "https://registry.npmjs.org/util/-/util-0.10.4.tgz",
"integrity": "sha512-0Pm9hTQ3se5ll1XihRic3FDIku70C+iHUdT/W926rSgHV5QgXsYbKZN8MSC3tJtSkhuROzvsQjAaFENRXr+19A==",
"dependencies": {
"inherits": "2.0.3"
}
},
"node_modules/process": {
"version": "0.11.10",
"resolved": "https://registry.npmjs.org/process/-/process-0.11.10.tgz",
"integrity": "sha1-czIwDoQBYb2j5podHZGn1LwW8YI=",
"engines": {
"node": ">= 0.6.0"
}
},
"node_modules/puppeteer-mass-screenshots": {
"version": "1.0.14",
"resolved": "https://registry.npmjs.org/puppeteer-mass-screenshots/-/puppeteer-mass-screenshots-1.0.14.tgz",
"integrity": "sha512-5HWI7nseaYYQxlT4DrW/o+0DXQDg1tEAGxSJ4fxXEVBlnNbP+ahtGJYNGG1YBPF0up3VILTOdLq1okYZrkVepw==",
"dependencies": {
"fs": "0.0.1-security",
"path": "^0.12.7"
}
}
},
"dependencies": {
"child-process": {
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/child-process/-/child-process-1.0.2.tgz",
"integrity": "sha1-mJdNx+0e5MYin44wX6cxOmiFp/I="
},
"fs": {
"version": "0.0.1-security",
"resolved": "https://registry.npmjs.org/fs/-/fs-0.0.1-security.tgz",
"integrity": "sha1-invTcYa23d84E/I4WLV+yq9eQdQ="
},
"path": {
"version": "0.12.7",
"resolved": "https://registry.npmjs.org/path/-/path-0.12.7.tgz",
"integrity": "sha1-1NwqUGxM4hl+tIHr/NWzbAFAsQ8=",
"requires": {
"process": "^0.11.1",
"util": "^0.10.3"
},
"dependencies": {
"inherits": {
"version": "2.0.3",
"resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz",
"integrity": "sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4="
},
"util": {
"version": "0.10.4",
"resolved": "https://registry.npmjs.org/util/-/util-0.10.4.tgz",
"integrity": "sha512-0Pm9hTQ3se5ll1XihRic3FDIku70C+iHUdT/W926rSgHV5QgXsYbKZN8MSC3tJtSkhuROzvsQjAaFENRXr+19A==",
"requires": {
"inherits": "2.0.3"
}
}
}
},
"process": {
"version": "0.11.10",
"resolved": "https://registry.npmjs.org/process/-/process-0.11.10.tgz",
"integrity": "sha1-czIwDoQBYb2j5podHZGn1LwW8YI="
},
"puppeteer-mass-screenshots": {
"version": "1.0.14",
"resolved": "https://registry.npmjs.org/puppeteer-mass-screenshots/-/puppeteer-mass-screenshots-1.0.14.tgz",
"integrity": "sha512-5HWI7nseaYYQxlT4DrW/o+0DXQDg1tEAGxSJ4fxXEVBlnNbP+ahtGJYNGG1YBPF0up3VILTOdLq1okYZrkVepw==",
"requires": {
"fs": "0.0.1-security",
"path": "^0.12.7"
}
}
}
}