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

53
node_modules/csso/package.json generated vendored
View File

@@ -1,52 +1,53 @@
{
"_from": "csso@~2.3.1",
"_id": "csso@2.3.2",
"_from": "csso@^3.5.1",
"_id": "csso@3.5.1",
"_inBundle": false,
"_integrity": "sha1-3dUsWHAz9J6Utx/FVWnyUuj/X4U=",
"_integrity": "sha512-vrqULLffYU1Q2tLdJvaCYbONStnfkfimRxXNaGjxMldI0C7JPBC4rB1RyjhfdZ4m1frm8pM9uRPKH3d2knZ8gg==",
"_location": "/csso",
"_phantomChildren": {},
"_phantomChildren": {
"mdn-data": "1.1.4",
"source-map": "0.5.7"
},
"_requested": {
"type": "range",
"registry": true,
"raw": "csso@~2.3.1",
"raw": "csso@^3.5.1",
"name": "csso",
"escapedName": "csso",
"rawSpec": "~2.3.1",
"rawSpec": "^3.5.1",
"saveSpec": null,
"fetchSpec": "~2.3.1"
"fetchSpec": "^3.5.1"
},
"_requiredBy": [
"/svgo"
],
"_resolved": "https://registry.npmjs.org/csso/-/csso-2.3.2.tgz",
"_shasum": "ddd52c587033f49e94b71fc55569f252e8ff5f85",
"_spec": "csso@~2.3.1",
"_resolved": "https://registry.npmjs.org/csso/-/csso-3.5.1.tgz",
"_shasum": "7b9eb8be61628973c1b261e169d2f024008e758b",
"_spec": "csso@^3.5.1",
"_where": "C:\\xampp\\htdocs\\w4rpservices\\node_modules\\svgo",
"author": {
"name": "Sergey Kryzhanovsky",
"email": "skryzhanovsky@ya.ru",
"url": "https://github.com/afelix"
},
"bin": {
"csso": "./bin/csso"
},
"bugs": {
"url": "https://github.com/css/csso/issues"
},
"bundleDependencies": false,
"dependencies": {
"clap": "^1.0.9",
"source-map": "^0.5.3"
"css-tree": "1.0.0-alpha.29"
},
"deprecated": false,
"description": "CSSO (CSS Optimizer) is a CSS minifier with structural optimisations",
"description": "CSS minifier with structural optimisations",
"devDependencies": {
"browserify": "^13.0.0",
"coveralls": "^2.11.6",
"eslint": "^2.2.0",
"istanbul": "^0.4.2",
"jscs": "~2.10.0",
"mocha": "~2.4.2",
"jscs": "~3.0.7",
"mocha": "^3.5.3",
"package-json-versionify": "^1.0.4",
"source-map": "^0.5.6",
"uglify-js": "^2.6.1"
},
"engines": {
@@ -71,7 +72,6 @@
}
},
"files": [
"bin",
"dist/csso-browser.js",
"lib",
"HISTORY.md",
@@ -81,10 +81,12 @@
"homepage": "https://github.com/css/csso",
"keywords": [
"css",
"compress",
"minifier",
"minify",
"compress",
"optimisation"
"optimise",
"optimisation",
"csstree"
],
"license": "MIT",
"main": "./lib/index",
@@ -100,16 +102,17 @@
"url": "git+https://github.com/css/csso.git"
},
"scripts": {
"browserify": "browserify --standalone csso lib/index.js | uglifyjs --compress --mangle -o dist/csso-browser.js",
"codestyle": "jscs lib && eslint lib test",
"browserify": "browserify -t package-json-versionify --standalone csso lib/index.js | uglifyjs --compress --mangle -o dist/csso-browser.js",
"codestyle": "jscs lib test && eslint lib test",
"codestyle-and-test": "npm run codestyle && npm test",
"coverage": "istanbul cover _mocha -- -R dot",
"coveralls": "istanbul cover _mocha --report lcovonly -- -R dot && cat ./coverage/lcov.info | coveralls",
"gh-pages": "git clone -b gh-pages https://github.com/css/csso.git .gh-pages && npm run browserify && cp dist/csso-browser.js .gh-pages/ && cd .gh-pages && git commit -am \"update\" && git push && cd .. && rm -rf .gh-pages",
"gh-pages": "git clone --depth=1 -b gh-pages https://github.com/css/csso.git .gh-pages && npm run browserify && cp dist/csso-browser.js .gh-pages/ && cd .gh-pages && git commit -am \"update\" && git push && cd .. && rm -rf .gh-pages",
"hydrogen": "node --trace-hydrogen --trace-phase=Z --trace-deopt --code-comments --hydrogen-track-positions --redirect-code-traces --redirect-code-traces-to=code.asm --trace_hydrogen_file=code.cfg --print-opt-code bin/csso --stat -o /dev/null",
"postpublish": "npm run gh-pages",
"prepublish": "npm run browserify",
"test": "mocha --reporter dot",
"travis": "npm run codestyle-and-test && npm run coveralls"
},
"version": "2.3.2"
"version": "3.5.1"
}