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,54 +1,52 @@
{
"_from": "postcss-normalize-charset@^1.1.0",
"_id": "postcss-normalize-charset@1.1.1",
"_from": "postcss-normalize-charset@^4.0.1",
"_id": "postcss-normalize-charset@4.0.1",
"_inBundle": false,
"_integrity": "sha1-757nEhLX/nWceO0WL2HtYrXLk/E=",
"_integrity": "sha512-gMXCrrlWh6G27U0hF3vNvR3w8I1s2wOBILvA87iNXaPvSNo5uZAMYsZG7XjCUf1eVxuPfyL4TJ7++SGZLc9A3g==",
"_location": "/postcss-normalize-charset",
"_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-normalize-charset@^1.1.0",
"raw": "postcss-normalize-charset@^4.0.1",
"name": "postcss-normalize-charset",
"escapedName": "postcss-normalize-charset",
"rawSpec": "^1.1.0",
"rawSpec": "^4.0.1",
"saveSpec": null,
"fetchSpec": "^1.1.0"
"fetchSpec": "^4.0.1"
},
"_requiredBy": [
"/cssnano"
"/cssnano-preset-default"
],
"_resolved": "http://registry.npmjs.org/postcss-normalize-charset/-/postcss-normalize-charset-1.1.1.tgz",
"_shasum": "ef9ee71212d7fe759c78ed162f61ed62b5cb93f1",
"_spec": "postcss-normalize-charset@^1.1.0",
"_where": "C:\\xampp\\htdocs\\w4rpservices\\node_modules\\cssnano",
"_resolved": "https://registry.npmjs.org/postcss-normalize-charset/-/postcss-normalize-charset-4.0.1.tgz",
"_shasum": "8b35add3aee83a136b0471e0d59be58a50285dd4",
"_spec": "postcss-normalize-charset@^4.0.1",
"_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-charset/issues"
"url": "https://github.com/cssnano/cssnano/issues"
},
"bundleDependencies": false,
"dependencies": {
"postcss": "^5.0.5"
"postcss": "^7.0.0"
},
"deprecated": false,
"description": "Add necessary or remove extra charset with PostCSS",
"devDependencies": {
"ava": "^0.16.0",
"eslint": "^1.4.1",
"postcss-devtools": "^1.1.1"
"babel-cli": "^6.0.0",
"cross-env": "^5.0.0",
"postcss-devtools": "^1.0.0"
},
"engines": {
"node": ">=6.9.0"
},
"files": [
"index.js"
"dist"
],
"homepage": "https://github.com/ben-eb/postcss-charset",
"homepage": "https://github.com/cssnano/cssnano",
"keywords": [
"postcss",
"css",
@@ -56,13 +54,14 @@
"charset"
],
"license": "MIT",
"main": "dist/index.js",
"name": "postcss-normalize-charset",
"repository": {
"type": "git",
"url": "git+https://github.com/ben-eb/postcss-charset.git"
"url": "git+https://github.com/cssnano/cssnano.git"
},
"scripts": {
"test": "eslint index.js test && ava"
"prepublish": "cross-env BABEL_ENV=publish babel src --out-dir dist --ignore /__tests__/"
},
"version": "1.1.1"
"version": "4.0.1"
}