nav tabs on admin dashboard
This commit is contained in:
70
node_modules/postcss-normalize-url/package.json
generated
vendored
70
node_modules/postcss-normalize-url/package.json
generated
vendored
@@ -1,75 +1,56 @@
|
||||
{
|
||||
"_from": "postcss-normalize-url@^3.0.7",
|
||||
"_id": "postcss-normalize-url@3.0.8",
|
||||
"_from": "postcss-normalize-url@^4.0.1",
|
||||
"_id": "postcss-normalize-url@4.0.1",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-EI90s/L82viRov+j6kWSJ5/HgiI=",
|
||||
"_integrity": "sha512-p5oVaF4+IHwu7VpMan/SSpmpYxcJMtkGppYf0VbdH5B6hN8YNmVyJLuY9FmLQTzY3fag5ESUUHDqM+heid0UVA==",
|
||||
"_location": "/postcss-normalize-url",
|
||||
"_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-url@^3.0.7",
|
||||
"raw": "postcss-normalize-url@^4.0.1",
|
||||
"name": "postcss-normalize-url",
|
||||
"escapedName": "postcss-normalize-url",
|
||||
"rawSpec": "^3.0.7",
|
||||
"rawSpec": "^4.0.1",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^3.0.7"
|
||||
"fetchSpec": "^4.0.1"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/cssnano"
|
||||
"/cssnano-preset-default"
|
||||
],
|
||||
"_resolved": "http://registry.npmjs.org/postcss-normalize-url/-/postcss-normalize-url-3.0.8.tgz",
|
||||
"_shasum": "108f74b3f2fcdaf891a2ffa3ea4592279fc78222",
|
||||
"_spec": "postcss-normalize-url@^3.0.7",
|
||||
"_where": "C:\\xampp\\htdocs\\w4rpservices\\node_modules\\cssnano",
|
||||
"_resolved": "https://registry.npmjs.org/postcss-normalize-url/-/postcss-normalize-url-4.0.1.tgz",
|
||||
"_shasum": "10e437f86bc7c7e58f7b9652ed878daaa95faae1",
|
||||
"_spec": "postcss-normalize-url@^4.0.1",
|
||||
"_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-normalize-url/issues"
|
||||
"url": "https://github.com/cssnano/cssnano/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"dependencies": {
|
||||
"is-absolute-url": "^2.0.0",
|
||||
"normalize-url": "^1.4.0",
|
||||
"postcss": "^5.0.14",
|
||||
"postcss-value-parser": "^3.2.3"
|
||||
"normalize-url": "^3.0.0",
|
||||
"postcss": "^7.0.0",
|
||||
"postcss-value-parser": "^3.0.0"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "Normalize URLs with PostCSS",
|
||||
"devDependencies": {
|
||||
"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"
|
||||
"babel-cli": "^6.0.0",
|
||||
"cross-env": "^5.0.0"
|
||||
},
|
||||
"eslintConfig": {
|
||||
"extends": "cssnano"
|
||||
"engines": {
|
||||
"node": ">=6.9.0"
|
||||
},
|
||||
"files": [
|
||||
"dist",
|
||||
"LICENSE-MIT"
|
||||
],
|
||||
"homepage": "https://github.com/ben-eb/postcss-normalize-url",
|
||||
"homepage": "https://github.com/cssnano/cssnano",
|
||||
"keywords": [
|
||||
"css",
|
||||
"normalize",
|
||||
@@ -84,13 +65,10 @@
|
||||
"name": "postcss-normalize-url",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/ben-eb/postcss-normalize-url.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__",
|
||||
"test-012": "ava src/__tests__"
|
||||
"prepublish": "cross-env BABEL_ENV=publish babel src --out-dir dist --ignore /__tests__/"
|
||||
},
|
||||
"version": "3.0.8"
|
||||
"version": "4.0.1"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user