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,72 @@
{
"_from": "postcss-calc@^5.2.0",
"_id": "postcss-calc@5.3.1",
"_from": "postcss-calc@^7.0.1",
"_id": "postcss-calc@7.0.1",
"_inBundle": false,
"_integrity": "sha1-d7rnypKK2FcW4v2kLyYb98HWW14=",
"_integrity": "sha512-oXqx0m6tb4N3JGdmeMSc/i91KppbYsFZKdH0xMOqK8V1rJlzrKlTdokz8ozUXLVejydRN6u2IddxpcijRj2FqQ==",
"_location": "/postcss-calc",
"_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-calc@^5.2.0",
"raw": "postcss-calc@^7.0.1",
"name": "postcss-calc",
"escapedName": "postcss-calc",
"rawSpec": "^5.2.0",
"rawSpec": "^7.0.1",
"saveSpec": null,
"fetchSpec": "^5.2.0"
"fetchSpec": "^7.0.1"
},
"_requiredBy": [
"/cssnano"
"/cssnano-preset-default"
],
"_resolved": "http://registry.npmjs.org/postcss-calc/-/postcss-calc-5.3.1.tgz",
"_shasum": "77bae7ca928ad85716e2fda42f261bf7c1d65b5e",
"_spec": "postcss-calc@^5.2.0",
"_where": "C:\\xampp\\htdocs\\w4rpservices\\node_modules\\cssnano",
"_resolved": "https://registry.npmjs.org/postcss-calc/-/postcss-calc-7.0.1.tgz",
"_shasum": "36d77bab023b0ecbb9789d84dcb23c4941145436",
"_spec": "postcss-calc@^7.0.1",
"_where": "C:\\xampp\\htdocs\\w4rpservices\\node_modules\\cssnano-preset-default",
"author": {
"name": "Maxime Thirouin"
"name": "Andy Jansson"
},
"ava": {
"require": [
"@babel/register",
"@babel/polyfill"
]
},
"bugs": {
"url": "https://github.com/postcss/postcss-calc/issues"
},
"bundleDependencies": false,
"dependencies": {
"postcss": "^5.0.2",
"postcss-message-helpers": "^2.0.0",
"reduce-css-calc": "^1.2.6"
"css-unit-converter": "^1.1.1",
"postcss": "^7.0.5",
"postcss-selector-parser": "^5.0.0-rc.4",
"postcss-value-parser": "^3.3.1"
},
"deprecated": false,
"description": "PostCSS plugin to reduce calc()",
"devDependencies": {
"eslint": "^1.0.0",
"npmpub": "^3.1.0",
"postcss-custom-properties": "^5.0.0",
"tape": "^3.0.0"
"@babel/cli": "^7.1.2",
"@babel/core": "^7.1.2",
"@babel/polyfill": "^7.0.0",
"@babel/preset-env": "^7.1.0",
"@babel/register": "^7.0.0",
"ava": "^1.0.0-beta.8",
"babel-eslint": "^10.0.1",
"babel-plugin-add-module-exports": "^1.0.0",
"cross-env": "^5.2.0",
"del-cli": "^1.1.0",
"eslint": "^5.7.0",
"eslint-config-i-am-meticulous": "^11.0.0",
"eslint-plugin-babel": "^5.2.1",
"eslint-plugin-import": "^2.14.0",
"jison-gho": "^0.6.1-215"
},
"eslintConfig": {
"parser": "babel-eslint",
"extends": "eslint-config-i-am-meticulous"
},
"files": [
"index.js"
"dist",
"LICENSE"
],
"homepage": "https://github.com/postcss/postcss-calc#readme",
"keywords": [
@@ -59,14 +77,17 @@
"calc"
],
"license": "MIT",
"main": "dist/index.js",
"name": "postcss-calc",
"repository": {
"type": "git",
"url": "git+https://github.com/postcss/postcss-calc.git"
},
"scripts": {
"release": "npmpub",
"test": "eslint . && tape test"
"build": "del-cli dist && cross-env BABEL_ENV=publish babel src --out-dir dist --ignore src/__tests__/**/*.js && jison src/parser.jison -o dist/parser.js",
"prepublish": "npm run build",
"pretest": "eslint src && npm run build",
"test": "ava"
},
"version": "5.3.1"
"version": "7.0.1"
}