-
Notifications
You must be signed in to change notification settings - Fork 0
/
package-lock.json
39 lines (39 loc) · 1.28 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
{
"name": "adventofcode",
"version": "1.0.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "adventofcode",
"version": "1.0.0",
"license": "ISC",
"dependencies": {
"highs": "^0.7.3",
"lodash": "^4.17.21"
}
},
"node_modules/highs": {
"version": "0.7.3",
"resolved": "https://registry.npmjs.org/highs/-/highs-0.7.3.tgz",
"integrity": "sha512-oNiU1LuqU7vjEfgwCRKxPUgk11Ut07qCH1pIXMPgQ74D8yYmFYZXqV8lIx2sF5nQZ9IZh+7x2dloEnvX48YBLQ=="
},
"node_modules/lodash": {
"version": "4.17.21",
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz",
"integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg=="
}
},
"dependencies": {
"highs": {
"version": "0.7.3",
"resolved": "https://registry.npmjs.org/highs/-/highs-0.7.3.tgz",
"integrity": "sha512-oNiU1LuqU7vjEfgwCRKxPUgk11Ut07qCH1pIXMPgQ74D8yYmFYZXqV8lIx2sF5nQZ9IZh+7x2dloEnvX48YBLQ=="
},
"lodash": {
"version": "4.17.21",
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz",
"integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg=="
}
}
}