-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage-lock.json
More file actions
35 lines (35 loc) · 974 Bytes
/
package-lock.json
File metadata and controls
35 lines (35 loc) · 974 Bytes
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
{
"name": "multiload",
"version": "4.0.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "multiload",
"version": "4.0.0",
"license": "MIT",
"dependencies": {
"pure-utilities": "^1.4.4"
},
"engines": {
"node": ">=14.17.0"
}
},
"node_modules/pure-utilities": {
"version": "1.4.4",
"resolved": "https://registry.npmjs.org/pure-utilities/-/pure-utilities-1.4.4.tgz",
"integrity": "sha512-iO8CwagOSapjQ0YZCHzDYuEF34Czt8htMDv6Sx0KTvE99cAm8n6lmGIaqpSE5Z3jKF+bBkLtYVHgDTAskMiSSg==",
"license": "MIT",
"engines": {
"node": ">=20.13.1"
}
}
},
"dependencies": {
"pure-utilities": {
"version": "1.4.4",
"resolved": "https://registry.npmjs.org/pure-utilities/-/pure-utilities-1.4.4.tgz",
"integrity": "sha512-iO8CwagOSapjQ0YZCHzDYuEF34Czt8htMDv6Sx0KTvE99cAm8n6lmGIaqpSE5Z3jKF+bBkLtYVHgDTAskMiSSg=="
}
}
}