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,71 +1,55 @@
{
"_from": "postcss-unique-selectors@^2.0.2",
"_id": "postcss-unique-selectors@2.0.2",
"_from": "postcss-unique-selectors@^4.0.1",
"_id": "postcss-unique-selectors@4.0.1",
"_inBundle": false,
"_integrity": "sha1-mB1X0p3csz57Hf4f1DuGSfkzyh0=",
"_integrity": "sha512-+JanVaryLo9QwZjKrmJgkI4Fn8SBgRO6WXQBJi7KiAVPlmxikB5Jzc4EvXMT2H0/m0RjrVVm9rGNhZddm/8Spg==",
"_location": "/postcss-unique-selectors",
"_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-unique-selectors@^2.0.2",
"raw": "postcss-unique-selectors@^4.0.1",
"name": "postcss-unique-selectors",
"escapedName": "postcss-unique-selectors",
"rawSpec": "^2.0.2",
"rawSpec": "^4.0.1",
"saveSpec": null,
"fetchSpec": "^2.0.2"
"fetchSpec": "^4.0.1"
},
"_requiredBy": [
"/cssnano"
"/cssnano-preset-default"
],
"_resolved": "http://registry.npmjs.org/postcss-unique-selectors/-/postcss-unique-selectors-2.0.2.tgz",
"_shasum": "981d57d29ddcb33e7b1dfe1fd43b8649f933ca1d",
"_spec": "postcss-unique-selectors@^2.0.2",
"_where": "C:\\xampp\\htdocs\\w4rpservices\\node_modules\\cssnano",
"_resolved": "https://registry.npmjs.org/postcss-unique-selectors/-/postcss-unique-selectors-4.0.1.tgz",
"_shasum": "9446911f3289bfd64c6d680f073c03b1f9ee4bac",
"_spec": "postcss-unique-selectors@^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-unique-selectors/issues"
"url": "https://github.com/cssnano/cssnano/issues"
},
"bundleDependencies": false,
"dependencies": {
"alphanum-sort": "^1.0.1",
"postcss": "^5.0.4",
"alphanum-sort": "^1.0.0",
"postcss": "^7.0.0",
"uniqs": "^2.0.0"
},
"deprecated": false,
"description": "Ensure CSS selectors are unique.",
"devDependencies": {
"ava": "^0.11.0",
"babel-cli": "^6.4.0",
"babel-core": "^6.4.0",
"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.1.2",
"eslint": "^1.10.3",
"eslint-config-cssnano": "^1.0.0"
"babel-cli": "^6.0.0",
"cross-env": "^5.0.0"
},
"eslintConfig": {
"extends": "cssnano"
"engines": {
"node": ">=6.9.0"
},
"files": [
"LICENSE-MIT",
"dist"
],
"homepage": "https://github.com/ben-eb/postcss-unique-selectors",
"homepage": "https://github.com/cssnano/cssnano",
"keywords": [
"css",
"postcss",
@@ -76,12 +60,10 @@
"name": "postcss-unique-selectors",
"repository": {
"type": "git",
"url": "git+https://github.com/ben-eb/postcss-unique-selectors.git"
"url": "git+https://github.com/cssnano/cssnano.git"
},
"scripts": {
"prepublish": "de dist && BABEL_ENV=publish 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.0.2"
"version": "4.0.1"
}