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

82
node_modules/postcss/package.json generated vendored
View File

@@ -1,58 +1,100 @@
{
"_from": "postcss@^6.0.17",
"_id": "postcss@6.0.23",
"_from": "postcss@^7.0.14",
"_id": "postcss@7.0.14",
"_inBundle": false,
"_integrity": "sha512-soOk1h6J3VMTZtVeVpv15/Hpdl2cBLX3CAw4TAbkpTJiNPk9YP/zWcD1ND+xEtvyuuvKzbxliTOIyvkSeSJ6ag==",
"_integrity": "sha512-NsbD6XUUMZvBxtQAJuWDJeeC4QFsmWsfozWxCJPWf3M55K9iu2iMDaKqyoOdTJ1R4usBXuxlVFAIo8rZPQD4Bg==",
"_location": "/postcss",
"_phantomChildren": {},
"_phantomChildren": {
"has-flag": "3.0.0"
},
"_requested": {
"type": "range",
"registry": true,
"raw": "postcss@^6.0.17",
"raw": "postcss@^7.0.14",
"name": "postcss",
"escapedName": "postcss",
"rawSpec": "^6.0.17",
"rawSpec": "^7.0.14",
"saveSpec": null,
"fetchSpec": "^6.0.17"
"fetchSpec": "^7.0.14"
},
"_requiredBy": [
"/@vue/component-compiler-utils",
"/autoprefixer",
"/icss-utils",
"/css-declaration-sorter",
"/cssnano",
"/cssnano-preset-default",
"/cssnano-util-raw-cache",
"/postcss-calc",
"/postcss-colormin",
"/postcss-convert-values",
"/postcss-discard-comments",
"/postcss-discard-duplicates",
"/postcss-discard-empty",
"/postcss-discard-overridden",
"/postcss-loader",
"/postcss-modules-extract-imports",
"/postcss-modules-local-by-default",
"/postcss-modules-scope",
"/postcss-modules-values",
"/vue-loader"
"/postcss-merge-longhand",
"/postcss-merge-rules",
"/postcss-minify-font-values",
"/postcss-minify-gradients",
"/postcss-minify-params",
"/postcss-minify-selectors",
"/postcss-normalize-charset",
"/postcss-normalize-display-values",
"/postcss-normalize-positions",
"/postcss-normalize-repeat-style",
"/postcss-normalize-string",
"/postcss-normalize-timing-functions",
"/postcss-normalize-unicode",
"/postcss-normalize-url",
"/postcss-normalize-whitespace",
"/postcss-ordered-values",
"/postcss-reduce-initial",
"/postcss-reduce-transforms",
"/postcss-svgo",
"/postcss-unique-selectors",
"/stylehacks"
],
"_resolved": "https://registry.npmjs.org/postcss/-/postcss-6.0.23.tgz",
"_shasum": "61c82cc328ac60e677645f979054eb98bc0e3324",
"_spec": "postcss@^6.0.17",
"_resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.14.tgz",
"_shasum": "4527ed6b1ca0d82c53ce5ec1a2041c2346bbd6e5",
"_spec": "postcss@^7.0.14",
"_where": "C:\\xampp\\htdocs\\w4rpservices\\node_modules\\autoprefixer",
"author": {
"name": "Andrey Sitnik",
"email": "andrey@sitnik.ru"
},
"browser": {
"./lib/terminal-highlight": false,
"supports-color": false,
"chalk": false,
"fs": false
},
"browserslist": [
"last 2 version",
"not dead",
"not Explorer 11",
"not ExplorerMobile 11",
"node 6"
],
"bugs": {
"url": "https://github.com/postcss/postcss/issues"
},
"bundleDependencies": false,
"dependencies": {
"chalk": "^2.4.1",
"chalk": "^2.4.2",
"source-map": "^0.6.1",
"supports-color": "^5.4.0"
"supports-color": "^6.1.0"
},
"deprecated": false,
"description": "Tool for transforming styles with JS plugins",
"engines": {
"node": ">=4.0.0"
"node": ">=6.0.0"
},
"homepage": "https://postcss.org/",
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"keywords": [
"css",
"postcss",
@@ -72,5 +114,5 @@
"url": "git+https://github.com/postcss/postcss.git"
},
"types": "lib/postcss.d.ts",
"version": "6.0.23"
"version": "7.0.14"
}