nav tabs on admin dashboard
This commit is contained in:
58
node_modules/eventsource/package.json
generated
vendored
58
node_modules/eventsource/package.json
generated
vendored
@@ -1,71 +1,87 @@
|
||||
{
|
||||
"_from": "eventsource@0.1.6",
|
||||
"_id": "eventsource@0.1.6",
|
||||
"_from": "eventsource@^1.0.7",
|
||||
"_id": "eventsource@1.0.7",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-Cs7ehJ7X3RzMMsgRuxG5RNTykjI=",
|
||||
"_integrity": "sha512-4Ln17+vVT0k8aWq+t/bF5arcS3EpT9gYtW66EPacdj/mAFevznsnyoHLPy2BA8gbIQeIHoPsvwmfBftfcG//BQ==",
|
||||
"_location": "/eventsource",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "eventsource@0.1.6",
|
||||
"raw": "eventsource@^1.0.7",
|
||||
"name": "eventsource",
|
||||
"escapedName": "eventsource",
|
||||
"rawSpec": "0.1.6",
|
||||
"rawSpec": "^1.0.7",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "0.1.6"
|
||||
"fetchSpec": "^1.0.7"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/sockjs-client"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/eventsource/-/eventsource-0.1.6.tgz",
|
||||
"_shasum": "0acede849ed7dd1ccc32c811bb11b944d4f29232",
|
||||
"_spec": "eventsource@0.1.6",
|
||||
"_resolved": "https://registry.npmjs.org/eventsource/-/eventsource-1.0.7.tgz",
|
||||
"_shasum": "8fbc72c93fcd34088090bc0a4e64f4b5cee6d8d0",
|
||||
"_spec": "eventsource@^1.0.7",
|
||||
"_where": "C:\\xampp\\htdocs\\w4rpservices\\node_modules\\sockjs-client",
|
||||
"author": {
|
||||
"name": "Aslak Hellesøy",
|
||||
"email": "aslak.hellesoy@gmail.com"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "http://github.com/aslakhellesoy/eventsource-node/issues"
|
||||
"url": "http://github.com/EventSource/eventsource/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"dependencies": {
|
||||
"original": ">=0.0.5"
|
||||
"original": "^1.0.0"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "W3C compliant EventSource client for Node.js",
|
||||
"description": "W3C compliant EventSource client for Node.js and browser (polyfill)",
|
||||
"devDependencies": {
|
||||
"mocha": ">=1.21.4"
|
||||
"buffer-from": "^1.1.1",
|
||||
"express": "^4.15.3",
|
||||
"mocha": "^3.5.3",
|
||||
"nyc": "^11.2.1",
|
||||
"serve-static": "^1.12.3",
|
||||
"ssestream": "^1.0.0",
|
||||
"standard": "^10.0.2",
|
||||
"webpack": "^3.5.6"
|
||||
},
|
||||
"directories": {
|
||||
"lib": "./lib"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=0.8.0"
|
||||
"node": ">=0.12.0"
|
||||
},
|
||||
"homepage": "http://github.com/aslakhellesoy/eventsource-node",
|
||||
"homepage": "http://github.com/EventSource/eventsource",
|
||||
"keywords": [
|
||||
"eventsource",
|
||||
"http",
|
||||
"streaming",
|
||||
"sse"
|
||||
"sse",
|
||||
"polyfill"
|
||||
],
|
||||
"license": "MIT",
|
||||
"licenses": [
|
||||
{
|
||||
"type": "MIT",
|
||||
"url": "http://github.com/aslakhellesoy/eventsource-node/raw/master/LICENSE"
|
||||
"url": "http://github.com/EventSource/eventsource/raw/master/LICENSE"
|
||||
}
|
||||
],
|
||||
"main": "./lib/eventsource",
|
||||
"name": "eventsource",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/aslakhellesoy/eventsource-node.git"
|
||||
"url": "git://github.com/EventSource/eventsource.git"
|
||||
},
|
||||
"scripts": {
|
||||
"coverage": "nyc --reporter=html --reporter=text _mocha --reporter spec",
|
||||
"polyfill": "webpack lib/eventsource-polyfill.js example/eventsource-polyfill.js",
|
||||
"postpublish": "git push && git push --tags",
|
||||
"test": "mocha --reporter spec"
|
||||
"test": "mocha --reporter spec && standard"
|
||||
},
|
||||
"version": "0.1.6"
|
||||
"standard": {
|
||||
"ignore": [
|
||||
"example/eventsource-polyfill.js"
|
||||
]
|
||||
},
|
||||
"version": "1.0.7"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user