solorice/vscode/extensions/ritwickdey.liveserver-5.7.5/node_modules/proxy-middleware/package.json
2022-04-28 20:54:44 +03:00

63 lines
1.5 KiB
JSON

{
"_from": "proxy-middleware@^0.15.0",
"_id": "proxy-middleware@0.15.0",
"_inBundle": false,
"_integrity": "sha1-o/3xvvtzD5UZZYcqwvYHTGFHelY=",
"_location": "/proxy-middleware",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "proxy-middleware@^0.15.0",
"name": "proxy-middleware",
"escapedName": "proxy-middleware",
"rawSpec": "^0.15.0",
"saveSpec": null,
"fetchSpec": "^0.15.0"
},
"_requiredBy": [
"/live-server"
],
"_resolved": "https://registry.npmjs.org/proxy-middleware/-/proxy-middleware-0.15.0.tgz",
"_shasum": "a3fdf1befb730f951965872ac2f6074c61477a56",
"_spec": "proxy-middleware@^0.15.0",
"_where": "/Users/travis/build/ritwickdey/vscode-live-server/lib/live-server",
"author": {
"name": "Andrew Kelley"
},
"bugs": {
"url": "https://github.com/andrewrk/connect-proxy/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "http(s) proxy as connect middleware",
"devDependencies": {
"connect": "~3.3.5",
"mocha": "~2.2.5",
"serve-static": "~1.9.3"
},
"engines": {
"node": ">=0.8.0"
},
"homepage": "https://github.com/andrewrk/connect-proxy#readme",
"keywords": [
"connect",
"proxy",
"middleware",
"https",
"http",
"ssl"
],
"license": "MIT",
"main": "index.js",
"name": "proxy-middleware",
"repository": {
"type": "git",
"url": "git+https://github.com/andrewrk/connect-proxy.git"
},
"scripts": {
"test": "mocha"
},
"version": "0.15.0"
}