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
+13 -12
View File
@@ -1,8 +1,8 @@
{
"_from": "compressible@~2.0.14",
"_id": "compressible@2.0.15",
"_id": "compressible@2.0.16",
"_inBundle": false,
"_integrity": "sha512-4aE67DL33dSW9gw4CI2H/yTxqHLNcxp0yS6jB+4h+wr3e43+1z7vm0HU9qXOH8j+qjKuL8+UtkOxYQSMq60Ylw==",
"_integrity": "sha512-JQfEOdnI7dASwCuSPWIeVYwc/zMsu/+tRhoUvEfXz2gxOA2DNjmG5vhtFdBlhWPPGo+RdT9S3tgc/uH5qgDiiA==",
"_location": "/compressible",
"_phantomChildren": {},
"_requested": {
@@ -18,8 +18,8 @@
"_requiredBy": [
"/compression"
],
"_resolved": "https://registry.npmjs.org/compressible/-/compressible-2.0.15.tgz",
"_shasum": "857a9ab0a7e5a07d8d837ed43fe2defff64fe212",
"_resolved": "https://registry.npmjs.org/compressible/-/compressible-2.0.16.tgz",
"_shasum": "a49bf9858f3821b64ce1be0296afc7380466a77f",
"_spec": "compressible@~2.0.14",
"_where": "C:\\xampp\\htdocs\\w4rpservices\\node_modules\\compression",
"bugs": {
@@ -43,20 +43,20 @@
}
],
"dependencies": {
"mime-db": ">= 1.36.0 < 2"
"mime-db": ">= 1.38.0 < 2"
},
"deprecated": false,
"description": "Compressible Content-Type / mime checking",
"devDependencies": {
"eslint": "5.5.0",
"eslint": "5.14.1",
"eslint-config-standard": "12.0.0",
"eslint-plugin-import": "2.14.0",
"eslint-plugin-markdown": "1.0.0-beta.6",
"eslint-plugin-node": "7.0.1",
"eslint-plugin-import": "2.16.0",
"eslint-plugin-markdown": "1.0.0",
"eslint-plugin-node": "8.0.1",
"eslint-plugin-promise": "4.0.1",
"eslint-plugin-standard": "4.0.0",
"mocha": "5.2.0",
"nyc": "13.1.0"
"nyc": "13.3.0"
},
"engines": {
"node": ">= 0.6"
@@ -84,7 +84,8 @@
"lint": "eslint --plugin markdown --ext js,md .",
"test": "mocha --reporter spec --bail --check-leaks test/",
"test-cov": "nyc --reporter=html --reporter=text npm test",
"test-travis": "nyc --reporter=text npm test"
"test-travis": "nyc --reporter=text npm test",
"version": "node scripts/version-history.js && git add HISTORY.md"
},
"version": "2.0.15"
"version": "2.0.16"
}