-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage-lock.json
More file actions
46 lines (46 loc) · 1.42 KB
/
package-lock.json
File metadata and controls
46 lines (46 loc) · 1.42 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
{
"name": "first-app",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"dependencies": {
"getmac": "^5.20.0"
}
},
"node_modules/@types/node": {
"version": "16.11.43",
"resolved": "https://registry.npmjs.org/@types/node/-/node-16.11.43.tgz",
"integrity": "sha512-GqWykok+3uocgfAJM8imbozrqLnPyTrpFlrryURQlw1EesPUCx5XxTiucWDSFF9/NUEXDuD4bnvHm8xfVGWTpQ=="
},
"node_modules/getmac": {
"version": "5.20.0",
"resolved": "https://registry.npmjs.org/getmac/-/getmac-5.20.0.tgz",
"integrity": "sha512-O9T855fb+Hx9dsTJHNv72ZUuA6Y18+BO/0ypPXf6s/tunzXqhc3kbQkNAl+9HVKVlwkWmglHS4LMoJ9YbymKYQ==",
"dependencies": {
"@types/node": "^16.4.7"
},
"engines": {
"node": ">=10"
},
"funding": {
"url": "https://bevry.me/fund"
}
}
},
"dependencies": {
"@types/node": {
"version": "16.11.43",
"resolved": "https://registry.npmjs.org/@types/node/-/node-16.11.43.tgz",
"integrity": "sha512-GqWykok+3uocgfAJM8imbozrqLnPyTrpFlrryURQlw1EesPUCx5XxTiucWDSFF9/NUEXDuD4bnvHm8xfVGWTpQ=="
},
"getmac": {
"version": "5.20.0",
"resolved": "https://registry.npmjs.org/getmac/-/getmac-5.20.0.tgz",
"integrity": "sha512-O9T855fb+Hx9dsTJHNv72ZUuA6Y18+BO/0ypPXf6s/tunzXqhc3kbQkNAl+9HVKVlwkWmglHS4LMoJ9YbymKYQ==",
"requires": {
"@types/node": "^16.4.7"
}
}
}
}