my-idlers/node_modules/http-proxy-middleware/package.json
cp6 fd22b0bf58 V2 (Laravel re-make)
V2 (Laravel re-make)
2022-03-06 02:02:12 +11:00

132 lines
3.7 KiB
JSON

{
"_from": "http-proxy-middleware@^2.0.0",
"_id": "http-proxy-middleware@2.0.2",
"_inBundle": false,
"_integrity": "sha512-XtmDN5w+vdFTBZaYhdJAbMqn0DP/EhkUaAeo963mojwpKMMbw6nivtFKw07D7DDOH745L5k0VL0P8KRYNEVF/g==",
"_location": "/http-proxy-middleware",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "http-proxy-middleware@^2.0.0",
"name": "http-proxy-middleware",
"escapedName": "http-proxy-middleware",
"rawSpec": "^2.0.0",
"saveSpec": null,
"fetchSpec": "^2.0.0"
},
"_requiredBy": [
"/webpack-dev-server"
],
"_resolved": "https://registry.npmjs.org/http-proxy-middleware/-/http-proxy-middleware-2.0.2.tgz",
"_shasum": "94d7593790aad6b3de48164f13792262f656c332",
"_spec": "http-proxy-middleware@^2.0.0",
"_where": "C:\\laragon\\www\\idlers\\node_modules\\webpack-dev-server",
"author": {
"name": "Steven Chim"
},
"bugs": {
"url": "https://github.com/chimurai/http-proxy-middleware/issues"
},
"bundleDependencies": false,
"commitlint": {
"extends": [
"@commitlint/config-conventional"
]
},
"dependencies": {
"@types/http-proxy": "^1.17.8",
"http-proxy": "^1.18.1",
"is-glob": "^4.0.1",
"is-plain-obj": "^3.0.0",
"micromatch": "^4.0.2"
},
"deprecated": false,
"description": "The one-liner node.js proxy middleware for connect, express and browser-sync",
"devDependencies": {
"@commitlint/cli": "16.1.0",
"@commitlint/config-conventional": "16.0.0",
"@types/express": "4.17.13",
"@types/is-glob": "4.0.2",
"@types/jest": "27.4.0",
"@types/micromatch": "4.0.2",
"@types/node": "17.0.10",
"@types/supertest": "2.0.11",
"@types/ws": "8.2.2",
"@typescript-eslint/eslint-plugin": "5.10.0",
"@typescript-eslint/parser": "5.10.0",
"body-parser": "1.19.1",
"browser-sync": "2.27.7",
"connect": "3.7.0",
"eslint": "8.7.0",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-prettier": "4.0.0",
"express": "4.17.2",
"get-port": "5.1.1",
"husky": "7.0.4",
"jest": "27.4.7",
"lint-staged": "12.2.2",
"mockttp": "2.5.1",
"open": "8.4.0",
"prettier": "2.5.1",
"supertest": "6.2.2",
"ts-jest": "27.1.3",
"typescript": "4.5.5",
"ws": "8.4.2"
},
"engines": {
"node": ">=12.0.0"
},
"files": [
"dist"
],
"homepage": "https://github.com/chimurai/http-proxy-middleware#readme",
"keywords": [
"reverse",
"proxy",
"middleware",
"http",
"https",
"connect",
"express",
"fastify",
"polka",
"browser-sync",
"gulp",
"grunt-contrib-connect",
"websocket",
"ws",
"cors"
],
"license": "MIT",
"main": "dist/index.js",
"name": "http-proxy-middleware",
"peerDependencies": {
"@types/express": "^4.17.13"
},
"repository": {
"type": "git",
"url": "git+https://github.com/chimurai/http-proxy-middleware.git"
},
"scripts": {
"build": "tsc",
"clean": "rm -rf dist && rm -rf coverage",
"coverage": "jest --coverage --coverageReporters=lcov",
"eslint": "eslint '{src,test}/**/*.ts'",
"eslint:fix": "yarn eslint --fix",
"lint": "yarn prettier && yarn eslint",
"lint:fix": "yarn prettier:fix && yarn eslint:fix",
"prebuild": "yarn clean",
"precoverage": "yarn build",
"prepack": "yarn build && rm dist/tsconfig.tsbuildinfo",
"prepare": "husky install",
"pretest": "yarn build",
"prettier": "prettier --list-different \"**/*.{js,ts,md,yml,json,html}\"",
"prettier:fix": "prettier --write \"**/*.{js,ts,md,yml,json,html}\"",
"spellcheck": "npx --yes cspell --show-context --show-suggestions '**/*.*'",
"test": "jest"
},
"types": "dist/index.d.ts",
"version": "2.0.2"
}