nav tabs on admin dashboard
This commit is contained in:
38
node_modules/normalize-url/package.json
generated
vendored
38
node_modules/normalize-url/package.json
generated
vendored
@@ -1,26 +1,26 @@
|
||||
{
|
||||
"_from": "normalize-url@^1.4.0",
|
||||
"_id": "normalize-url@1.9.1",
|
||||
"_from": "normalize-url@^3.0.0",
|
||||
"_id": "normalize-url@3.3.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-LMDWazHqIwNkWENuNiDYWVTGbDw=",
|
||||
"_integrity": "sha512-U+JJi7duF1o+u2pynbp2zXDW2/PADgC30f0GsHZtRh+HOcXHnw137TrNlyxxRvWW5fjKd3bcLHPxofWuCjaeZg==",
|
||||
"_location": "/normalize-url",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "normalize-url@^1.4.0",
|
||||
"raw": "normalize-url@^3.0.0",
|
||||
"name": "normalize-url",
|
||||
"escapedName": "normalize-url",
|
||||
"rawSpec": "^1.4.0",
|
||||
"rawSpec": "^3.0.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^1.4.0"
|
||||
"fetchSpec": "^3.0.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/postcss-normalize-url"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/normalize-url/-/normalize-url-1.9.1.tgz",
|
||||
"_shasum": "2cc0d66b31ea23036458436e3620d85954c66c3c",
|
||||
"_spec": "normalize-url@^1.4.0",
|
||||
"_resolved": "https://registry.npmjs.org/normalize-url/-/normalize-url-3.3.0.tgz",
|
||||
"_shasum": "b2e1c4dc4f7c6d57743df733a4f5978d18650559",
|
||||
"_spec": "normalize-url@^3.0.0",
|
||||
"_where": "C:\\xampp\\htdocs\\w4rpservices\\node_modules\\postcss-normalize-url",
|
||||
"author": {
|
||||
"name": "Sindre Sorhus",
|
||||
@@ -31,20 +31,16 @@
|
||||
"url": "https://github.com/sindresorhus/normalize-url/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"dependencies": {
|
||||
"object-assign": "^4.0.1",
|
||||
"prepend-http": "^1.0.0",
|
||||
"query-string": "^4.1.0",
|
||||
"sort-keys": "^1.0.0"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "Normalize a URL",
|
||||
"devDependencies": {
|
||||
"ava": "*",
|
||||
"xo": "^0.16.0"
|
||||
"coveralls": "^3.0.0",
|
||||
"nyc": "^12.0.2",
|
||||
"xo": "*"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=4"
|
||||
"node": ">=6"
|
||||
},
|
||||
"files": [
|
||||
"index.js"
|
||||
@@ -56,14 +52,10 @@
|
||||
"uri",
|
||||
"address",
|
||||
"string",
|
||||
"str",
|
||||
"normalise",
|
||||
"normalization",
|
||||
"normalisation",
|
||||
"query",
|
||||
"string",
|
||||
"querystring",
|
||||
"unicode",
|
||||
"simplify",
|
||||
"strip",
|
||||
"trim",
|
||||
@@ -76,7 +68,7 @@
|
||||
"url": "git+https://github.com/sindresorhus/normalize-url.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "xo && ava"
|
||||
"test": "xo && nyc ava"
|
||||
},
|
||||
"version": "1.9.1"
|
||||
"version": "3.3.0"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user