forked from christian-fei/my-yt
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage-lock.json
More file actions
41 lines (41 loc) · 1.09 KB
/
Copy pathpackage-lock.json
File metadata and controls
41 lines (41 loc) · 1.09 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
{
"name": "my-yt",
"version": "1.0.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "my-yt",
"version": "1.0.0",
"license": "ISC",
"dependencies": {
"nano-spawn": "^0.2.0"
},
"devDependencies": {
"undici": "^7.7.0"
}
},
"node_modules/nano-spawn": {
"version": "0.2.0",
"resolved": "https://registry.npmjs.org/nano-spawn/-/nano-spawn-0.2.0.tgz",
"integrity": "sha512-IjZBIOLxSlxu+m/kacg9JuP93oUpRemeV0mEuCy64nzBKKIL9m0aLJHtVPcVuzJDHFhElzjpwbW4a3tMzgKoZQ==",
"license": "MIT",
"engines": {
"node": ">=18.19"
},
"funding": {
"url": "https://github.com/sindresorhus/nano-spawn?sponsor=1"
}
},
"node_modules/undici": {
"version": "7.7.0",
"resolved": "https://registry.npmjs.org/undici/-/undici-7.7.0.tgz",
"integrity": "sha512-tZ6+5NBq4KH35rr46XJ2JPFKxfcBlYNaqLF/wyWIO9RMHqqU/gx/CLB1Y2qMcgB8lWw/bKHa7qzspqCN7mUHvA==",
"dev": true,
"license": "MIT",
"engines": {
"node": ">=20.18.1"
}
}
}
}