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,77 +1,61 @@
{
"_from": "postcss-minify-selectors@^2.0.4",
"_id": "postcss-minify-selectors@2.1.1",
"_from": "postcss-minify-selectors@^4.0.2",
"_id": "postcss-minify-selectors@4.0.2",
"_inBundle": false,
"_integrity": "sha1-ssapjAByz5G5MtGkllCBFDEXNb8=",
"_integrity": "sha512-D5S1iViljXBj9kflQo4YutWnJmwm8VvIsU1GeXJGiG9j8CIg9zs4voPMdQDUmIxetUOh60VilsNzCiAFTOqu3g==",
"_location": "/postcss-minify-selectors",
"_phantomChildren": {
"escape-string-regexp": "1.0.5",
"has-ansi": "2.0.0",
"js-base64": "2.4.9",
"strip-ansi": "3.0.1"
"dot-prop": "4.2.0",
"indexes-of": "1.0.1",
"uniq": "1.0.1"
},
"_requested": {
"type": "range",
"registry": true,
"raw": "postcss-minify-selectors@^2.0.4",
"raw": "postcss-minify-selectors@^4.0.2",
"name": "postcss-minify-selectors",
"escapedName": "postcss-minify-selectors",
"rawSpec": "^2.0.4",
"rawSpec": "^4.0.2",
"saveSpec": null,
"fetchSpec": "^2.0.4"
"fetchSpec": "^4.0.2"
},
"_requiredBy": [
"/cssnano"
"/cssnano-preset-default"
],
"_resolved": "http://registry.npmjs.org/postcss-minify-selectors/-/postcss-minify-selectors-2.1.1.tgz",
"_shasum": "b2c6a98c0072cf91b932d1a496508114311735bf",
"_spec": "postcss-minify-selectors@^2.0.4",
"_where": "C:\\xampp\\htdocs\\w4rpservices\\node_modules\\cssnano",
"_resolved": "https://registry.npmjs.org/postcss-minify-selectors/-/postcss-minify-selectors-4.0.2.tgz",
"_shasum": "e2e5eb40bfee500d0cd9243500f5f8ea4262fbd8",
"_spec": "postcss-minify-selectors@^4.0.2",
"_where": "C:\\xampp\\htdocs\\w4rpservices\\node_modules\\cssnano-preset-default",
"author": {
"name": "Ben Briggs",
"email": "beneb.info@gmail.com",
"url": "http://beneb.info"
},
"ava": {
"require": "babel-register"
},
"bugs": {
"url": "https://github.com/ben-eb/postcss-minify-selectors/issues"
"url": "https://github.com/cssnano/cssnano/issues"
},
"bundleDependencies": false,
"dependencies": {
"alphanum-sort": "^1.0.2",
"has": "^1.0.1",
"postcss": "^5.0.14",
"postcss-selector-parser": "^2.0.0"
"alphanum-sort": "^1.0.0",
"has": "^1.0.0",
"postcss": "^7.0.0",
"postcss-selector-parser": "^3.0.0"
},
"deprecated": false,
"description": "Minify selectors with PostCSS.",
"devDependencies": {
"ava": "^0.17.0",
"babel-cli": "^6.3.17",
"babel-core": "^6.3.26",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-preset-es2015": "^6.3.13",
"babel-preset-es2015-loose": "^7.0.0",
"babel-preset-stage-0": "^6.3.13",
"babel-register": "^6.9.0",
"del-cli": "^0.2.0",
"eslint": "^3.0.0",
"eslint-config-cssnano": "^3.0.0",
"eslint-plugin-babel": "^3.3.0",
"eslint-plugin-import": "^2.0.1",
"nyc": "^10.0.0",
"postcss-font-magician": "^1.4.0"
"babel-cli": "^6.0.0",
"cross-env": "^5.0.0",
"postcss-font-magician": "^2.0.0"
},
"eslintConfig": {
"extends": "cssnano"
"engines": {
"node": ">=6.9.0"
},
"files": [
"dist",
"LICENSE-MIT"
],
"homepage": "https://github.com/ben-eb/postcss-minify-selectors",
"homepage": "https://github.com/cssnano/cssnano",
"keywords": [
"css",
"minify",
@@ -85,14 +69,10 @@
"name": "postcss-minify-selectors",
"repository": {
"type": "git",
"url": "git+https://github.com/ben-eb/postcss-minify-selectors.git"
"url": "git+https://github.com/cssnano/cssnano.git"
},
"scripts": {
"prepublish": "del-cli dist && BABEL_ENV=publish babel src --out-dir dist --ignore /__tests__/",
"pretest": "eslint src",
"report": "nyc report --reporter=html",
"test": "nyc ava",
"test-012": "nyc ava"
"prepublish": "cross-env BABEL_ENV=publish babel src --out-dir dist --ignore /__tests__/"
},
"version": "2.1.1"
"version": "4.0.2"
}