mirror of
https://github.com/skooner-k8s/skooner.git
synced 2026-08-24 04:16:18 +00:00
Merge pull request #425 from skooner-k8s/fix-406
use external npm registry
This commit is contained in:
Generated
+940
-2613
File diff suppressed because it is too large
Load Diff
+34
-2
@@ -16,14 +16,46 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@kubernetes/client-node": "^0.18.1",
|
||||
"@types/caseless": "^0.12.3",
|
||||
"@types/js-yaml": "^4.0.5",
|
||||
"@types/node": "^18.17.15",
|
||||
"@types/request": "^2.48.8",
|
||||
"@types/tough-cookie": "^4.0.3",
|
||||
"@types/ws": "^8.5.5",
|
||||
"argparse": "^2.0.1",
|
||||
"byline": "^5.0.0",
|
||||
"chownr": "^2.0.0",
|
||||
"cors": "^2.8.5",
|
||||
"crypto": "^1.0.1",
|
||||
"express": "^4.17.1",
|
||||
"form-data": "^2.5.1",
|
||||
"fs-minipass": "^2.1.0",
|
||||
"fs.realpath": "^1.0.0",
|
||||
"glob": "^7.2.3",
|
||||
"http-proxy-middleware": "^1.3.0",
|
||||
"openid-client": "^5.1.3",
|
||||
"inflight": "^1.0.6",
|
||||
"inherits": "^2.0.4",
|
||||
"isomorphic-ws": "^5.0.0",
|
||||
"jose": "^4.11.0",
|
||||
"js-yaml": "^4.1.0",
|
||||
"jsonpath-plus": "^7.2.0",
|
||||
"minipass": "^3.3.4",
|
||||
"minizlib": "^2.1.2",
|
||||
"mkdirp": "^1.0.4",
|
||||
"openid-client": "^5.3.0",
|
||||
"path-is-absolute": "^1.0.1",
|
||||
"request": "^2.88.2",
|
||||
"request-promise-native": "^1.0.9",
|
||||
"stream-to-string": "^1.2.0"
|
||||
"rfc4648": "^1.5.2",
|
||||
"rimraf": "^3.0.2",
|
||||
"stream-buffers": "^3.0.2",
|
||||
"stream-to-string": "^1.2.0",
|
||||
"tar": "^6.1.12",
|
||||
"tmp": "^0.2.1",
|
||||
"tmp-promise": "^3.0.3",
|
||||
"tslib": "^2.6.2",
|
||||
"underscore": "^1.13.6",
|
||||
"ws": "^8.14.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"cross-env": "^7.0.2",
|
||||
|
||||
Reference in New Issue
Block a user