-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage-lock.json
More file actions
34 lines (34 loc) · 956 Bytes
/
package-lock.json
File metadata and controls
34 lines (34 loc) · 956 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
{
"name": "tecunningham.github.io",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"dependencies": {
"node": "^25.4.0"
}
},
"node_modules/node": {
"version": "25.4.0",
"resolved": "https://registry.npmjs.org/node/-/node-25.4.0.tgz",
"integrity": "sha512-YvI8bhi2XOvFCktxflTJaPQo8SXap7TzbHmiVV+AzzKNvss5hUhAug6bL7NOaEBWKaKiPxf6KRdvGO5/JktiUg==",
"hasInstallScript": true,
"license": "MIT",
"dependencies": {
"node-bin-setup": "^1.0.0"
},
"bin": {
"node": "bin/node"
},
"engines": {
"npm": ">=5.0.0"
}
},
"node_modules/node-bin-setup": {
"version": "1.1.4",
"resolved": "https://registry.npmjs.org/node-bin-setup/-/node-bin-setup-1.1.4.tgz",
"integrity": "sha512-vWNHOne0ZUavArqPP5LJta50+S8R261Fr5SvGul37HbEDcowvLjwdvd0ZeSr0r2lTSrPxl6okq9QUw8BFGiAxA==",
"license": "ISC"
}
}
}