nav tabs on admin dashboard
This commit is contained in:
+32
-21
@@ -1,26 +1,26 @@
|
||||
{
|
||||
"_from": "svgo@^0.7.0",
|
||||
"_id": "svgo@0.7.2",
|
||||
"_from": "svgo@^1.0.0",
|
||||
"_id": "svgo@1.2.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-n1dyQTlSE1xv779Ar+ak+qiLS7U=",
|
||||
"_integrity": "sha512-xBfxJxfk4UeVN8asec9jNxHiv3UAMv/ujwBWGYvQhhMb2u3YTGKkiybPcLFDLq7GLLWE9wa73e0/m8L5nTzQbw==",
|
||||
"_location": "/svgo",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "svgo@^0.7.0",
|
||||
"raw": "svgo@^1.0.0",
|
||||
"name": "svgo",
|
||||
"escapedName": "svgo",
|
||||
"rawSpec": "^0.7.0",
|
||||
"rawSpec": "^1.0.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^0.7.0"
|
||||
"fetchSpec": "^1.0.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/postcss-svgo"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/svgo/-/svgo-0.7.2.tgz",
|
||||
"_shasum": "9f5772413952135c6fefbf40afe6a4faa88b4bb5",
|
||||
"_spec": "svgo@^0.7.0",
|
||||
"_resolved": "https://registry.npmjs.org/svgo/-/svgo-1.2.0.tgz",
|
||||
"_shasum": "305a8fc0f4f9710828c65039bb93d5793225ffc3",
|
||||
"_spec": "svgo@^1.0.0",
|
||||
"_where": "C:\\xampp\\htdocs\\w4rpservices\\node_modules\\postcss-svgo",
|
||||
"author": {
|
||||
"name": "Kir Belevich",
|
||||
@@ -48,22 +48,32 @@
|
||||
}
|
||||
],
|
||||
"dependencies": {
|
||||
"coa": "~1.0.1",
|
||||
"colors": "~1.1.2",
|
||||
"csso": "~2.3.1",
|
||||
"js-yaml": "~3.7.0",
|
||||
"chalk": "^2.4.1",
|
||||
"coa": "^2.0.2",
|
||||
"css-select": "^2.0.0",
|
||||
"css-select-base-adapter": "^0.1.1",
|
||||
"css-tree": "1.0.0-alpha.28",
|
||||
"css-url-regex": "^1.1.0",
|
||||
"csso": "^3.5.1",
|
||||
"js-yaml": "^3.12.0",
|
||||
"mkdirp": "~0.5.1",
|
||||
"sax": "~1.2.1",
|
||||
"whet.extend": "~0.9.9"
|
||||
"object.values": "^1.1.0",
|
||||
"sax": "~1.2.4",
|
||||
"stable": "^0.1.8",
|
||||
"unquote": "~1.1.1",
|
||||
"util.promisify": "~1.0.0"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "Nodejs-based tool for optimizing SVG vector graphics files",
|
||||
"devDependencies": {
|
||||
"coveralls": "~2.11.14",
|
||||
"coveralls": "^3.0.3",
|
||||
"fs-extra": "~4.0.3",
|
||||
"istanbul": "~0.4.5",
|
||||
"mocha": "~3.2.0",
|
||||
"jshint": "~2.9.5",
|
||||
"mocha": "~4.0.1",
|
||||
"mocha-istanbul": "~0.3.0",
|
||||
"should": "11.2.0"
|
||||
"mock-stdin": "~0.3.1",
|
||||
"should": "~13.1.2"
|
||||
},
|
||||
"directories": {
|
||||
"bin": "./bin",
|
||||
@@ -71,7 +81,7 @@
|
||||
"example": "./examples"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=0.10.0"
|
||||
"node": ">=4.0.0"
|
||||
},
|
||||
"homepage": "https://github.com/svg/svgo",
|
||||
"keywords": [
|
||||
@@ -88,8 +98,9 @@
|
||||
"url": "git://github.com/svg/svgo.git"
|
||||
},
|
||||
"scripts": {
|
||||
"jshint": "jshint --show-non-errors .",
|
||||
"jshint": "npm run lint",
|
||||
"lint": "jshint --show-non-errors .",
|
||||
"test": "set NODE_ENV=test && mocha"
|
||||
},
|
||||
"version": "0.7.2"
|
||||
"version": "1.2.0"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user