-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage-lock.json
54 lines (54 loc) · 1.88 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
{
"requires": true,
"lockfileVersion": 1,
"dependencies": {
"beautify-benchmark": {
"version": "0.2.4",
"resolved": "https://repo.dev.wixpress.com/artifactory/api/npm/npm-repos/beautify-benchmark/-/beautify-benchmark-0.2.4.tgz",
"integrity": "sha1-MVHe8UwaLg0H/y5HaGHH7Q4a45s="
},
"benchmark": {
"version": "2.1.4",
"resolved": "https://repo.dev.wixpress.com/artifactory/api/npm/npm-repos/benchmark/-/benchmark-2.1.4.tgz",
"integrity": "sha1-CfPeMckWQl1JjMLuVloOvzwqVik=",
"requires": {
"lodash": "^4.17.4",
"platform": "^1.3.3"
}
},
"lodash": {
"version": "4.17.11",
"resolved": "https://repo.dev.wixpress.com/artifactory/api/npm/npm-repos/lodash/-/lodash-4.17.11.tgz",
"integrity": "sha1-s56mIp72B+zYniyN8SU2iRysm40="
},
"microtime": {
"version": "3.0.0",
"resolved": "https://repo.dev.wixpress.com/artifactory/api/npm/npm-repos/microtime/-/microtime-3.0.0.tgz",
"integrity": "sha1-0UCRS96Iqom0+f0qGGILQ1rw85s=",
"requires": {
"node-addon-api": "^1.2.0",
"node-gyp-build": "^3.8.0"
}
},
"node-addon-api": {
"version": "1.6.3",
"resolved": "https://repo.dev.wixpress.com/artifactory/api/npm/npm-repos/node-addon-api/-/node-addon-api-1.6.3.tgz",
"integrity": "sha1-OZjUWT4tyi6oIRRnCk6wAzhqn+E="
},
"node-gyp-build": {
"version": "3.8.0",
"resolved": "https://repo.dev.wixpress.com/artifactory/api/npm/npm-repos/node-gyp-build/-/node-gyp-build-3.8.0.tgz",
"integrity": "sha1-D1fv6xlx9ATfy/q5dcKE3nxw8Uo="
},
"numeral": {
"version": "2.0.6",
"resolved": "https://repo.dev.wixpress.com/artifactory/api/npm/npm-repos/numeral/-/numeral-2.0.6.tgz",
"integrity": "sha1-StCAk21EPCVhrtnyGX7//iX05QY="
},
"platform": {
"version": "1.3.5",
"resolved": "https://repo.dev.wixpress.com/artifactory/api/npm/npm-repos/platform/-/platform-1.3.5.tgz",
"integrity": "sha1-+2lYxpbgfikY0u7aDwvJRI1zNEQ="
}
}
}