-
Notifications
You must be signed in to change notification settings - Fork 2
/
package-lock.json
42 lines (42 loc) · 1.06 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
32
33
34
35
36
37
38
39
40
41
42
{
"name": "PRENDICO",
"version": "0.0.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "PRENDICO",
"version": "0.0.0",
"dependencies": {
"degit": "^2.8.4",
"pnpm": "^8.10.5"
}
},
"node_modules/degit": {
"version": "2.8.4",
"resolved": "https://registry.npmjs.org/degit/-/degit-2.8.4.tgz",
"integrity": "sha512-vqYuzmSA5I50J882jd+AbAhQtgK6bdKUJIex1JNfEUPENCgYsxugzKVZlFyMwV4i06MmnV47/Iqi5Io86zf3Ng==",
"bin": {
"degit": "degit"
},
"engines": {
"node": ">=8.0.0"
}
},
"node_modules/pnpm": {
"version": "8.10.5",
"resolved": "https://registry.npmjs.org/pnpm/-/pnpm-8.10.5.tgz",
"integrity": "sha512-nBYfQz2FVRxY8bOhCxjMPfcrWgLSyu5lZswFtvIK3e+UfnldkMOQM7+S3lUXfq1p2H9iqdqtyR56LjtY9JNToA==",
"bin": {
"pnpm": "bin/pnpm.cjs",
"pnpx": "bin/pnpx.cjs"
},
"engines": {
"node": ">=16.14"
},
"funding": {
"url": "https://opencollective.com/pnpm"
}
}
}
}