nav tabs on admin dashboard

This commit is contained in:
2019-03-07 00:20:34 -06:00
parent f73d6ae228
commit e4f473f376
11661 changed files with 216240 additions and 1544253 deletions
+31 -22
View File
@@ -1,26 +1,26 @@
{
"_from": "coa@~1.0.1",
"_id": "coa@1.0.4",
"_from": "coa@^2.0.2",
"_id": "coa@2.0.2",
"_inBundle": false,
"_integrity": "sha1-qe8VNmDWqGqL3sAomlxoTSF0Mv0=",
"_integrity": "sha512-q5/jG+YQnSy4nRTV4F7lPepBJZ8qBNJJDBuJdoejDyLXgmL7IEo+Le2JDZudFTFt7mrCqIRaSjws4ygRCTCAXA==",
"_location": "/coa",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "coa@~1.0.1",
"raw": "coa@^2.0.2",
"name": "coa",
"escapedName": "coa",
"rawSpec": "~1.0.1",
"rawSpec": "^2.0.2",
"saveSpec": null,
"fetchSpec": "~1.0.1"
"fetchSpec": "^2.0.2"
},
"_requiredBy": [
"/svgo"
],
"_resolved": "https://registry.npmjs.org/coa/-/coa-1.0.4.tgz",
"_shasum": "a9ef153660d6a86a8bdec0289a5c684d217432fd",
"_spec": "coa@~1.0.1",
"_resolved": "https://registry.npmjs.org/coa/-/coa-2.0.2.tgz",
"_shasum": "43f6c21151b4ef2bf57187db0d73de229e3e7ec3",
"_spec": "coa@^2.0.2",
"_where": "C:\\xampp\\htdocs\\w4rpservices\\node_modules\\svgo",
"author": {
"name": "Sergey Berezhnoy",
@@ -39,29 +39,34 @@
}
],
"dependencies": {
"@types/q": "^1.5.1",
"chalk": "^2.4.1",
"q": "^1.1.2"
},
"deprecated": false,
"description": "Command-Option-Argument: Yet another parser for command line options.",
"devDependencies": {
"chai": "~1.7.2",
"coffee-script": "~1.6.3",
"istanbul": "~0.1.40",
"coveralls": "^2.11.16",
"eslint": "^4.15.0",
"eslint-config-pedant": "^1.0.0",
"mocha": "~1.21.4",
"mocha-istanbul": "*"
"nyc": "^10.1.2"
},
"directories": {
"lib": "./lib"
},
"engines": {
"node": ">= 0.8.0"
"node": ">= 4.0"
},
"homepage": "http://github.com/veged/coa",
"licenses": [
{
"type": "MIT"
}
"files": [
"lib/",
"index.js",
"coa.d.ts",
"README.ru.md"
],
"homepage": "http://github.com/veged/coa",
"license": "MIT",
"maintainers": [
{
"name": "Sergey Berezhnoy",
@@ -75,14 +80,18 @@
}
],
"name": "coa",
"optionalDependencies": {},
"repository": {
"type": "git",
"url": "git://github.com/veged/coa.git"
},
"scripts": {
"coverage": "make coverage",
"test": "make test"
"clean": "rm -r .nyc_output coverage",
"coverage": "nyc --reporter=text --reporter=html mocha; echo; echo 'Open coverage/index.html file in your browser'",
"coveralls": "nyc report --reporter=text-lcov | coveralls",
"lint": "eslint .",
"pretest": "npm run lint",
"test": "nyc mocha"
},
"version": "1.0.4"
"types": "./coa.d.ts",
"version": "2.0.2"
}