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,8 +1,8 @@
{
"_from": "object-keys@^1.0.12",
"_id": "object-keys@1.0.12",
"_id": "object-keys@1.1.0",
"_inBundle": false,
"_integrity": "sha512-FTMyFUm2wBcGHnH2eXmz7tC6IwlqQZ6mVZ+6dm6vZ4IQIHjs6FdNsQBuKGPuUUUY6NfJw2PshC08Tn6LzLDOag==",
"_integrity": "sha512-6OO5X1+2tYkNyNEx6TsCxEqFfRWaqx6EtMiSbGrw8Ob8v9Ne+Hl8rBAgLBZn5wjEz3s/s6U1WXFUFOcxxAwUpg==",
"_location": "/object-keys",
"_phantomChildren": {},
"_requested": {
@@ -16,10 +16,11 @@
"fetchSpec": "^1.0.12"
},
"_requiredBy": [
"/define-properties"
"/define-properties",
"/es-abstract"
],
"_resolved": "https://registry.npmjs.org/object-keys/-/object-keys-1.0.12.tgz",
"_shasum": "09c53855377575310cca62f55bb334abff7b3ed2",
"_resolved": "https://registry.npmjs.org/object-keys/-/object-keys-1.1.0.tgz",
"_shasum": "11bd22348dd2e096a045ab06f6c85bcc340fa032",
"_spec": "object-keys@^1.0.12",
"_where": "C:\\xampp\\htdocs\\w4rpservices\\node_modules\\define-properties",
"author": {
@@ -58,15 +59,13 @@
"deprecated": false,
"description": "An Object.keys replacement, in case Object.keys is not available. From https://github.com/es-shims/es5-shim",
"devDependencies": {
"@ljharb/eslint-config": "^12.2.1",
"covert": "^1.1.0",
"eslint": "^4.19.1",
"@ljharb/eslint-config": "^13.1.1",
"covert": "^1.1.1",
"eslint": "^5.13.0",
"foreach": "^2.0.5",
"indexof": "^0.0.1",
"is": "^3.2.1",
"jscs": "^3.0.7",
"nsp": "^3.2.1",
"tape": "^4.9.1"
"is": "^3.3.0",
"tape": "^4.9.2"
},
"engines": {
"node": ">= 0.4"
@@ -86,14 +85,14 @@
"url": "git://github.com/ljharb/object-keys.git"
},
"scripts": {
"audit": "npm audit",
"coverage": "covert test/*.js",
"coverage-quiet": "covert test/*.js --quiet",
"eslint": "eslint test/*.js *.js",
"jscs": "jscs test/*.js *.js",
"lint": "npm run --silent jscs && npm run --silent eslint",
"posttest": "npm run --silent security",
"lint": "eslint .",
"postaudit": "rm package-lock.json",
"posttest": "npm run --silent audit",
"preaudit": "npm install --package-lock --package-lock-only",
"pretest": "npm run --silent lint",
"security": "nsp check",
"test": "npm run --silent tests-only",
"tests-only": "node test/index.js"
},
@@ -115,5 +114,5 @@
"android-browser/4.2"
]
},
"version": "1.0.12"
"version": "1.1.0"
}