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 -16
View File
@@ -1,27 +1,26 @@
{
"_from": "lcid@^1.0.0",
"_id": "lcid@1.0.0",
"_from": "lcid@^2.0.0",
"_id": "lcid@2.0.0",
"_inBundle": false,
"_integrity": "sha1-MIrMr6C8SDo4Z7S28rlQYlHRuDU=",
"_integrity": "sha512-avPEb8P8EGnwXKClwsNUgryVjllcRqtMYa49NTsbQagYuT1DcXnl1915oxWjoyGrXR6zH/Y0Zc96xWsPcoDKeA==",
"_location": "/lcid",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "lcid@^1.0.0",
"raw": "lcid@^2.0.0",
"name": "lcid",
"escapedName": "lcid",
"rawSpec": "^1.0.0",
"rawSpec": "^2.0.0",
"saveSpec": null,
"fetchSpec": "^1.0.0"
"fetchSpec": "^2.0.0"
},
"_requiredBy": [
"/os-locale",
"/yargs/os-locale"
"/os-locale"
],
"_resolved": "https://registry.npmjs.org/lcid/-/lcid-1.0.0.tgz",
"_shasum": "308accafa0bc483a3867b4b6f2b9506251d1b835",
"_spec": "lcid@^1.0.0",
"_resolved": "https://registry.npmjs.org/lcid/-/lcid-2.0.0.tgz",
"_shasum": "6ef5d2df60e52f82eb228a4c373e8d1f397253cf",
"_spec": "lcid@^2.0.0",
"_where": "C:\\xampp\\htdocs\\w4rpservices\\node_modules\\os-locale",
"author": {
"name": "Sindre Sorhus",
@@ -33,15 +32,16 @@
},
"bundleDependencies": false,
"dependencies": {
"invert-kv": "^1.0.0"
"invert-kv": "^2.0.0"
},
"deprecated": false,
"description": "Mapping between standard locale identifiers and Windows locale identifiers (LCID)",
"devDependencies": {
"ava": "0.0.4"
"ava": "*",
"xo": "*"
},
"engines": {
"node": ">=0.10.0"
"node": ">=6"
},
"files": [
"index.js",
@@ -73,7 +73,7 @@
"url": "git+https://github.com/sindresorhus/lcid.git"
},
"scripts": {
"test": "node test.js"
"test": "xo && ava"
},
"version": "1.0.0"
"version": "2.0.0"
}