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

50
node_modules/execa/package.json generated vendored
View File

@@ -1,31 +1,28 @@
{
"_from": "execa@^0.7.0",
"_id": "execa@0.7.0",
"_from": "execa@^1.0.0",
"_id": "execa@1.0.0",
"_inBundle": false,
"_integrity": "sha1-lEvs00zEHuMqY6n68nrVpl/Fl3c=",
"_integrity": "sha512-adbxcyWV46qiHyvSp50TKt05tB4tK3HcmF7/nxfAdhnox83seTDbwnaqKO4sXRy7roHAIFqJP/Rw/AuEbX61LA==",
"_location": "/execa",
"_phantomChildren": {
"lru-cache": "4.1.3",
"shebang-command": "1.2.0",
"which": "1.3.1"
},
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "execa@^0.7.0",
"raw": "execa@^1.0.0",
"name": "execa",
"escapedName": "execa",
"rawSpec": "^0.7.0",
"rawSpec": "^1.0.0",
"saveSpec": null,
"fetchSpec": "^0.7.0"
"fetchSpec": "^1.0.0"
},
"_requiredBy": [
"/yargs/os-locale"
"/default-gateway",
"/os-locale"
],
"_resolved": "https://registry.npmjs.org/execa/-/execa-0.7.0.tgz",
"_shasum": "944becd34cc41ee32a63a9faf27ad5a65fc59777",
"_spec": "execa@^0.7.0",
"_where": "C:\\xampp\\htdocs\\w4rpservices\\node_modules\\yargs\\node_modules\\os-locale",
"_resolved": "https://registry.npmjs.org/execa/-/execa-1.0.0.tgz",
"_shasum": "c6236a5bb4df6d6f15e88e7f017798216749ddd8",
"_spec": "execa@^1.0.0",
"_where": "C:\\xampp\\htdocs\\w4rpservices\\node_modules\\os-locale",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
@@ -36,8 +33,8 @@
},
"bundleDependencies": false,
"dependencies": {
"cross-spawn": "^5.0.1",
"get-stream": "^3.0.0",
"cross-spawn": "^6.0.0",
"get-stream": "^4.0.0",
"is-stream": "^1.1.0",
"npm-run-path": "^2.0.0",
"p-finally": "^1.0.0",
@@ -49,15 +46,15 @@
"devDependencies": {
"ava": "*",
"cat-names": "^1.0.2",
"coveralls": "^2.11.9",
"delay": "^2.0.0",
"coveralls": "^3.0.1",
"delay": "^3.0.0",
"is-running": "^2.0.0",
"nyc": "^11.0.2",
"nyc": "^13.0.1",
"tempfile": "^2.0.0",
"xo": "*"
},
"engines": {
"node": ">=4"
"node": ">=6"
},
"files": [
"index.js",
@@ -82,13 +79,6 @@
"local"
],
"license": "MIT",
"maintainers": [
{
"name": "James Talmage",
"email": "james@talmage.io",
"url": "github.com/jamestalmage"
}
],
"name": "execa",
"nyc": {
"reporter": [
@@ -108,5 +98,5 @@
"scripts": {
"test": "xo && nyc ava"
},
"version": "0.7.0"
"version": "1.0.0"
}