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

25
node_modules/jsonfile/package.json generated vendored
View File

@@ -1,26 +1,26 @@
{
"_from": "jsonfile@^3.0.0",
"_id": "jsonfile@3.0.1",
"_from": "jsonfile@^4.0.0",
"_id": "jsonfile@4.0.0",
"_inBundle": false,
"_integrity": "sha1-pezG9l9T9mLEQVx2daAzHQmS7GY=",
"_integrity": "sha1-h3Gq4HmbZAdrdmQPygWPnBDjPss=",
"_location": "/jsonfile",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "jsonfile@^3.0.0",
"raw": "jsonfile@^4.0.0",
"name": "jsonfile",
"escapedName": "jsonfile",
"rawSpec": "^3.0.0",
"rawSpec": "^4.0.0",
"saveSpec": null,
"fetchSpec": "^3.0.0"
"fetchSpec": "^4.0.0"
},
"_requiredBy": [
"/fs-extra"
],
"_resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-3.0.1.tgz",
"_shasum": "a5ecc6f65f53f662c4415c7675a0331d0992ec66",
"_spec": "jsonfile@^3.0.0",
"_resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-4.0.0.tgz",
"_shasum": "8771aae0799b64076b76640fca058f9c10e33ecb",
"_spec": "jsonfile@^4.0.0",
"_where": "C:\\xampp\\htdocs\\w4rpservices\\node_modules\\fs-extra",
"author": {
"name": "JP Richardson",
@@ -38,8 +38,11 @@
"devDependencies": {
"mocha": "2.x",
"rimraf": "^2.4.0",
"standard": "^6.0.8"
"standard": "^10.0.3"
},
"files": [
"index.js"
],
"homepage": "https://github.com/jprichardson/node-jsonfile#readme",
"keywords": [
"read",
@@ -64,5 +67,5 @@
"test": "npm run lint && npm run unit",
"unit": "mocha"
},
"version": "3.0.1"
"version": "4.0.0"
}