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

69
node_modules/yargs/package.json generated vendored
View File

@@ -1,75 +1,72 @@
{
"_from": "yargs@^8.0.2",
"_id": "yargs@8.0.2",
"_from": "yargs@^12.0.5",
"_id": "yargs@12.0.5",
"_inBundle": false,
"_integrity": "sha1-YpmpBVsc78lp/355wdkY3Osiw2A=",
"_integrity": "sha512-Lhz8TLaYnxq/2ObqHDql8dX8CJi97oHxrjUcYtzKbbykPtVW9WB+poxI+NM2UIzsMgNCZTIf0AQwsjK5yMAqZw==",
"_location": "/yargs",
"_phantomChildren": {
"execa": "0.7.0",
"find-up": "2.1.0",
"graceful-fs": "4.1.11",
"lcid": "1.0.0",
"mem": "1.1.0",
"normalize-package-data": "2.4.0",
"parse-json": "2.2.0"
},
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "yargs@^8.0.2",
"raw": "yargs@^12.0.5",
"name": "yargs",
"escapedName": "yargs",
"rawSpec": "^8.0.2",
"rawSpec": "^12.0.5",
"saveSpec": null,
"fetchSpec": "^8.0.2"
"fetchSpec": "^12.0.5"
},
"_requiredBy": [
"/laravel-mix",
"/webpack"
"/webpack-cli"
],
"_resolved": "https://registry.npmjs.org/yargs/-/yargs-8.0.2.tgz",
"_shasum": "6299a9055b1cefc969ff7e79c1d918dceb22c360",
"_spec": "yargs@^8.0.2",
"_resolved": "https://registry.npmjs.org/yargs/-/yargs-12.0.5.tgz",
"_shasum": "05f5997b609647b64f66b81e3b4b10a368e7ad13",
"_spec": "yargs@^12.0.5",
"_where": "C:\\xampp\\htdocs\\w4rpservices\\node_modules\\laravel-mix",
"bugs": {
"url": "https://github.com/yargs/yargs/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Yargs Contributors",
"url": "https://github.com/yargs/yargs/graphs/contributors"
}
],
"dependencies": {
"camelcase": "^4.1.0",
"cliui": "^3.2.0",
"decamelize": "^1.1.1",
"cliui": "^4.0.0",
"decamelize": "^1.2.0",
"find-up": "^3.0.0",
"get-caller-file": "^1.0.1",
"os-locale": "^2.0.0",
"read-pkg-up": "^2.0.0",
"os-locale": "^3.0.0",
"require-directory": "^2.1.1",
"require-main-filename": "^1.0.1",
"set-blocking": "^2.0.0",
"string-width": "^2.0.0",
"which-module": "^2.0.0",
"y18n": "^3.2.1",
"yargs-parser": "^7.0.0"
"y18n": "^3.2.1 || ^4.0.0",
"yargs-parser": "^11.1.1"
},
"deprecated": false,
"description": "yargs the modern, pirate-themed, successor to optimist.",
"devDependencies": {
"chai": "^3.4.1",
"chai": "^4.1.2",
"chalk": "^1.1.3",
"coveralls": "^2.11.11",
"coveralls": "^3.0.2",
"cpr": "^2.0.0",
"cross-spawn": "^5.0.1",
"cross-spawn": "^6.0.4",
"es6-promise": "^4.0.2",
"hashish": "0.0.4",
"mocha": "^3.0.1",
"nyc": "^10.3.0",
"mocha": "^5.1.1",
"nyc": "^11.7.3",
"rimraf": "^2.5.0",
"standard": "^8.6.0",
"standard": "^11.0.1",
"standard-version": "^4.2.0",
"which": "^1.2.9",
"yargs-test-extends": "^1.0.1"
},
"engine": {
"node": ">=0.10"
"node": ">=6"
},
"files": [
"index.js",
@@ -79,7 +76,7 @@
"completion.sh.hbs",
"LICENSE"
],
"homepage": "http://yargs.js.org/",
"homepage": "https://yargs.js.org/",
"keywords": [
"argument",
"args",
@@ -94,7 +91,7 @@
"name": "yargs",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/yargs/yargs.git"
"url": "git+https://github.com/yargs/yargs.git"
},
"scripts": {
"coverage": "nyc report --reporter=text-lcov | coveralls",
@@ -107,5 +104,5 @@
"**/example/**"
]
},
"version": "8.0.2"
"version": "12.0.5"
}