nav tabs on admin dashboard

This commit is contained in:
2019-03-07 00:20:34 -06:00
parent f73d6ae228
commit e4f473f376
11661 changed files with 216240 additions and 1544253 deletions

View File

@@ -1,39 +1,26 @@
{
"_from": "http-proxy-middleware@~0.17.4",
"_id": "http-proxy-middleware@0.17.4",
"_from": "http-proxy-middleware@^0.19.1",
"_id": "http-proxy-middleware@0.19.1",
"_inBundle": false,
"_integrity": "sha1-ZC6ISIUdZvCdTxJJEoRtuutBuDM=",
"_integrity": "sha512-yHYTgWMQO8VvwNS22eLLloAkvungsKdKTLO8AJlftYIKNfJr3GK3zK0ZCfzDDGUBttdGc8xFy1mCitvNKQtC3Q==",
"_location": "/http-proxy-middleware",
"_phantomChildren": {
"arr-flatten": "1.1.0",
"expand-range": "1.8.2",
"filename-regex": "2.0.1",
"is-buffer": "1.1.6",
"is-extglob": "2.1.1",
"is-posix-bracket": "0.1.1",
"normalize-path": "2.1.1",
"object.omit": "2.0.1",
"parse-glob": "3.0.4",
"preserve": "0.2.0",
"regex-cache": "0.4.4",
"repeat-element": "1.1.3"
},
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "http-proxy-middleware@~0.17.4",
"raw": "http-proxy-middleware@^0.19.1",
"name": "http-proxy-middleware",
"escapedName": "http-proxy-middleware",
"rawSpec": "~0.17.4",
"rawSpec": "^0.19.1",
"saveSpec": null,
"fetchSpec": "~0.17.4"
"fetchSpec": "^0.19.1"
},
"_requiredBy": [
"/webpack-dev-server"
],
"_resolved": "https://registry.npmjs.org/http-proxy-middleware/-/http-proxy-middleware-0.17.4.tgz",
"_shasum": "642e8848851d66f09d4f124912846dbaeb41b833",
"_spec": "http-proxy-middleware@~0.17.4",
"_resolved": "https://registry.npmjs.org/http-proxy-middleware/-/http-proxy-middleware-0.19.1.tgz",
"_shasum": "183c7dc4aa1479150306498c210cdaf96080a43a",
"_spec": "http-proxy-middleware@^0.19.1",
"_where": "C:\\xampp\\htdocs\\w4rpservices\\node_modules\\webpack-dev-server",
"author": {
"name": "Steven Chim"
@@ -42,32 +29,51 @@
"url": "https://github.com/chimurai/http-proxy-middleware/issues"
},
"bundleDependencies": false,
"commitlint": {
"extends": [
"@commitlint/config-conventional"
]
},
"dependencies": {
"http-proxy": "^1.16.2",
"is-glob": "^3.1.0",
"lodash": "^4.17.2",
"micromatch": "^2.3.11"
"http-proxy": "^1.17.0",
"is-glob": "^4.0.0",
"lodash": "^4.17.11",
"micromatch": "^3.1.10"
},
"deprecated": false,
"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",
"@commitlint/cli": "^7.2.1",
"@commitlint/config-conventional": "^7.1.2",
"browser-sync": "^2.26.3",
"chai": "^4.2.0",
"connect": "^3.6.6",
"coveralls": "^3.0.2",
"express": "^4.16.4",
"husky": "^1.2.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"
"mocha": "^5.2.0",
"mocha-lcov-reporter": "1.3.0",
"opn": "^5.4.0",
"precise-commits": "^1.0.2",
"prettier": "^1.15.2",
"ws": "^6.1.2"
},
"engines": {
"node": ">=4.0.0"
},
"files": [
"index.js",
"lib"
],
"homepage": "https://github.com/chimurai/http-proxy-middleware",
"husky": {
"hooks": {
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS",
"pre-commit": "precise-commits"
}
},
"keywords": [
"reverse",
"proxy",
@@ -94,7 +100,9 @@
"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"
"lint": "prettier \"**/*.{js,md}\" --list-different",
"lint:fix": "prettier \"**/*.{js,md}\" --write",
"test": "npm run lint && mocha --recursive --colors --reporter spec"
},
"version": "0.17.4"
"version": "0.19.1"
}