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

View File

@@ -1,27 +1,26 @@
{
"_from": "regjsparser@^0.1.4",
"_id": "regjsparser@0.1.5",
"_from": "regjsparser@^0.6.0",
"_id": "regjsparser@0.6.0",
"_inBundle": false,
"_integrity": "sha1-fuj4Tcb6eS0/0K4ijSS9lJ6tIFw=",
"_integrity": "sha512-RQ7YyokLiQBomUJuUG8iGVvkgOLxwyZM8k6d3q5SAXpg4r5TZJZigKFvC6PpD+qQ98bCDC5YelPeA3EucDoNeQ==",
"_location": "/regjsparser",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "regjsparser@^0.1.4",
"raw": "regjsparser@^0.6.0",
"name": "regjsparser",
"escapedName": "regjsparser",
"rawSpec": "^0.1.4",
"rawSpec": "^0.6.0",
"saveSpec": null,
"fetchSpec": "^0.1.4"
"fetchSpec": "^0.6.0"
},
"_requiredBy": [
"/css-selector-tokenizer/regexpu-core",
"/regexpu-core"
],
"_resolved": "https://registry.npmjs.org/regjsparser/-/regjsparser-0.1.5.tgz",
"_shasum": "7ee8f84dc6fa792d3fd0ae228d24bd949ead205c",
"_spec": "regjsparser@^0.1.4",
"_resolved": "https://registry.npmjs.org/regjsparser/-/regjsparser-0.6.0.tgz",
"_shasum": "f1e6ae8b7da2bae96c99399b868cd6c933a2ba9c",
"_spec": "regjsparser@^0.6.0",
"_where": "C:\\xampp\\htdocs\\w4rpservices\\node_modules\\regexpu-core",
"author": {
"name": "'Julian Viereck'",
@@ -41,7 +40,7 @@
"description": "Parsing the JavaScript's RegExp in JavaScript.",
"devDependencies": {
"regenerate": "~1.0.1",
"unicode-7.0.0": "~0.1.5"
"unicode-11.0.0": "^0.7.8"
},
"files": [
"bin/",
@@ -50,7 +49,7 @@
"README.md"
],
"homepage": "https://github.com/jviereck/regjsparser",
"license": "BSD",
"license": "BSD-2-Clause",
"main": "./parser",
"name": "regjsparser",
"repository": {
@@ -60,5 +59,5 @@
"scripts": {
"test": "node test/index.js"
},
"version": "0.1.5"
"version": "0.6.0"
}