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
+26 -54
View File
@@ -1,79 +1,57 @@
{
"_from": "postcss-svgo@^2.1.1",
"_id": "postcss-svgo@2.1.6",
"_from": "postcss-svgo@^4.0.2",
"_id": "postcss-svgo@4.0.2",
"_inBundle": false,
"_integrity": "sha1-tt8YqmE7Zm4TPwittSGcJoSsEI0=",
"_integrity": "sha512-C6wyjo3VwFm0QgBy+Fu7gCYOkCmgmClghO+pjcxvrcBKtiKt0uCF+hvbMO1fyv5BMImRK90SMb+dwUnfbGd+jw==",
"_location": "/postcss-svgo",
"_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-svgo@^2.1.1",
"raw": "postcss-svgo@^4.0.2",
"name": "postcss-svgo",
"escapedName": "postcss-svgo",
"rawSpec": "^2.1.1",
"rawSpec": "^4.0.2",
"saveSpec": null,
"fetchSpec": "^2.1.1"
"fetchSpec": "^4.0.2"
},
"_requiredBy": [
"/cssnano"
"/cssnano-preset-default"
],
"_resolved": "http://registry.npmjs.org/postcss-svgo/-/postcss-svgo-2.1.6.tgz",
"_shasum": "b6df18aa613b666e133f08adb5219c2684ac108d",
"_spec": "postcss-svgo@^2.1.1",
"_where": "C:\\xampp\\htdocs\\w4rpservices\\node_modules\\cssnano",
"_resolved": "https://registry.npmjs.org/postcss-svgo/-/postcss-svgo-4.0.2.tgz",
"_shasum": "17b997bc711b333bab143aaed3b8d3d6e3d38258",
"_spec": "postcss-svgo@^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-svgo/issues"
"url": "https://github.com/cssnano/cssnano/issues"
},
"bundleDependencies": false,
"dependencies": {
"is-svg": "^2.0.0",
"postcss": "^5.0.14",
"postcss-value-parser": "^3.2.3",
"svgo": "^0.7.0"
"is-svg": "^3.0.0",
"postcss": "^7.0.0",
"postcss-value-parser": "^3.0.0",
"svgo": "^1.0.0"
},
"deprecated": false,
"description": "Optimise inline SVG with PostCSS.",
"devDependencies": {
"all-contributors-cli": "^3.0.5",
"ava": "^0.16.0",
"babel-cli": "^6.4.5",
"babel-core": "^6.4.5",
"babel-plugin-add-module-exports": "^0.2.0",
"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",
"coveralls": "^2.11.6",
"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",
"pleeease-filters": "^3.0.0"
"babel-cli": "^6.0.0",
"cross-env": "^5.0.0",
"pleeease-filters": "^4.0.0"
},
"eslintConfig": {
"extends": "cssnano"
"engines": {
"node": ">=6.9.0"
},
"files": [
"LICENSE-MIT",
"dist"
],
"homepage": "https://github.com/ben-eb/postcss-svgo",
"homepage": "https://github.com/cssnano/cssnano",
"keywords": [
"css",
"minify",
@@ -88,16 +66,10 @@
"name": "postcss-svgo",
"repository": {
"type": "git",
"url": "git+https://github.com/ben-eb/postcss-svgo.git"
"url": "git+https://github.com/cssnano/cssnano.git"
},
"scripts": {
"contributorAdd": "all-contributors add",
"contributorGenerate": "all-contributors generate",
"prepublish": "del-cli dist && BABEL_ENV=publish babel src --out-dir dist --ignore /__tests__/",
"pretest": "eslint src",
"report": "nyc report --reporter=html",
"test": "nyc --reporter=text ava src/__tests__",
"test-012": "nyc --reporter=text ava src/__tests__"
"prepublish": "cross-env BABEL_ENV=publish babel src --out-dir dist --ignore /__tests__/"
},
"version": "2.1.6"
"version": "4.0.2"
}