2017-09-13 07:52:34 +02:00

126 lines
3.4 KiB
JSON

{
"_args": [
[
{
"raw": "http-proxy-middleware@~0.17.4",
"scope": null,
"escapedName": "http-proxy-middleware",
"name": "http-proxy-middleware",
"rawSpec": "~0.17.4",
"spec": ">=0.17.4 <0.18.0",
"type": "range"
},
"c:\\xampp\\htdocs\\laravel\\node_modules\\webpack-dev-server"
]
],
"_from": "http-proxy-middleware@>=0.17.4 <0.18.0",
"_id": "http-proxy-middleware@0.17.4",
"_inCache": true,
"_location": "/http-proxy-middleware",
"_nodeVersion": "7.7.1",
"_npmOperationalInternal": {
"host": "packages-18-east.internal.npmjs.com",
"tmp": "tmp/http-proxy-middleware-0.17.4.tgz_1488496050141_0.13289726292714477"
},
"_npmUser": {
"name": "chimurai",
"email": "stevenchim@gmail.com"
},
"_npmVersion": "4.1.2",
"_phantomChildren": {
"eventemitter3": "1.2.0",
"requires-port": "1.0.0"
},
"_requested": {
"raw": "http-proxy-middleware@~0.17.4",
"scope": null,
"escapedName": "http-proxy-middleware",
"name": "http-proxy-middleware",
"rawSpec": "~0.17.4",
"spec": ">=0.17.4 <0.18.0",
"type": "range"
},
"_requiredBy": [
"/webpack-dev-server"
],
"_resolved": "https://registry.npmjs.org/http-proxy-middleware/-/http-proxy-middleware-0.17.4.tgz",
"_shasum": "642e8848851d66f09d4f124912846dbaeb41b833",
"_shrinkwrap": null,
"_spec": "http-proxy-middleware@~0.17.4",
"_where": "c:\\xampp\\htdocs\\laravel\\node_modules\\webpack-dev-server",
"author": {
"name": "Steven Chim"
},
"bugs": {
"url": "https://github.com/chimurai/http-proxy-middleware/issues"
},
"dependencies": {
"http-proxy": "^1.16.2",
"is-glob": "^3.1.0",
"lodash": "^4.17.2",
"micromatch": "^2.3.11"
},
"description": "The one-liner node.js proxy middleware for connect, express and browser-sync",
"devDependencies": {
"browser-sync": "^2.18.2",
"chai": "^3.5.0",
"connect": "^3.5.0",
"coveralls": "^2.11.15",
"express": "^4.14.0",
"istanbul": "^0.4.5",
"istanbul-coveralls": "^1.0.3",
"mocha": "^3.2.0",
"mocha-lcov-reporter": "1.2.0",
"opn": "^4.0.2",
"ws": "^1.1.1"
},
"directories": {},
"dist": {
"shasum": "642e8848851d66f09d4f124912846dbaeb41b833",
"tarball": "https://registry.npmjs.org/http-proxy-middleware/-/http-proxy-middleware-0.17.4.tgz"
},
"files": [
"index.js",
"lib"
],
"gitHead": "cb5e084e71bc3202fe4f711f2f5edf4e29355d99",
"homepage": "https://github.com/chimurai/http-proxy-middleware",
"keywords": [
"reverse",
"proxy",
"middleware",
"http",
"https",
"connect",
"express",
"browser-sync",
"gulp",
"grunt-contrib-connect",
"websocket",
"ws",
"cors"
],
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"name": "chimurai",
"email": "stevenchim@gmail.com"
}
],
"name": "http-proxy-middleware",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/chimurai/http-proxy-middleware.git"
},
"scripts": {
"clean": "rm -rf coverage",
"cover": "npm run clean && istanbul cover ./node_modules/mocha/bin/_mocha -- --recursive",
"coveralls": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- --recursive --reporter spec && istanbul-coveralls && npm run clean",
"test": "mocha --recursive --colors --reporter spec"
},
"version": "0.17.4"
}