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
+12 -11
View File
@@ -1,27 +1,27 @@
{
"_from": "bluebird@^3.5.1",
"_id": "bluebird@3.5.2",
"_from": "bluebird@^3.5.3",
"_id": "bluebird@3.5.3",
"_inBundle": false,
"_integrity": "sha512-dhHTWMI7kMx5whMQntl7Vr9C6BvV10lFXDAasnqnrMYhXVCzzk6IO9Fo2L75jXHT07WrOngL1WDXOp+yYS91Yg==",
"_integrity": "sha512-/qKPUQlaW1OyR51WeCPBvRnAlnZFUJkCSG5HzGnuIqhgyJtF+T94lFnn33eiazjRm2LAHVy2guNnaq48X9SJuw==",
"_location": "/bluebird",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "bluebird@^3.5.1",
"raw": "bluebird@^3.5.3",
"name": "bluebird",
"escapedName": "bluebird",
"rawSpec": "^3.5.1",
"rawSpec": "^3.5.3",
"saveSpec": null,
"fetchSpec": "^3.5.1"
"fetchSpec": "^3.5.3"
},
"_requiredBy": [
"/cacache",
"/consolidate"
],
"_resolved": "https://registry.npmjs.org/bluebird/-/bluebird-3.5.2.tgz",
"_shasum": "1be0908e054a751754549c270489c1505d4ab15a",
"_spec": "bluebird@^3.5.1",
"_resolved": "https://registry.npmjs.org/bluebird/-/bluebird-3.5.3.tgz",
"_shasum": "7d01c6f9616c9a51ab0f8c549a79dfe6ec33efa7",
"_spec": "bluebird@^3.5.3",
"_where": "C:\\xampp\\htdocs\\w4rpservices\\node_modules\\cacache",
"author": {
"name": "Petka Antonov",
@@ -36,7 +36,8 @@
"deprecated": false,
"description": "Full featured Promises/A+ implementation with exceptionally good performance",
"devDependencies": {
"acorn": "~0.6.0",
"acorn": "^6.0.2",
"acorn-walk": "^6.1.0",
"baconjs": "^0.7.43",
"bluebird": "^2.9.2",
"body-parser": "^1.10.2",
@@ -97,6 +98,6 @@
"prepublish": "npm run generate-browser-core && npm run generate-browser-full",
"test": "node --expose-gc tools/test.js"
},
"version": "3.5.2",
"version": "3.5.3",
"webpack": "./js/release/bluebird.js"
}