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

44
node_modules/parse-json/package.json generated vendored
View File

@@ -1,31 +1,28 @@
{
"_from": "parse-json@^2.2.0",
"_id": "parse-json@2.2.0",
"_from": "parse-json@^4.0.0",
"_id": "parse-json@4.0.0",
"_inBundle": false,
"_integrity": "sha1-9ID0BDTvgHQfhGkJn43qGPVaTck=",
"_integrity": "sha1-vjX1Qlvh9/bHRxhPmKeIy5lHfuA=",
"_location": "/parse-json",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "parse-json@^2.2.0",
"raw": "parse-json@^4.0.0",
"name": "parse-json",
"escapedName": "parse-json",
"rawSpec": "^2.2.0",
"rawSpec": "^4.0.0",
"saveSpec": null,
"fetchSpec": "^2.2.0"
"fetchSpec": "^4.0.0"
},
"_requiredBy": [
"/load-json-file",
"/postcss-load-options/cosmiconfig",
"/postcss-load-plugins/cosmiconfig",
"/vue-loader/cosmiconfig",
"/yargs/load-json-file"
"/cosmiconfig",
"/postcss-load-config/cosmiconfig"
],
"_resolved": "https://registry.npmjs.org/parse-json/-/parse-json-2.2.0.tgz",
"_shasum": "f480f40434ef80741f8469099f8dea18f55a4dc9",
"_spec": "parse-json@^2.2.0",
"_where": "C:\\xampp\\htdocs\\w4rpservices\\node_modules\\load-json-file",
"_resolved": "https://registry.npmjs.org/parse-json/-/parse-json-4.0.0.tgz",
"_shasum": "be35f5425be1f7f6c747184f98a788cb99477ee0",
"_spec": "parse-json@^4.0.0",
"_where": "C:\\xampp\\htdocs\\w4rpservices\\node_modules\\cosmiconfig",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
@@ -36,16 +33,18 @@
},
"bundleDependencies": false,
"dependencies": {
"error-ex": "^1.2.0"
"error-ex": "^1.3.1",
"json-parse-better-errors": "^1.0.1"
},
"deprecated": false,
"description": "Parse JSON with more helpful errors",
"devDependencies": {
"ava": "0.0.4",
"ava": "*",
"nyc": "^11.2.1",
"xo": "*"
},
"engines": {
"node": ">=0.10.0"
"node": ">=4"
},
"files": [
"index.js",
@@ -71,12 +70,7 @@
"url": "git+https://github.com/sindresorhus/parse-json.git"
},
"scripts": {
"test": "xo && node test.js"
"test": "xo && nyc ava"
},
"version": "2.2.0",
"xo": {
"ignores": [
"vendor/**"
]
}
"version": "4.0.0"
}