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,6 +1,6 @@
language: node_js
node_js:
- '0.10'
- '0.12'
- '4.0'
- '5.0'
- '4'
- '6'
- '8'
- '10'

View File

@@ -1,8 +1,8 @@
{
"_from": "flush-write-stream@^1.0.0",
"_id": "flush-write-stream@1.0.3",
"_id": "flush-write-stream@1.1.1",
"_inBundle": false,
"_integrity": "sha512-calZMC10u0FMUqoiunI2AiGIIUtUIvifNwkHhNupZH4cbNnW1Itkoh/Nf5HFYmDrwWPjrUxpkZT0KhuCq0jmGw==",
"_integrity": "sha512-3Z4XhFZ3992uIq0XOqb9AreonueSYphE6oYbpt5+3u06JWklbsPkNv3ZKkP9Bz/r+1MWCaMoSQ28P85+1Yc77w==",
"_location": "/flush-write-stream",
"_phantomChildren": {},
"_requested": {
@@ -18,8 +18,8 @@
"_requiredBy": [
"/mississippi"
],
"_resolved": "https://registry.npmjs.org/flush-write-stream/-/flush-write-stream-1.0.3.tgz",
"_shasum": "c5d586ef38af6097650b49bc41b55fabb19f35bd",
"_resolved": "https://registry.npmjs.org/flush-write-stream/-/flush-write-stream-1.1.1.tgz",
"_shasum": "8dd7d873a1babc207d94ead0c2e0e44276ebf2e8",
"_spec": "flush-write-stream@^1.0.0",
"_where": "C:\\xampp\\htdocs\\w4rpservices\\node_modules\\mississippi",
"author": {
@@ -31,8 +31,8 @@
},
"bundleDependencies": false,
"dependencies": {
"inherits": "^2.0.1",
"readable-stream": "^2.0.4"
"inherits": "^2.0.3",
"readable-stream": "^2.3.6"
},
"deprecated": false,
"description": "A write stream constructor that supports a flush function that is called before finish is emitted",
@@ -50,5 +50,5 @@
"scripts": {
"test": "tape test.js"
},
"version": "1.0.3"
"version": "1.1.1"
}