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,69 +1,53 @@
{
"_from": "postcss-discard-empty@^2.0.1",
"_id": "postcss-discard-empty@2.1.0",
"_from": "postcss-discard-empty@^4.0.1",
"_id": "postcss-discard-empty@4.0.1",
"_inBundle": false,
"_integrity": "sha1-0rS9nVztXr2Nyt52QMfXzX9PkrU=",
"_integrity": "sha512-B9miTzbznhDjTfjvipfHoqbWKwd0Mj+/fL5s1QOz06wufguil+Xheo4XpOnc4NqKYBCNqqEzgPv2aPBIJLox0w==",
"_location": "/postcss-discard-empty",
"_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-empty@^2.0.1",
"raw": "postcss-discard-empty@^4.0.1",
"name": "postcss-discard-empty",
"escapedName": "postcss-discard-empty",
"rawSpec": "^2.0.1",
"rawSpec": "^4.0.1",
"saveSpec": null,
"fetchSpec": "^2.0.1"
"fetchSpec": "^4.0.1"
},
"_requiredBy": [
"/cssnano"
"/cssnano-preset-default"
],
"_resolved": "http://registry.npmjs.org/postcss-discard-empty/-/postcss-discard-empty-2.1.0.tgz",
"_shasum": "d2b4bd9d5ced5ebd8dcade7640c7d7cd7f4f92b5",
"_spec": "postcss-discard-empty@^2.0.1",
"_where": "C:\\xampp\\htdocs\\w4rpservices\\node_modules\\cssnano",
"_resolved": "https://registry.npmjs.org/postcss-discard-empty/-/postcss-discard-empty-4.0.1.tgz",
"_shasum": "c8c951e9f73ed9428019458444a02ad90bb9f765",
"_spec": "postcss-discard-empty@^4.0.1",
"_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-core/register"
},
"bugs": {
"url": "https://github.com/ben-eb/postcss-discard-empty/issues"
"url": "https://github.com/cssnano/cssnano/issues"
},
"bundleDependencies": false,
"dependencies": {
"postcss": "^5.0.14"
"postcss": "^7.0.0"
},
"deprecated": false,
"description": "Discard empty rules and values with PostCSS.",
"devDependencies": {
"ava": "^0.14.0",
"babel-cli": "^6.4.5",
"babel-core": "^6.4.5",
"babel-plugin-add-module-exports": "^0.1.2",
"babel-preset-es2015": "^6.3.13",
"babel-preset-es2015-loose": "^7.0.0",
"babel-preset-stage-0": "^6.3.13",
"del-cli": "^0.2.0",
"eslint": "^2.0.0",
"eslint-config-cssnano": "^2.0.0"
"babel-cli": "^6.0.0",
"cross-env": "^5.0.0"
},
"eslintConfig": {
"extends": "cssnano"
"engines": {
"node": ">=6.9.0"
},
"files": [
"dist",
"LICENSE-MIT"
],
"homepage": "https://github.com/ben-eb/postcss-discard-empty",
"homepage": "https://github.com/cssnano/cssnano",
"keywords": [
"compress",
"css",
@@ -78,12 +62,10 @@
"name": "postcss-discard-empty",
"repository": {
"type": "git",
"url": "git+https://github.com/ben-eb/postcss-discard-empty.git"
"url": "git+https://github.com/cssnano/cssnano.git"
},
"scripts": {
"prepublish": "del-cli dist && babel src --out-dir dist --ignore /__tests__/",
"pretest": "eslint src",
"test": "ava src/__tests__"
"prepublish": "cross-env BABEL_ENV=publish babel src --out-dir dist --ignore /__tests__/"
},
"version": "2.1.0"
"version": "4.0.1"
}