1 | {
|
---|
2 | "_args": [
|
---|
3 | [
|
---|
4 | "http-proxy-middleware@0.19.1",
|
---|
5 | "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
|
---|
6 | ]
|
---|
7 | ],
|
---|
8 | "_development": true,
|
---|
9 | "_from": "http-proxy-middleware@0.19.1",
|
---|
10 | "_id": "http-proxy-middleware@0.19.1",
|
---|
11 | "_inBundle": false,
|
---|
12 | "_integrity": "sha512-yHYTgWMQO8VvwNS22eLLloAkvungsKdKTLO8AJlftYIKNfJr3GK3zK0ZCfzDDGUBttdGc8xFy1mCitvNKQtC3Q==",
|
---|
13 | "_location": "/http-proxy-middleware",
|
---|
14 | "_phantomChildren": {
|
---|
15 | "arr-diff": "4.0.0",
|
---|
16 | "arr-flatten": "1.1.0",
|
---|
17 | "array-unique": "0.3.2",
|
---|
18 | "define-property": "2.0.2",
|
---|
19 | "extend-shallow": "3.0.2",
|
---|
20 | "extglob": "2.0.4",
|
---|
21 | "fragment-cache": "0.2.1",
|
---|
22 | "is-buffer": "1.1.6",
|
---|
23 | "isobject": "3.0.1",
|
---|
24 | "kind-of": "6.0.3",
|
---|
25 | "nanomatch": "1.2.13",
|
---|
26 | "object.pick": "1.3.0",
|
---|
27 | "regex-not": "1.0.2",
|
---|
28 | "repeat-element": "1.1.4",
|
---|
29 | "repeat-string": "1.6.1",
|
---|
30 | "snapdragon": "0.8.2",
|
---|
31 | "snapdragon-node": "2.1.1",
|
---|
32 | "split-string": "3.1.0",
|
---|
33 | "to-regex": "3.0.2"
|
---|
34 | },
|
---|
35 | "_requested": {
|
---|
36 | "type": "version",
|
---|
37 | "registry": true,
|
---|
38 | "raw": "http-proxy-middleware@0.19.1",
|
---|
39 | "name": "http-proxy-middleware",
|
---|
40 | "escapedName": "http-proxy-middleware",
|
---|
41 | "rawSpec": "0.19.1",
|
---|
42 | "saveSpec": null,
|
---|
43 | "fetchSpec": "0.19.1"
|
---|
44 | },
|
---|
45 | "_requiredBy": [
|
---|
46 | "/webpack-dev-server"
|
---|
47 | ],
|
---|
48 | "_resolved": "https://registry.npmjs.org/http-proxy-middleware/-/http-proxy-middleware-0.19.1.tgz",
|
---|
49 | "_spec": "0.19.1",
|
---|
50 | "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
|
---|
51 | "author": {
|
---|
52 | "name": "Steven Chim"
|
---|
53 | },
|
---|
54 | "bugs": {
|
---|
55 | "url": "https://github.com/chimurai/http-proxy-middleware/issues"
|
---|
56 | },
|
---|
57 | "commitlint": {
|
---|
58 | "extends": [
|
---|
59 | "@commitlint/config-conventional"
|
---|
60 | ]
|
---|
61 | },
|
---|
62 | "dependencies": {
|
---|
63 | "http-proxy": "^1.17.0",
|
---|
64 | "is-glob": "^4.0.0",
|
---|
65 | "lodash": "^4.17.11",
|
---|
66 | "micromatch": "^3.1.10"
|
---|
67 | },
|
---|
68 | "description": "The one-liner node.js proxy middleware for connect, express and browser-sync",
|
---|
69 | "devDependencies": {
|
---|
70 | "@commitlint/cli": "^7.2.1",
|
---|
71 | "@commitlint/config-conventional": "^7.1.2",
|
---|
72 | "browser-sync": "^2.26.3",
|
---|
73 | "chai": "^4.2.0",
|
---|
74 | "connect": "^3.6.6",
|
---|
75 | "coveralls": "^3.0.2",
|
---|
76 | "express": "^4.16.4",
|
---|
77 | "husky": "^1.2.0",
|
---|
78 | "istanbul": "^0.4.5",
|
---|
79 | "istanbul-coveralls": "^1.0.3",
|
---|
80 | "mocha": "^5.2.0",
|
---|
81 | "mocha-lcov-reporter": "1.3.0",
|
---|
82 | "opn": "^5.4.0",
|
---|
83 | "precise-commits": "^1.0.2",
|
---|
84 | "prettier": "^1.15.2",
|
---|
85 | "ws": "^6.1.2"
|
---|
86 | },
|
---|
87 | "engines": {
|
---|
88 | "node": ">=4.0.0"
|
---|
89 | },
|
---|
90 | "files": [
|
---|
91 | "index.js",
|
---|
92 | "lib"
|
---|
93 | ],
|
---|
94 | "homepage": "https://github.com/chimurai/http-proxy-middleware",
|
---|
95 | "husky": {
|
---|
96 | "hooks": {
|
---|
97 | "commit-msg": "commitlint -E HUSKY_GIT_PARAMS",
|
---|
98 | "pre-commit": "precise-commits"
|
---|
99 | }
|
---|
100 | },
|
---|
101 | "keywords": [
|
---|
102 | "reverse",
|
---|
103 | "proxy",
|
---|
104 | "middleware",
|
---|
105 | "http",
|
---|
106 | "https",
|
---|
107 | "connect",
|
---|
108 | "express",
|
---|
109 | "browser-sync",
|
---|
110 | "gulp",
|
---|
111 | "grunt-contrib-connect",
|
---|
112 | "websocket",
|
---|
113 | "ws",
|
---|
114 | "cors"
|
---|
115 | ],
|
---|
116 | "license": "MIT",
|
---|
117 | "main": "index.js",
|
---|
118 | "name": "http-proxy-middleware",
|
---|
119 | "repository": {
|
---|
120 | "type": "git",
|
---|
121 | "url": "git+https://github.com/chimurai/http-proxy-middleware.git"
|
---|
122 | },
|
---|
123 | "scripts": {
|
---|
124 | "clean": "rm -rf coverage",
|
---|
125 | "cover": "npm run clean && istanbul cover ./node_modules/mocha/bin/_mocha -- --recursive",
|
---|
126 | "coveralls": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- --recursive --reporter spec && istanbul-coveralls && npm run clean",
|
---|
127 | "lint": "prettier \"**/*.{js,md}\" --list-different",
|
---|
128 | "lint:fix": "prettier \"**/*.{js,md}\" --write",
|
---|
129 | "test": "npm run lint && mocha --recursive --colors --reporter spec"
|
---|
130 | },
|
---|
131 | "version": "0.19.1"
|
---|
132 | }
|
---|