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
+24 -37
View File
@@ -1,63 +1,50 @@
{
"_from": "postcss-discard-overridden@^0.1.1",
"_id": "postcss-discard-overridden@0.1.1",
"_from": "postcss-discard-overridden@^4.0.1",
"_id": "postcss-discard-overridden@4.0.1",
"_inBundle": false,
"_integrity": "sha1-ix6vVU9ob7KIzYdMVWZ7CqNmjVg=",
"_integrity": "sha512-IYY2bEDD7g1XM1IDEsUT4//iEYCxAmP5oDSFMVU/JVvT7gh+l4fmjciLqGgwjdWpQIdb0Che2VX00QObS5+cTg==",
"_location": "/postcss-discard-overridden",
"_phantomChildren": {
"escape-string-regexp": "1.0.5",
"has-ansi": "2.0.0",
"js-base64": "2.4.9",
"strip-ansi": "3.0.1"
},
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "postcss-discard-overridden@^0.1.1",
"raw": "postcss-discard-overridden@^4.0.1",
"name": "postcss-discard-overridden",
"escapedName": "postcss-discard-overridden",
"rawSpec": "^0.1.1",
"rawSpec": "^4.0.1",
"saveSpec": null,
"fetchSpec": "^0.1.1"
"fetchSpec": "^4.0.1"
},
"_requiredBy": [
"/cssnano"
"/cssnano-preset-default"
],
"_resolved": "http://registry.npmjs.org/postcss-discard-overridden/-/postcss-discard-overridden-0.1.1.tgz",
"_shasum": "8b1eaf554f686fb288cd874c55667b0aa3668d58",
"_spec": "postcss-discard-overridden@^0.1.1",
"_where": "C:\\xampp\\htdocs\\w4rpservices\\node_modules\\cssnano",
"_resolved": "https://registry.npmjs.org/postcss-discard-overridden/-/postcss-discard-overridden-4.0.1.tgz",
"_shasum": "652aef8a96726f029f5e3e00146ee7a4e755ff57",
"_spec": "postcss-discard-overridden@^4.0.1",
"_where": "C:\\xampp\\htdocs\\w4rpservices\\node_modules\\cssnano-preset-default",
"author": {
"name": "Justineo",
"email": "justice360@gmail.com"
},
"ava": {
"require": [
"babel-register"
]
},
"bugs": {
"url": "https://github.com/Justineo/postcss-discard-overridden/issues"
"url": "https://github.com/cssnano/cssnano/issues"
},
"bundleDependencies": false,
"dependencies": {
"postcss": "^5.0.16"
"postcss": "^7.0.0"
},
"deprecated": false,
"description": "PostCSS plugin to discard overridden @keyframes or @counter-style.",
"devDependencies": {
"ava": "^0.14.0",
"babel-cli": "^6.7.7",
"babel-plugin-add-module-exports": "^0.1.4",
"babel-preset-es2015": "^6.6.0",
"babel-register": "^6.7.2",
"eslint": "^2.1.0",
"eslint-config-postcss": "^2.0.0"
"babel-cli": "^6.0.0",
"chalk": "^2.0.0",
"cross-env": "^5.0.0",
"diff": "^3.0.0"
},
"eslintConfig": {
"extends": "eslint-config-postcss/es5"
"engines": {
"node": ">=6.9.0"
},
"homepage": "https://github.com/Justineo/postcss-discard-overridden",
"homepage": "https://github.com/cssnano/cssnano",
"keywords": [
"postcss",
"css",
@@ -71,10 +58,10 @@
"name": "postcss-discard-overridden",
"repository": {
"type": "git",
"url": "git+https://github.com/Justineo/postcss-discard-overridden.git"
"url": "git+https://github.com/cssnano/cssnano.git"
},
"scripts": {
"test": "ava && eslint *.js"
"prepublish": "cross-env BABEL_ENV=publish babel src --out-dir dist --ignore /__tests__/"
},
"version": "0.1.1"
"version": "4.0.1"
}