-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage-lock.json
31 lines (31 loc) · 1.08 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
{
"name": "Project-Ongoing-Template",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"dependencies": {
"@izanamidev/gitnode": "^1.2.6"
}
},
"node_modules/@izanamidev/gitnode": {
"version": "1.2.6",
"resolved": "https://registry.npmjs.org/@izanamidev/gitnode/-/gitnode-1.2.6.tgz",
"integrity": "sha512-DAsxQ7OwN5/tR35ceZ61sY/ZG9TuUddwjViEGHDXZCTRODIns/tCf0CScIq2KO5JRZ4qHIR0qRCp6QHU/TuTag==",
"dependencies": {
"child_process": "^1.0.2",
"fs": "^0.0.1-security"
}
},
"node_modules/child_process": {
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/child_process/-/child_process-1.0.2.tgz",
"integrity": "sha512-Wmza/JzL0SiWz7kl6MhIKT5ceIlnFPJX+lwUGj7Clhy5MMldsSoJR0+uvRzOS5Kv45Mq7t1PoE8TsOA9bzvb6g=="
},
"node_modules/fs": {
"version": "0.0.1-security",
"resolved": "https://registry.npmjs.org/fs/-/fs-0.0.1-security.tgz",
"integrity": "sha512-3XY9e1pP0CVEUCdj5BmfIZxRBTSDycnbqhIOGec9QYtmVH2fbLpj86CFWkrNOkt/Fvty4KZG5lTglL9j/gJ87w=="
}
}
}