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,33 +1,28 @@
{
"_from": "find-cache-dir@^1.0.0",
"_id": "find-cache-dir@1.0.0",
"_from": "find-cache-dir@^2.0.0",
"_id": "find-cache-dir@2.0.0",
"_inBundle": false,
"_integrity": "sha1-kojj6ePMN0hxfTnq3hfPcfww7m8=",
"_integrity": "sha512-LDUY6V1Xs5eFskUVYtIwatojt6+9xC9Chnlk/jYOOvn3FAFfSaWddxahDGyNHh0b2dMXa6YW2m0tk8TdVaXHlA==",
"_location": "/find-cache-dir",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "find-cache-dir@^1.0.0",
"raw": "find-cache-dir@^2.0.0",
"name": "find-cache-dir",
"escapedName": "find-cache-dir",
"rawSpec": "^1.0.0",
"rawSpec": "^2.0.0",
"saveSpec": null,
"fetchSpec": "^1.0.0"
"fetchSpec": "^2.0.0"
},
"_requiredBy": [
"/babel-loader",
"/uglifyjs-webpack-plugin"
"/terser-webpack-plugin"
],
"_resolved": "https://registry.npmjs.org/find-cache-dir/-/find-cache-dir-1.0.0.tgz",
"_shasum": "9288e3e9e3cc3748717d39eade17cf71fc30ee6f",
"_spec": "find-cache-dir@^1.0.0",
"_resolved": "https://registry.npmjs.org/find-cache-dir/-/find-cache-dir-2.0.0.tgz",
"_shasum": "4c1faed59f45184530fb9d7fa123a4d04a98472d",
"_spec": "find-cache-dir@^2.0.0",
"_where": "C:\\xampp\\htdocs\\w4rpservices\\node_modules\\babel-loader",
"author": {
"name": "James Talmage",
"email": "james@talmage.io",
"url": "github.com/jamestalmage"
},
"bugs": {
"url": "https://github.com/avajs/find-cache-dir/issues"
},
@@ -35,19 +30,19 @@
"dependencies": {
"commondir": "^1.0.1",
"make-dir": "^1.0.0",
"pkg-dir": "^2.0.0"
"pkg-dir": "^3.0.0"
},
"deprecated": false,
"description": "My well-made module",
"description": "Finds the common standard cache directory",
"devDependencies": {
"ava": "^0.19.1",
"coveralls": "^2.11.6",
"del": "^2.2.2",
"nyc": "^10.3.2",
"xo": "^0.18.2"
"ava": "^0.25.0",
"coveralls": "^3.0.1",
"del": "^3.0.0",
"nyc": "^12.0.2",
"xo": "^0.21.1"
},
"engines": {
"node": ">=4"
"node": ">=6"
},
"files": [
"index.js"
@@ -76,5 +71,5 @@
"scripts": {
"test": "xo && nyc ava"
},
"version": "1.0.0"
"version": "2.0.0"
}