nav tabs on admin dashboard
This commit is contained in:
66
node_modules/postcss-discard-comments/package.json
generated
vendored
66
node_modules/postcss-discard-comments/package.json
generated
vendored
@@ -1,71 +1,55 @@
|
||||
{
|
||||
"_from": "postcss-discard-comments@^2.0.4",
|
||||
"_id": "postcss-discard-comments@2.0.4",
|
||||
"_from": "postcss-discard-comments@^4.0.2",
|
||||
"_id": "postcss-discard-comments@4.0.2",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-vv6J+v1bPazlzM5Rt2uBUUvgDj0=",
|
||||
"_integrity": "sha512-RJutN259iuRf3IW7GZyLM5Sw4GLTOH8FmsXBnv8Ab/Tc2k4SR4qbV4DNbyyY4+Sjo362SyDmW2DQ7lBSChrpkg==",
|
||||
"_location": "/postcss-discard-comments",
|
||||
"_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-discard-comments@^2.0.4",
|
||||
"raw": "postcss-discard-comments@^4.0.2",
|
||||
"name": "postcss-discard-comments",
|
||||
"escapedName": "postcss-discard-comments",
|
||||
"rawSpec": "^2.0.4",
|
||||
"rawSpec": "^4.0.2",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^2.0.4"
|
||||
"fetchSpec": "^4.0.2"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/cssnano"
|
||||
"/cssnano-preset-default"
|
||||
],
|
||||
"_resolved": "http://registry.npmjs.org/postcss-discard-comments/-/postcss-discard-comments-2.0.4.tgz",
|
||||
"_shasum": "befe89fafd5b3dace5ccce51b76b81514be00e3d",
|
||||
"_spec": "postcss-discard-comments@^2.0.4",
|
||||
"_where": "C:\\xampp\\htdocs\\w4rpservices\\node_modules\\cssnano",
|
||||
"_resolved": "https://registry.npmjs.org/postcss-discard-comments/-/postcss-discard-comments-4.0.2.tgz",
|
||||
"_shasum": "1fbabd2c246bff6aaad7997b2b0918f4d7af4033",
|
||||
"_spec": "postcss-discard-comments@^4.0.2",
|
||||
"_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-core/register"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/ben-eb/postcss-discard-comments/issues"
|
||||
"url": "https://github.com/cssnano/cssnano/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"dependencies": {
|
||||
"postcss": "^5.0.14"
|
||||
"postcss": "^7.0.0"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "Discard comments in your CSS files with PostCSS.",
|
||||
"devDependencies": {
|
||||
"ava": "^0.11.0",
|
||||
"babel-cli": "^6.5.1",
|
||||
"babel-core": "^6.5.1",
|
||||
"babel-plugin-add-module-exports": "^0.1.2",
|
||||
"babel-preset-es2015": "^6.5.0",
|
||||
"babel-preset-es2015-loose": "^7.0.0",
|
||||
"babel-preset-stage-0": "^6.5.0",
|
||||
"del-cli": "^0.2.0",
|
||||
"eslint": "^1.10.3",
|
||||
"eslint-config-cssnano": "^1.0.0",
|
||||
"postcss-scss": "^0.1.3",
|
||||
"postcss-simple-vars": "^1.2.0"
|
||||
"babel-cli": "^6.0.0",
|
||||
"cross-env": "^5.0.0",
|
||||
"postcss-scss": "^2.0.0",
|
||||
"postcss-simple-vars": "^5.0.1"
|
||||
},
|
||||
"eslintConfig": {
|
||||
"extends": "cssnano"
|
||||
"engines": {
|
||||
"node": ">=6.9.0"
|
||||
},
|
||||
"files": [
|
||||
"dist",
|
||||
"LICENSE-MIT"
|
||||
],
|
||||
"homepage": "https://github.com/ben-eb/postcss-discard-comments",
|
||||
"homepage": "https://github.com/cssnano/cssnano",
|
||||
"keywords": [
|
||||
"css",
|
||||
"comments",
|
||||
@@ -77,12 +61,10 @@
|
||||
"name": "postcss-discard-comments",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/ben-eb/postcss-discard-comments.git"
|
||||
"url": "git+https://github.com/cssnano/cssnano.git"
|
||||
},
|
||||
"scripts": {
|
||||
"prepublish": "del-cli dist && BABEL_ENV=publish babel src --out-dir dist --ignore /__tests__/",
|
||||
"pretest": "eslint src",
|
||||
"test": "ava src/__tests__"
|
||||
"prepublish": "cross-env BABEL_ENV=publish babel src --out-dir dist --ignore /__tests__/"
|
||||
},
|
||||
"version": "2.0.4"
|
||||
"version": "4.0.2"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user