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/dotenv/package.json generated vendored
View File

@@ -1,30 +1,27 @@
{
"_from": "dotenv@^4.0.0",
"_id": "dotenv@4.0.0",
"_from": "dotenv@^6.2.0",
"_id": "dotenv@6.2.0",
"_inBundle": false,
"_integrity": "sha1-hk7xN5rO1Vzm+V3r7NzhefegzR0=",
"_integrity": "sha512-HygQCKUBSFl8wKQZBSemMywRWcEDNidvNbjGVyZu3nbZ8qq9ubiPoGLMdRDpfSrpkkm9BXYFkpKxxFX38o/76w==",
"_location": "/dotenv",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "dotenv@^4.0.0",
"raw": "dotenv@^6.2.0",
"name": "dotenv",
"escapedName": "dotenv",
"rawSpec": "^4.0.0",
"rawSpec": "^6.2.0",
"saveSpec": null,
"fetchSpec": "^4.0.0"
"fetchSpec": "^6.2.0"
},
"_requiredBy": [
"/laravel-mix"
],
"_resolved": "http://registry.npmjs.org/dotenv/-/dotenv-4.0.0.tgz",
"_shasum": "864ef1379aced55ce6f95debecdce179f7a0cd1d",
"_spec": "dotenv@^4.0.0",
"_resolved": "https://registry.npmjs.org/dotenv/-/dotenv-6.2.0.tgz",
"_shasum": "941c0410535d942c8becf28d3f357dbd9d476064",
"_spec": "dotenv@^6.2.0",
"_where": "C:\\xampp\\htdocs\\w4rpservices\\node_modules\\laravel-mix",
"author": {
"name": "scottmotte"
},
"bugs": {
"url": "https://github.com/motdotla/dotenv/issues"
},
@@ -33,17 +30,15 @@
"deprecated": false,
"description": "Loads environment variables from .env file",
"devDependencies": {
"babel": "5.8.23",
"coveralls": "^2.11.9",
"lab": "11.1.0",
"semver": "5.3.0",
"should": "11.1.1",
"sinon": "1.17.6",
"standard": "8.4.0",
"standard-markdown": "2.2.0"
"decache": "^4.5.0",
"flow-bin": "^0.84.0",
"sinon": "^6.3.5",
"standard": "^12.0.1",
"standard-markdown": "^5.0.1",
"tap": "^12.0.1"
},
"engines": {
"node": ">=4.6.0"
"node": ">=6"
},
"homepage": "https://github.com/motdotla/dotenv#readme",
"keywords": [
@@ -63,11 +58,16 @@
"url": "git://github.com/motdotla/dotenv.git"
},
"scripts": {
"flow": "flow",
"lint": "standard",
"lint-md": "standard-markdown",
"postlint": "npm run lint-md",
"postlint": "standard-markdown",
"pretest": "npm run lint",
"test": "lab test/* -r lcov | coveralls"
"test": "tap tests/*.js --100"
},
"version": "4.0.0"
"standard": {
"ignore": [
"flow-typed/"
]
},
"version": "6.2.0"
}