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

33
node_modules/rimraf/package.json generated vendored
View File

@@ -1,32 +1,30 @@
{
"_from": "rimraf@2",
"_id": "rimraf@2.6.2",
"_from": "rimraf@^2.6.2",
"_id": "rimraf@2.6.3",
"_inBundle": false,
"_integrity": "sha512-lreewLK/BlghmxtfH36YYVg1i8IAce4TI7oao75I1g245+6BctqTVQiBP3YUJ9C6DQOXJmkYR9X9fCLtCOJc5w==",
"_integrity": "sha512-mwqeW5XsA2qAejG46gYdENaxXjx9onRNCfn7L0duuP4hCuTIi/QO7PDK07KJfp1d+izWPrzEJDcSqBa0OZQriA==",
"_location": "/rimraf",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "rimraf@2",
"raw": "rimraf@^2.6.2",
"name": "rimraf",
"escapedName": "rimraf",
"rawSpec": "2",
"rawSpec": "^2.6.2",
"saveSpec": null,
"fetchSpec": "2"
"fetchSpec": "^2.6.2"
},
"_requiredBy": [
"/cacache",
"/copy-concurrently",
"/del",
"/fstream",
"/move-concurrently",
"/node-gyp"
"/move-concurrently"
],
"_resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.6.2.tgz",
"_shasum": "2ed8150d24a16ea8651e6d6ef0f47c4158ce7a36",
"_spec": "rimraf@2",
"_where": "C:\\xampp\\htdocs\\w4rpservices\\node_modules\\node-gyp",
"_resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.6.3.tgz",
"_shasum": "b2d104fe0d8fb27cf9e0a1cda8262dd3833c6cab",
"_spec": "rimraf@^2.6.2",
"_where": "C:\\xampp\\htdocs\\w4rpservices\\node_modules\\cacache",
"author": {
"name": "Isaac Z. Schlueter",
"email": "i@izs.me",
@@ -40,13 +38,13 @@
},
"bundleDependencies": false,
"dependencies": {
"glob": "^7.0.5"
"glob": "^7.1.3"
},
"deprecated": false,
"description": "A deep deletion module for node (like `rm -rf`)",
"devDependencies": {
"mkdirp": "^0.5.1",
"tap": "^10.1.2"
"tap": "^12.1.1"
},
"files": [
"LICENSE",
@@ -63,7 +61,10 @@
"url": "git://github.com/isaacs/rimraf.git"
},
"scripts": {
"postpublish": "git push origin --all; git push origin --tags",
"postversion": "npm publish",
"preversion": "npm test",
"test": "tap test/*.js"
},
"version": "2.6.2"
"version": "2.6.3"
}