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
+16 -17
View File
@@ -1,40 +1,39 @@
{
"_from": "color@^0.11.0",
"_id": "color@0.11.4",
"_from": "color@^3.0.0",
"_id": "color@3.1.0",
"_inBundle": false,
"_integrity": "sha1-bXtcdPtl6EHNSHkq0e1eB7kE12Q=",
"_integrity": "sha512-CwyopLkuRYO5ei2EpzpIh6LqJMt6Mt+jZhO5VI5f/wJLZriXQE32/SSqzmrh+QB+AZT81Cj8yv+7zwToW8ahZg==",
"_location": "/color",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "color@^0.11.0",
"raw": "color@^3.0.0",
"name": "color",
"escapedName": "color",
"rawSpec": "^0.11.0",
"rawSpec": "^3.0.0",
"saveSpec": null,
"fetchSpec": "^0.11.0"
"fetchSpec": "^3.0.0"
},
"_requiredBy": [
"/colormin"
"/postcss-colormin"
],
"_resolved": "http://registry.npmjs.org/color/-/color-0.11.4.tgz",
"_shasum": "6d7b5c74fb65e841cd48792ad1ed5e07b904d764",
"_spec": "color@^0.11.0",
"_where": "C:\\xampp\\htdocs\\w4rpservices\\node_modules\\colormin",
"_resolved": "https://registry.npmjs.org/color/-/color-3.1.0.tgz",
"_shasum": "d8e9fb096732875774c84bf922815df0308d0ffc",
"_spec": "color@^3.0.0",
"_where": "C:\\xampp\\htdocs\\w4rpservices\\node_modules\\postcss-colormin",
"authors": [
"Josh Junon <i.am.qix@gmail.com>",
"Heather Arthur <fayearthur@gmail.com>",
"Maxime Thirouin",
"Josh Junon"
"Maxime Thirouin"
],
"bugs": {
"url": "https://github.com/Qix-/color/issues"
},
"bundleDependencies": false,
"dependencies": {
"clone": "^1.0.2",
"color-convert": "^1.3.0",
"color-string": "^0.3.0"
"color-convert": "^1.9.1",
"color-string": "^1.5.2"
},
"deprecated": false,
"description": "Color conversion and manipulation with CSS string support",
@@ -63,7 +62,7 @@
"pretest": "xo",
"test": "mocha"
},
"version": "0.11.4",
"version": "3.1.0",
"xo": {
"rules": {
"no-cond-assign": 0,