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,28 @@
{
"_from": "sockjs-client@1.1.5",
"_id": "sockjs-client@1.1.5",
"_from": "sockjs-client@1.3.0",
"_id": "sockjs-client@1.3.0",
"_inBundle": false,
"_integrity": "sha1-G7fA9yIsQPQq3xT0RCy9Eml3GoM=",
"_integrity": "sha512-R9jxEzhnnrdxLCNln0xg5uGHqMnkhPSTzUZH2eXcR03S/On9Yvoq2wyUZILRUhZCNVu2PmwWVoyuiPz8th8zbg==",
"_location": "/sockjs-client",
"_phantomChildren": {
"ms": "2.0.0",
"websocket-driver": "0.7.0"
},
"_requested": {
"type": "version",
"registry": true,
"raw": "sockjs-client@1.1.5",
"raw": "sockjs-client@1.3.0",
"name": "sockjs-client",
"escapedName": "sockjs-client",
"rawSpec": "1.1.5",
"rawSpec": "1.3.0",
"saveSpec": null,
"fetchSpec": "1.1.5"
"fetchSpec": "1.3.0"
},
"_requiredBy": [
"/webpack-dev-server"
],
"_resolved": "https://registry.npmjs.org/sockjs-client/-/sockjs-client-1.1.5.tgz",
"_shasum": "1bb7c0f7222c40f42adf14f4442cbd1269771a83",
"_spec": "sockjs-client@1.1.5",
"_resolved": "https://registry.npmjs.org/sockjs-client/-/sockjs-client-1.3.0.tgz",
"_shasum": "12fc9d6cb663da5739d3dc5fb6e8687da95cb177",
"_spec": "sockjs-client@1.3.0",
"_where": "C:\\xampp\\htdocs\\w4rpservices\\node_modules\\webpack-dev-server",
"author": {
"name": "Bryce Kahle"
@@ -50,35 +49,38 @@
}
],
"dependencies": {
"debug": "^2.6.6",
"eventsource": "0.1.6",
"faye-websocket": "~0.11.0",
"inherits": "^2.0.1",
"debug": "^3.2.5",
"eventsource": "^1.0.7",
"faye-websocket": "~0.11.1",
"inherits": "^2.0.3",
"json3": "^3.3.2",
"url-parse": "^1.1.8"
"url-parse": "^1.4.3"
},
"deprecated": false,
"description": "SockJS-client is a browser JavaScript library that provides a WebSocket-like object.",
"devDependencies": {
"browserify": "^13.3.0",
"browserify": "^16.2.2",
"envify": "^4.0.0",
"eslint": "^3.19.0",
"eslint": "^5.6.0",
"expect.js": "~0.3.1",
"gulp": "^3.9.1",
"gulp-header": "^1.8.8",
"gulp-rename": "~1.2.0",
"gulp-replace": "^0.5.4",
"gulp": "^4.0.0",
"gulp-header": "^2.0.5",
"gulp-rename": "^1.4.0",
"gulp-replace": "^1.0.0",
"gulp-sourcemaps": "^2.6.0",
"gulp-uglify": "^2.1.2",
"mocha": "^3.3.0",
"gulp-uglify": "^3.0.1",
"karma": "^3.0.0",
"karma-browserify": "^5.3.0",
"karma-browserstack-launcher": "git+https://git@github.com/karma-runner/karma-browserstack-launcher.git#310c22835987b50a908b99d0995fc1655a7e06f5",
"karma-chrome-launcher": "^2.2.0",
"karma-mocha": "^1.3.0",
"mocha": "^5.2.0",
"node-static": "^0.7.6",
"proxyquire": "^1.7.11",
"pump": "^1.0.2",
"proxyquire": "^2.1.0",
"pump": "^3.0.0",
"sockjs": "^0.3.17",
"vinyl-buffer": "~1.0.0",
"vinyl-source-stream": "^1.0.0",
"zuul": "github:brycekahle/zuul#ngrok",
"zuul-ngrok": "github:brycekahle/zuul-ngrok#master"
"vinyl-source-stream": "^2.0.0"
},
"homepage": "http://sockjs.org",
"jsdelivr": "dist/sockjs.min.js",
@@ -99,10 +101,10 @@
"postpublish": "git push origin --all && git push origin --tags",
"postversion": "npm publish",
"test": "mocha tests/node.js",
"test:browser_local": "npm run test:bundle && zuul --disable-tunnel --local 9090 -- tests/browser.js",
"test:browser_remote": "npm run test:bundle && zuul -- tests/browser.js",
"test:browser_local": "npm run test:bundle && npx karma start --browsers Chrome",
"test:browser_remote": "npm run test:bundle && npx karma start",
"test:bundle": "gulp testbundle",
"version": "gulp release && git add -A dist lib/version.js"
},
"version": "1.1.5"
"version": "1.3.0"
}