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

28
node_modules/on-headers/package.json generated vendored
View File

@@ -1,8 +1,8 @@
{
"_from": "on-headers@~1.0.1",
"_id": "on-headers@1.0.1",
"_id": "on-headers@1.0.2",
"_inBundle": false,
"_integrity": "sha1-ko9dD0cNSTQmUepnlLCFfBAGk/c=",
"_integrity": "sha512-pZAE+FJLoyITytdqK0U5s+FIpjN0JP3OzFi/u8Rx+EV5/W+JTWGXG8xFzevE7AjBfDqHv/8vL8qQsIhHnqRkrA==",
"_location": "/on-headers",
"_phantomChildren": {},
"_requested": {
@@ -18,8 +18,8 @@
"_requiredBy": [
"/compression"
],
"_resolved": "https://registry.npmjs.org/on-headers/-/on-headers-1.0.1.tgz",
"_shasum": "928f5d0f470d49342651ea6794b0857c100693f7",
"_resolved": "https://registry.npmjs.org/on-headers/-/on-headers-1.0.2.tgz",
"_shasum": "772b0ae6aaa525c399e489adfad90c403eb3c28f",
"_spec": "on-headers@~1.0.1",
"_where": "C:\\xampp\\htdocs\\w4rpservices\\node_modules\\compression",
"author": {
@@ -30,13 +30,19 @@
"url": "https://github.com/jshttp/on-headers/issues"
},
"bundleDependencies": false,
"dependencies": {},
"deprecated": false,
"description": "Execute a listener when a response is about to write headers",
"devDependencies": {
"istanbul": "0.3.21",
"mocha": "2.3.3",
"supertest": "1.1.0"
"eslint": "5.14.1",
"eslint-config-standard": "12.0.0",
"eslint-plugin-import": "2.16.0",
"eslint-plugin-markdown": "1.0.0",
"eslint-plugin-node": "8.0.1",
"eslint-plugin-promise": "4.0.1",
"eslint-plugin-standard": "4.0.0",
"istanbul": "0.4.5",
"mocha": "6.0.1",
"supertest": "3.4.2"
},
"engines": {
"node": ">= 0.8"
@@ -61,9 +67,11 @@
"url": "git+https://github.com/jshttp/on-headers.git"
},
"scripts": {
"lint": "eslint --plugin markdown --ext js,md .",
"test": "mocha --reporter spec --bail --check-leaks test/",
"test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
"test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"
"test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/",
"version": "node scripts/version-history.js && git add HISTORY.md"
},
"version": "1.0.1"
"version": "1.0.2"
}