2020-10-24 13:22:44 +00:00
|
|
|
{
|
|
|
|
"name": "@docmirror/dev-sidecar",
|
2024-11-07 03:14:47 +00:00
|
|
|
"version": "1.8.9",
|
2024-11-14 09:59:06 +00:00
|
|
|
"private": false,
|
2020-11-10 14:12:42 +00:00
|
|
|
"description": "给开发者的加速代理工具",
|
2024-11-14 09:59:06 +00:00
|
|
|
"author": "docmirror.cn",
|
|
|
|
"license": "MPL-2.0",
|
2020-11-12 10:33:21 +00:00
|
|
|
"keywords": [
|
|
|
|
"dev-sidecar",
|
|
|
|
"github加速",
|
|
|
|
"google加速",
|
|
|
|
"代理"
|
|
|
|
],
|
2024-11-14 09:59:06 +00:00
|
|
|
"main": "src/index.js",
|
2020-10-24 13:22:44 +00:00
|
|
|
"scripts": {
|
2021-03-28 10:53:24 +00:00
|
|
|
"test": "mocha"
|
2020-10-24 13:22:44 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2024-11-26 16:52:16 +00:00
|
|
|
"@starknt/sysproxy": "^0.0.1",
|
|
|
|
"@vscode/sudo-prompt": "^9.3.1",
|
2021-03-27 12:56:22 +00:00
|
|
|
"fix-path": "^3.0.0",
|
2024-11-18 17:59:04 +00:00
|
|
|
"iconv-lite": "^0.6.3",
|
2024-11-19 12:40:38 +00:00
|
|
|
"lodash": "^4.17.21",
|
2024-11-18 17:59:04 +00:00
|
|
|
"log4js": "^6.9.1",
|
2020-10-24 13:22:44 +00:00
|
|
|
"node-powershell": "^4.0.0",
|
2024-11-07 09:28:16 +00:00
|
|
|
"spawn-sync": "^2.0.0",
|
2024-11-18 17:59:04 +00:00
|
|
|
"winreg": "^1.2.5"
|
2020-10-24 13:22:44 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2021-03-28 10:53:24 +00:00
|
|
|
"chai": "^4.3.4",
|
2020-12-10 16:19:07 +00:00
|
|
|
"mocha": "^8.2.1"
|
2024-11-18 17:59:04 +00:00
|
|
|
}
|
2020-10-24 13:22:44 +00:00
|
|
|
}
|