-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage-lock.json
More file actions
63 lines (63 loc) · 2.11 KB
/
package-lock.json
File metadata and controls
63 lines (63 loc) · 2.11 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "@cloud-cli/http",
"version": "0.0.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@cloud-cli/http",
"version": "0.0.0",
"license": "MIT",
"dependencies": {
"@cloud-cli/proxy": "latest"
},
"devDependencies": {
"@cloud-cli/typescript-config": "^1.0.1",
"@types/node": "^20.12.8",
"typescript": "^5.4.5"
}
},
"node_modules/@cloud-cli/proxy": {
"version": "1.10.1",
"resolved": "https://registry.npmjs.org/@cloud-cli/proxy/-/proxy-1.10.1.tgz",
"integrity": "sha512-z0yzBgPWXW9Rx+wRA5yseCwuHNBTUjtVaNpzSHHu8yagWWZ8D2n+C7sEIBgqCSMlbccNvC41mrK5IwTxHwxrhA==",
"bin": {
"http-proxy": "cli.mjs"
}
},
"node_modules/@cloud-cli/typescript-config": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/@cloud-cli/typescript-config/-/typescript-config-1.0.1.tgz",
"integrity": "sha512-Mo2IL2gTDRqDdoDn7qZLWjFRpXSODmHk0IhZZMpVt0XLfv8V4QQj8mGTJJQCq9HBncyowk3+OYWV4OD8x5BW9w==",
"dev": true
},
"node_modules/@types/node": {
"version": "20.14.13",
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.14.13.tgz",
"integrity": "sha512-+bHoGiZb8UiQ0+WEtmph2IWQCjIqg8MDZMAV+ppRRhUZnquF5mQkP/9vpSwJClEiSM/C7fZZExPzfU0vJTyp8w==",
"dev": true,
"dependencies": {
"undici-types": "~5.26.4"
}
},
"node_modules/typescript": {
"version": "5.5.4",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.5.4.tgz",
"integrity": "sha512-Mtq29sKDAEYP7aljRgtPOpTvOfbwRWlS6dPRzwjdE+C0R4brX/GUyhHSecbHMFLNBLcJIPt9nl9yG5TZ1weH+Q==",
"dev": true,
"bin": {
"tsc": "bin/tsc",
"tsserver": "bin/tsserver"
},
"engines": {
"node": ">=14.17"
}
},
"node_modules/undici-types": {
"version": "5.26.5",
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-5.26.5.tgz",
"integrity": "sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==",
"dev": true
}
}
}