-
Notifications
You must be signed in to change notification settings - Fork 141
Expand file tree
/
Copy pathpackage-lock.json
More file actions
88 lines (88 loc) · 3.4 KB
/
package-lock.json
File metadata and controls
88 lines (88 loc) · 3.4 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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
{
"name": "benchmark",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"dependencies": {
"benchmark": "^2.1.4",
"binparse": "^2.1.0",
"destruct-js": "^0.2.13",
"structron": "^0.4.3"
}
},
"node_modules/benchmark": {
"version": "2.1.4",
"resolved": "https://registry.npmjs.org/benchmark/-/benchmark-2.1.4.tgz",
"integrity": "sha1-CfPeMckWQl1JjMLuVloOvzwqVik=",
"dependencies": {
"lodash": "^4.17.4",
"platform": "^1.3.3"
}
},
"node_modules/binparse": {
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/binparse/-/binparse-2.1.0.tgz",
"integrity": "sha512-aHbVgEQnWpPc4nlK7ZdPedEXFoufVwRCJkp2oZ4nHnSCuwt1Fx/jVPNLOaq3120uNmk3dip5RH/jxI76OA22dw==",
"engines": {
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
}
},
"node_modules/destruct-js": {
"version": "0.2.13",
"resolved": "https://registry.npmjs.org/destruct-js/-/destruct-js-0.2.13.tgz",
"integrity": "sha512-A5BL4uFygS0I12qNIPEzEqIqQfhkkr49o674SDFXsoHbX2Fg7/+vYgZen8l6GgJ0ezNrAyT9+5MZzBOY37ccjg=="
},
"node_modules/lodash": {
"version": "4.18.1",
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.18.1.tgz",
"integrity": "sha512-dMInicTPVE8d1e5otfwmmjlxkZoUpiVLwyeTdUsi/Caj/gfzzblBcCE5sRHV/AsjuCmxWrte2TNGSYuCeCq+0Q=="
},
"node_modules/platform": {
"version": "1.3.6",
"resolved": "https://registry.npmjs.org/platform/-/platform-1.3.6.tgz",
"integrity": "sha512-fnWVljUchTro6RiCFvCXBbNhJc2NijN7oIQxbwsyL0buWJPG85v81ehlHI9fXrJsMNgTofEoWIQeClKpgxFLrg=="
},
"node_modules/structron": {
"version": "0.4.3",
"resolved": "https://registry.npmjs.org/structron/-/structron-0.4.3.tgz",
"integrity": "sha512-DaDuI2mQy+QjtxQ8/IjTNPI6FLIF0jxqzwhUn9t1iKneV/0ANHkJfqWl/8pPBepNRc6rl46Q+TpQlnKvDm/9rA=="
}
},
"dependencies": {
"benchmark": {
"version": "2.1.4",
"resolved": "https://registry.npmjs.org/benchmark/-/benchmark-2.1.4.tgz",
"integrity": "sha1-CfPeMckWQl1JjMLuVloOvzwqVik=",
"requires": {
"lodash": "^4.17.4",
"platform": "^1.3.3"
}
},
"binparse": {
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/binparse/-/binparse-2.1.0.tgz",
"integrity": "sha512-aHbVgEQnWpPc4nlK7ZdPedEXFoufVwRCJkp2oZ4nHnSCuwt1Fx/jVPNLOaq3120uNmk3dip5RH/jxI76OA22dw=="
},
"destruct-js": {
"version": "0.2.13",
"resolved": "https://registry.npmjs.org/destruct-js/-/destruct-js-0.2.13.tgz",
"integrity": "sha512-A5BL4uFygS0I12qNIPEzEqIqQfhkkr49o674SDFXsoHbX2Fg7/+vYgZen8l6GgJ0ezNrAyT9+5MZzBOY37ccjg=="
},
"lodash": {
"version": "4.18.1",
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.18.1.tgz",
"integrity": "sha512-dMInicTPVE8d1e5otfwmmjlxkZoUpiVLwyeTdUsi/Caj/gfzzblBcCE5sRHV/AsjuCmxWrte2TNGSYuCeCq+0Q=="
},
"platform": {
"version": "1.3.6",
"resolved": "https://registry.npmjs.org/platform/-/platform-1.3.6.tgz",
"integrity": "sha512-fnWVljUchTro6RiCFvCXBbNhJc2NijN7oIQxbwsyL0buWJPG85v81ehlHI9fXrJsMNgTofEoWIQeClKpgxFLrg=="
},
"structron": {
"version": "0.4.3",
"resolved": "https://registry.npmjs.org/structron/-/structron-0.4.3.tgz",
"integrity": "sha512-DaDuI2mQy+QjtxQ8/IjTNPI6FLIF0jxqzwhUn9t1iKneV/0ANHkJfqWl/8pPBepNRc6rl46Q+TpQlnKvDm/9rA=="
}
}
}