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,77 +1,60 @@
{
"_from": "postcss-reduce-initial@^1.0.0",
"_id": "postcss-reduce-initial@1.0.1",
"_from": "postcss-reduce-initial@^4.0.3",
"_id": "postcss-reduce-initial@4.0.3",
"_inBundle": false,
"_integrity": "sha1-aPgGlfBF0IJjqHmtJA343WT2ROo=",
"_integrity": "sha512-gKWmR5aUulSjbzOfD9AlJiHCGH6AEVLaM0AV+aSioxUDd16qXP1PCh8d1/BGVvpdWn8k/HiK7n6TjeoXN1F7DA==",
"_location": "/postcss-reduce-initial",
"_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-reduce-initial@^1.0.0",
"raw": "postcss-reduce-initial@^4.0.3",
"name": "postcss-reduce-initial",
"escapedName": "postcss-reduce-initial",
"rawSpec": "^1.0.0",
"rawSpec": "^4.0.3",
"saveSpec": null,
"fetchSpec": "^1.0.0"
"fetchSpec": "^4.0.3"
},
"_requiredBy": [
"/cssnano"
"/cssnano-preset-default"
],
"_resolved": "http://registry.npmjs.org/postcss-reduce-initial/-/postcss-reduce-initial-1.0.1.tgz",
"_shasum": "68f80695f045d08263a879ad240df8dd64f644ea",
"_spec": "postcss-reduce-initial@^1.0.0",
"_where": "C:\\xampp\\htdocs\\w4rpservices\\node_modules\\cssnano",
"_resolved": "https://registry.npmjs.org/postcss-reduce-initial/-/postcss-reduce-initial-4.0.3.tgz",
"_shasum": "7fd42ebea5e9c814609639e2c2e84ae270ba48df",
"_spec": "postcss-reduce-initial@^4.0.3",
"_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-reduce-initial/issues"
"url": "https://github.com/cssnano/cssnano/issues"
},
"bundleDependencies": false,
"dependencies": {
"postcss": "^5.0.4"
"browserslist": "^4.0.0",
"caniuse-api": "^3.0.0",
"has": "^1.0.0",
"postcss": "^7.0.0"
},
"deprecated": false,
"description": "Reduce initial definitions to the actual initial value, where possible.",
"devDependencies": {
"all-contributors-cli": "^3.0.5",
"ava": "^0.17.0",
"babel-cli": "^6.3.17",
"babel-core": "^6.3.26",
"babel-plugin-add-module-exports": "^0.2.1",
"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",
"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",
"got": "^6.3.0",
"html2plaintext": "^1.0.1",
"is-html": "^1.0.0"
"babel-cli": "^6.0.0",
"cross-env": "^5.0.0",
"got": "^8.0.0",
"html2plaintext": "^2.0.0",
"write-file": "^1.0.0"
},
"eslintConfig": {
"extends": "cssnano"
"engines": {
"node": ">=6.9.0"
},
"files": [
"data",
"dist/index.js",
"LICENSE-MIT"
],
"homepage": "https://github.com/ben-eb/postcss-reduce-initial",
"homepage": "https://github.com/cssnano/cssnano",
"keywords": [
"css",
"postcss",
@@ -82,16 +65,11 @@
"name": "postcss-reduce-initial",
"repository": {
"type": "git",
"url": "git+https://github.com/ben-eb/postcss-reduce-initial.git"
"url": "git+https://github.com/cssnano/cssnano.git"
},
"scripts": {
"acquire": "node ./dist/acquire.js > ./data/values.json",
"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",
"test": "ava",
"test-012": "ava"
"acquire": "babel-node ./src/acquire.js",
"prepublish": "cross-env BABEL_ENV=publish babel src --out-dir dist --ignore /__tests__/,src/acquire.js"
},
"version": "1.0.1"
"version": "4.0.3"
}