91 lines
2.5 KiB
JSON
91 lines
2.5 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"https-proxy-agent@5.0.0",
|
|
"/Users/xyf/Documents/project/cocos-creator-plugin/plugin-project/packages/hot-update-tools"
|
|
]
|
|
],
|
|
"_from": "https-proxy-agent@5.0.0",
|
|
"_id": "https-proxy-agent@5.0.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-4qkFQqu2inYuCghQ9sntrf2FBrI=",
|
|
"_location": "/https-proxy-agent",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "https-proxy-agent@5.0.0",
|
|
"name": "https-proxy-agent",
|
|
"escapedName": "https-proxy-agent",
|
|
"rawSpec": "5.0.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "5.0.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/pac-proxy-agent",
|
|
"/proxy-agent"
|
|
],
|
|
"_resolved": "https://registry.npm.taobao.org/https-proxy-agent/download/https-proxy-agent-5.0.0.tgz?cache=0&sync_timestamp=1581106803611&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fhttps-proxy-agent%2Fdownload%2Fhttps-proxy-agent-5.0.0.tgz",
|
|
"_spec": "5.0.0",
|
|
"_where": "/Users/xyf/Documents/project/cocos-creator-plugin/plugin-project/packages/hot-update-tools",
|
|
"author": {
|
|
"name": "Nathan Rajlich",
|
|
"email": "nathan@tootallnate.net",
|
|
"url": "http://n8.io/"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/TooTallNate/node-https-proxy-agent/issues"
|
|
},
|
|
"dependencies": {
|
|
"agent-base": "6",
|
|
"debug": "4"
|
|
},
|
|
"description": "An HTTP(s) proxy `http.Agent` implementation for HTTPS",
|
|
"devDependencies": {
|
|
"@types/debug": "4",
|
|
"@types/node": "^12.12.11",
|
|
"@typescript-eslint/eslint-plugin": "1.6.0",
|
|
"@typescript-eslint/parser": "1.1.0",
|
|
"eslint": "5.16.0",
|
|
"eslint-config-airbnb": "17.1.0",
|
|
"eslint-config-prettier": "4.1.0",
|
|
"eslint-import-resolver-typescript": "1.1.1",
|
|
"eslint-plugin-import": "2.16.0",
|
|
"eslint-plugin-jsx-a11y": "6.2.1",
|
|
"eslint-plugin-react": "7.12.4",
|
|
"mocha": "^6.2.2",
|
|
"proxy": "1",
|
|
"rimraf": "^3.0.0",
|
|
"typescript": "^3.5.3"
|
|
},
|
|
"engines": {
|
|
"node": ">= 6"
|
|
},
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"homepage": "https://github.com/TooTallNate/node-https-proxy-agent#readme",
|
|
"keywords": [
|
|
"https",
|
|
"proxy",
|
|
"endpoint",
|
|
"agent"
|
|
],
|
|
"license": "MIT",
|
|
"main": "dist/index",
|
|
"name": "https-proxy-agent",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/TooTallNate/node-https-proxy-agent.git"
|
|
},
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"prebuild": "rimraf dist",
|
|
"prepublishOnly": "npm run build",
|
|
"test": "mocha --reporter spec",
|
|
"test-lint": "eslint src --ext .js,.ts"
|
|
},
|
|
"types": "dist/index",
|
|
"version": "5.0.0"
|
|
}
|