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
+31 -29
View File
@@ -1,27 +1,28 @@
{
"_from": "es-abstract@^1.7.0",
"_id": "es-abstract@1.12.0",
"_from": "es-abstract@^1.5.1",
"_id": "es-abstract@1.13.0",
"_inBundle": false,
"_integrity": "sha512-C8Fx/0jFmV5IPoMOFPA9P9G5NtqW+4cOPit3MIuvR2t7Ag2K15EJTpxnHAYTzL+aYQJIESYeXZmDBfOBE1HcpA==",
"_integrity": "sha512-vDZfg/ykNxQVwup/8E1BZhVzFfBxs9NqMzGcvIJrqg5k2/5Za2bWo40dK2J1pgLngZ7c+Shh8lwYtLGyrwPutg==",
"_location": "/es-abstract",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "es-abstract@^1.7.0",
"raw": "es-abstract@^1.5.1",
"name": "es-abstract",
"escapedName": "es-abstract",
"rawSpec": "^1.7.0",
"rawSpec": "^1.5.1",
"saveSpec": null,
"fetchSpec": "^1.7.0"
"fetchSpec": "^1.5.1"
},
"_requiredBy": [
"/array-includes"
"/object.getownpropertydescriptors",
"/object.values"
],
"_resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.12.0.tgz",
"_shasum": "9dbbdd27c6856f0001421ca18782d786bf8a6165",
"_spec": "es-abstract@^1.7.0",
"_where": "C:\\xampp\\htdocs\\w4rpservices\\node_modules\\array-includes",
"_resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.13.0.tgz",
"_shasum": "ac86145fdd5099d8dd49558ccba2eaf9b88e24e9",
"_spec": "es-abstract@^1.5.1",
"_where": "C:\\xampp\\htdocs\\w4rpservices\\node_modules\\object.getownpropertydescriptors",
"author": {
"name": "Jordan Harband",
"email": "ljharb@gmail.com",
@@ -39,29 +40,30 @@
}
],
"dependencies": {
"es-to-primitive": "^1.1.1",
"es-to-primitive": "^1.2.0",
"function-bind": "^1.1.1",
"has": "^1.0.1",
"is-callable": "^1.1.3",
"is-regex": "^1.0.4"
"has": "^1.0.3",
"is-callable": "^1.1.4",
"is-regex": "^1.0.4",
"object-keys": "^1.0.12"
},
"deprecated": false,
"description": "ECMAScript spec abstract operations.",
"devDependencies": {
"@ljharb/eslint-config": "^12.2.1",
"@ljharb/eslint-config": "^13.1.1",
"cheerio": "^1.0.0-rc.2",
"editorconfig-tools": "^0.1.1",
"eslint": "^4.19.1",
"eslint": "^5.11.1",
"foreach": "^2.0.5",
"jscs": "^3.0.7",
"nsp": "^3.2.1",
"nyc": "^10.3.2",
"object-inspect": "^1.6.0",
"object-is": "^1.0.1",
"object.assign": "^4.1.0",
"replace": "^1.0.0",
"safe-publish-latest": "^1.1.1",
"semver": "^5.5.0",
"tape": "^4.9.0"
"object.fromentries": "^2.0.0",
"replace": "^1.0.1",
"safe-publish-latest": "^1.1.2",
"semver": "^5.6.0",
"tape": "^4.9.2"
},
"engines": {
"node": ">= 0.4"
@@ -92,16 +94,16 @@
"url": "git://github.com/ljharb/es-abstract.git"
},
"scripts": {
"audit": "npm audit",
"coverage": "nyc npm run --silent tests-only >/dev/null",
"eccheck": "editorconfig-tools check *.js **/*.js > /dev/null",
"eslint": "eslint test/*.js *.js",
"jscs": "jscs test/*.js *.js",
"lint": "npm run --silent jscs && npm run --silent eslint",
"lint": "eslint test/*.js *.js",
"postaudit": "rm package-lock.json",
"postcoverage": "nyc report",
"posttest": "npm run --silent security",
"posttest": "npm run audit",
"preaudit": "npm install --package-lock --package-lock-only",
"prepublish": "safe-publish-latest",
"pretest": "npm run --silent lint",
"security": "nsp check",
"test": "npm run tests-only",
"tests-only": "node test"
},
@@ -123,5 +125,5 @@
"android-browser/4.2"
]
},
"version": "1.12.0"
"version": "1.13.0"
}