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,67 +1,56 @@
{
"_from": "postcss-minify-params@^1.0.4",
"_id": "postcss-minify-params@1.2.2",
"_from": "postcss-minify-params@^4.0.2",
"_id": "postcss-minify-params@4.0.2",
"_inBundle": false,
"_integrity": "sha1-rSzgcTc7lDs9kwo/pZo1jCjW8fM=",
"_integrity": "sha512-G7eWyzEx0xL4/wiBBJxJOz48zAKV2WG3iZOqVhPet/9geefm/Px5uo1fzlHu+DOjT+m0Mmiz3jkQzVHe6wxAWg==",
"_location": "/postcss-minify-params",
"_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-minify-params@^1.0.4",
"raw": "postcss-minify-params@^4.0.2",
"name": "postcss-minify-params",
"escapedName": "postcss-minify-params",
"rawSpec": "^1.0.4",
"rawSpec": "^4.0.2",
"saveSpec": null,
"fetchSpec": "^1.0.4"
"fetchSpec": "^4.0.2"
},
"_requiredBy": [
"/cssnano"
"/cssnano-preset-default"
],
"_resolved": "http://registry.npmjs.org/postcss-minify-params/-/postcss-minify-params-1.2.2.tgz",
"_shasum": "ad2ce071373b943b3d930a3fa59a358c28d6f1f3",
"_spec": "postcss-minify-params@^1.0.4",
"_where": "C:\\xampp\\htdocs\\w4rpservices\\node_modules\\cssnano",
"_resolved": "https://registry.npmjs.org/postcss-minify-params/-/postcss-minify-params-4.0.2.tgz",
"_shasum": "6b9cef030c11e35261f95f618c90036d680db874",
"_spec": "postcss-minify-params@^4.0.2",
"_where": "C:\\xampp\\htdocs\\w4rpservices\\node_modules\\cssnano-preset-default",
"author": {
"name": "Bogdan Chadkin",
"email": "trysound@yandex.ru"
},
"bugs": {
"url": "https://github.com/ben-eb/postcss-minify-params/issues"
"url": "https://github.com/cssnano/cssnano/issues"
},
"bundleDependencies": false,
"dependencies": {
"alphanum-sort": "^1.0.1",
"postcss": "^5.0.2",
"postcss-value-parser": "^3.0.2",
"alphanum-sort": "^1.0.0",
"browserslist": "^4.0.0",
"cssnano-util-get-arguments": "^4.0.0",
"postcss": "^7.0.0",
"postcss-value-parser": "^3.0.0",
"uniqs": "^2.0.0"
},
"deprecated": false,
"description": "Minify at-rule params with PostCSS",
"devDependencies": {
"buble": "^0.12.5",
"cross-env": "^2.0.0",
"del-cli": "^0.2.0",
"eslint": "^2.13.1",
"eslint-config-postcss": "^2.0.2",
"mocha": "^2.5.3",
"nyc": "^7.0.0"
"babel-cli": "^6.0.0",
"cross-env": "^5.0.0"
},
"eslintConfig": {
"extends": "postcss",
"env": {
"mocha": true
}
"engines": {
"node": ">=6.9.0"
},
"files": [
"dist"
],
"homepage": "https://github.com/ben-eb/postcss-minify-params",
"homepage": "https://github.com/cssnano/cssnano",
"keywords": [
"postcss",
"css",
@@ -73,19 +62,12 @@
"license": "MIT",
"main": "dist/index.js",
"name": "postcss-minify-params",
"nyc": {
"sourceMap": true,
"instrument": true
},
"repository": {
"type": "git",
"url": "git+https://github.com/ben-eb/postcss-minify-params.git"
"url": "git+https://github.com/cssnano/cssnano.git"
},
"scripts": {
"prepublish": "del-cli dist && cross-env BABEL_ENV=publish buble src -o dist",
"pretest": "eslint src",
"report": "nyc report --reporter=html",
"test": "cross-env BABEL_ENV=test nyc mocha test --compilers js:buble/register"
"prepublish": "cross-env BABEL_ENV=publish babel src --out-dir dist --ignore /__tests__/"
},
"version": "1.2.2"
"version": "4.0.2"
}