-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage-lock.json
More file actions
27 lines (27 loc) · 792 Bytes
/
package-lock.json
File metadata and controls
27 lines (27 loc) · 792 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
{
"name": "sample",
"version": "0.0.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"edge-cs": {
"version": "1.2.1",
"resolved": "https://registry.npmjs.org/edge-cs/-/edge-cs-1.2.1.tgz",
"integrity": "sha1-vRqezblO8O1AyJRYIEZ0nlcEXlo="
},
"edge-js": {
"version": "12.3.1",
"resolved": "https://registry.npmjs.org/edge-js/-/edge-js-12.3.1.tgz",
"integrity": "sha512-462ULqher3F8x96zuh+LBMpOp8/o4GBTHhxJqVEb0aiii/mir+Ch3uLhcstkaBJ11DS1Peo+CZRAaEXXfifQYg==",
"requires": {
"edge-cs": "1.2.1",
"nan": "^2.14.0"
}
},
"nan": {
"version": "2.14.0",
"resolved": "https://registry.npmjs.org/nan/-/nan-2.14.0.tgz",
"integrity": "sha1-eBj3IgJ7JFmobwKV1DTR/CM2xSw="
}
}
}