-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage-lock.json
More file actions
58 lines (58 loc) · 1.87 KB
/
package-lock.json
File metadata and controls
58 lines (58 loc) · 1.87 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
{
"name": "WebPerformance",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"dependencies": {
"gtmetrix": "^1.3.0"
}
},
"node_modules/es6-promisify": {
"version": "6.1.1",
"resolved": "https://registry.npmjs.org/es6-promisify/-/es6-promisify-6.1.1.tgz",
"integrity": "sha512-HBL8I3mIki5C1Cc9QjKUenHtnG0A5/xA8Q/AllRcfiwl2CZFXGK7ddBiCoRwAix4i2KxcQfjtIVcrVbB3vbmwg=="
},
"node_modules/gtmetrix": {
"version": "1.3.0",
"resolved": "https://registry.npmjs.org/gtmetrix/-/gtmetrix-1.3.0.tgz",
"integrity": "sha512-eCO/Tr0DtQbw+wxieCf/rUCnHdvzdWfKflVYn39Tc2SE8PKcrOH5Ua85q3WqMUoUEih0EINc9PBqhor+Tf7HfA==",
"dependencies": {
"es6-promisify": "^6.0.0",
"httpreq": "^0.4.24"
},
"engines": {
"node": ">=6.0.0"
}
},
"node_modules/httpreq": {
"version": "0.4.24",
"resolved": "https://registry.npmjs.org/httpreq/-/httpreq-0.4.24.tgz",
"integrity": "sha1-QzX/2CzZaWaKOUZckprGHWOTYn8=",
"engines": {
"node": ">= 0.8.0"
}
}
},
"dependencies": {
"es6-promisify": {
"version": "6.1.1",
"resolved": "https://registry.npmjs.org/es6-promisify/-/es6-promisify-6.1.1.tgz",
"integrity": "sha512-HBL8I3mIki5C1Cc9QjKUenHtnG0A5/xA8Q/AllRcfiwl2CZFXGK7ddBiCoRwAix4i2KxcQfjtIVcrVbB3vbmwg=="
},
"gtmetrix": {
"version": "1.3.0",
"resolved": "https://registry.npmjs.org/gtmetrix/-/gtmetrix-1.3.0.tgz",
"integrity": "sha512-eCO/Tr0DtQbw+wxieCf/rUCnHdvzdWfKflVYn39Tc2SE8PKcrOH5Ua85q3WqMUoUEih0EINc9PBqhor+Tf7HfA==",
"requires": {
"es6-promisify": "^6.0.0",
"httpreq": "^0.4.24"
}
},
"httpreq": {
"version": "0.4.24",
"resolved": "https://registry.npmjs.org/httpreq/-/httpreq-0.4.24.tgz",
"integrity": "sha1-QzX/2CzZaWaKOUZckprGHWOTYn8="
}
}
}