-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage-lock.json
50 lines (50 loc) · 949 Bytes
/
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
{
"name": "glpk",
"version": "0.0.14",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "glpk",
"version": "0.0.14",
"license": "MPL-2.0",
"dependencies": {
"bindings": "^1.2.1",
"nan": "^2.14.0"
},
"engines": {
"iojs": "*",
"node": ">=0.11.0 <=16.x"
}
},
"node_modules/bindings": {
"version": "1.5.0",
"license": "MIT",
"dependencies": {
"file-uri-to-path": "1.0.0"
}
},
"node_modules/file-uri-to-path": {
"version": "1.0.0",
"license": "MIT"
},
"node_modules/nan": {
"version": "2.14.0",
"license": "MIT"
}
},
"dependencies": {
"bindings": {
"version": "1.5.0",
"requires": {
"file-uri-to-path": "1.0.0"
}
},
"file-uri-to-path": {
"version": "1.0.0"
},
"nan": {
"version": "2.14.0"
}
}
}