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,29 +1,29 @@
{
"_from": "object.omit@^2.0.0",
"_id": "object.omit@2.0.1",
"_from": "object.omit@^3.0.0",
"_id": "object.omit@3.0.0",
"_inBundle": false,
"_integrity": "sha1-Gpx0SCnznbuFjHbKNXmuKlTr0fo=",
"_integrity": "sha512-EO+BCv6LJfu+gBIF3ggLicFebFLN5zqzz/WWJlMFfkMyGth+oBkhxzDl0wx2W4GkLzuQs/FsSkXZb2IMWQqmBQ==",
"_location": "/object.omit",
"_phantomChildren": {
"for-in": "1.0.2"
"is-plain-object": "2.0.4"
},
"_requested": {
"type": "range",
"registry": true,
"raw": "object.omit@^2.0.0",
"raw": "object.omit@^3.0.0",
"name": "object.omit",
"escapedName": "object.omit",
"rawSpec": "^2.0.0",
"rawSpec": "^3.0.0",
"saveSpec": null,
"fetchSpec": "^2.0.0"
"fetchSpec": "^3.0.0"
},
"_requiredBy": [
"/http-proxy-middleware/micromatch"
"/babel-merge"
],
"_resolved": "https://registry.npmjs.org/object.omit/-/object.omit-2.0.1.tgz",
"_shasum": "1a9c744829f39dbb858c76ca3579ae2a54ebd1fa",
"_spec": "object.omit@^2.0.0",
"_where": "C:\\xampp\\htdocs\\w4rpservices\\node_modules\\http-proxy-middleware\\node_modules\\micromatch",
"_resolved": "https://registry.npmjs.org/object.omit/-/object.omit-3.0.0.tgz",
"_shasum": "0e3edc2fce2ba54df5577ff529f6d97bd8a522af",
"_spec": "object.omit@^3.0.0",
"_where": "C:\\xampp\\htdocs\\w4rpservices\\node_modules\\babel-merge",
"author": {
"name": "Jon Schlinkert",
"url": "https://github.com/jonschlinkert"
@@ -32,16 +32,24 @@
"url": "https://github.com/jonschlinkert/object.omit/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Federico Brigante",
"url": "https://twitter.com/bfred_it"
},
{
"name": "Jon Schlinkert",
"url": "http://twitter.com/jonschlinkert"
}
],
"dependencies": {
"for-own": "^0.1.4",
"is-extendable": "^0.1.1"
"is-extendable": "^1.0.0"
},
"deprecated": false,
"description": "Return a copy of an object excluding the given key, or array of keys. Also accepts an optional filter function as the last argument.",
"devDependencies": {
"gulp-format-md": "^0.1.11",
"mocha": "^3.1.2",
"should": "^11.1.1"
"gulp-format-md": "^1.0.0",
"mocha": "^3.5.0"
},
"engines": {
"node": ">=0.10.0"
@@ -90,11 +98,7 @@
],
"lint": {
"reflinks": true
},
"reflinks": [
"verb",
"verb-generate-readme"
]
}
},
"version": "2.0.1"
"version": "3.0.0"
}