nav tabs on admin dashboard
This commit is contained in:
48
node_modules/cliui/package.json
generated
vendored
48
node_modules/cliui/package.json
generated
vendored
@@ -1,33 +1,28 @@
|
||||
{
|
||||
"_from": "cliui@^3.2.0",
|
||||
"_id": "cliui@3.2.0",
|
||||
"_from": "cliui@^4.0.0",
|
||||
"_id": "cliui@4.1.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-EgYBU3qRbSmUD5NNo7SNWFo5IT0=",
|
||||
"_integrity": "sha512-4FG+RSG9DL7uEwRUZXZn3SS34DiDPfzP0VOiEwtUWlE+AR2EIg+hSyvrIgUUfhdgR/UkAeW2QHgeP+hWrXs7jQ==",
|
||||
"_location": "/cliui",
|
||||
"_phantomChildren": {
|
||||
"code-point-at": "1.1.0",
|
||||
"number-is-nan": "1.0.1",
|
||||
"strip-ansi": "3.0.1"
|
||||
},
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "cliui@^3.2.0",
|
||||
"raw": "cliui@^4.0.0",
|
||||
"name": "cliui",
|
||||
"escapedName": "cliui",
|
||||
"rawSpec": "^3.2.0",
|
||||
"rawSpec": "^4.0.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^3.2.0"
|
||||
"fetchSpec": "^4.0.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/sass-graph/yargs",
|
||||
"/webpack-dev-server/yargs",
|
||||
"/yargs"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/cliui/-/cliui-3.2.0.tgz",
|
||||
"_shasum": "120601537a916d29940f934da3b48d585a39213d",
|
||||
"_spec": "cliui@^3.2.0",
|
||||
"_where": "C:\\xampp\\htdocs\\w4rpservices\\node_modules\\sass-graph\\node_modules\\yargs",
|
||||
"_resolved": "https://registry.npmjs.org/cliui/-/cliui-4.1.0.tgz",
|
||||
"_shasum": "348422dbe82d800b3022eef4f6ac10bf2e4d1b49",
|
||||
"_spec": "cliui@^4.0.0",
|
||||
"_where": "C:\\xampp\\htdocs\\w4rpservices\\node_modules\\yargs",
|
||||
"author": {
|
||||
"name": "Ben Coe",
|
||||
"email": "ben@npmjs.com"
|
||||
@@ -49,8 +44,8 @@
|
||||
}
|
||||
},
|
||||
"dependencies": {
|
||||
"string-width": "^1.0.1",
|
||||
"strip-ansi": "^3.0.1",
|
||||
"string-width": "^2.1.1",
|
||||
"strip-ansi": "^4.0.0",
|
||||
"wrap-ansi": "^2.0.0"
|
||||
},
|
||||
"deprecated": false,
|
||||
@@ -59,10 +54,13 @@
|
||||
"chai": "^3.5.0",
|
||||
"chalk": "^1.1.2",
|
||||
"coveralls": "^2.11.8",
|
||||
"mocha": "^2.4.5",
|
||||
"nyc": "^6.4.0",
|
||||
"standard": "^6.0.8",
|
||||
"standard-version": "^2.1.2"
|
||||
"mocha": "^3.0.0",
|
||||
"nyc": "^10.0.0",
|
||||
"standard": "^8.0.0",
|
||||
"standard-version": "^3.0.0"
|
||||
},
|
||||
"engine": {
|
||||
"node": ">=4"
|
||||
},
|
||||
"files": [
|
||||
"index.js"
|
||||
@@ -87,8 +85,8 @@
|
||||
"scripts": {
|
||||
"coverage": "nyc --reporter=text-lcov mocha | coveralls",
|
||||
"pretest": "standard",
|
||||
"test": "nyc mocha",
|
||||
"version": "standard-version"
|
||||
"release": "standard-version",
|
||||
"test": "nyc mocha"
|
||||
},
|
||||
"standard": {
|
||||
"ignore": [
|
||||
@@ -98,5 +96,5 @@
|
||||
"it"
|
||||
]
|
||||
},
|
||||
"version": "3.2.0"
|
||||
"version": "4.1.0"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user