npm modules updated

This commit is contained in:
2018-03-09 16:48:44 -05:00
parent fc9075c33f
commit 9916b559fd
78 changed files with 2820 additions and 511 deletions

23
node_modules/ws/package.json generated vendored
View File

@@ -1,33 +1,28 @@
{
"_args": [
[
"ws@3.3.3",
"/Volumes/Clear Drive/Code/2406 Web Apps/Assignments/Assignment 3/project"
]
],
"_from": "ws@3.3.3",
"_from": "ws@~3.3.1",
"_id": "ws@3.3.3",
"_inBundle": false,
"_integrity": "sha512-nnWLa/NwZSt4KQJu51MYlCcSQ5g7INpOrOMt4XV8j4dqTXdmlUmSHQ8/oLC069ckre0fRsgfvsKwbTdtKLCDkA==",
"_location": "/ws",
"_phantomChildren": {},
"_requested": {
"type": "version",
"type": "range",
"registry": true,
"raw": "ws@3.3.3",
"raw": "ws@~3.3.1",
"name": "ws",
"escapedName": "ws",
"rawSpec": "3.3.3",
"rawSpec": "~3.3.1",
"saveSpec": null,
"fetchSpec": "3.3.3"
"fetchSpec": "~3.3.1"
},
"_requiredBy": [
"/engine.io",
"/engine.io-client"
],
"_resolved": "https://registry.npmjs.org/ws/-/ws-3.3.3.tgz",
"_spec": "3.3.3",
"_where": "/Volumes/Clear Drive/Code/2406 Web Apps/Assignments/Assignment 3/project",
"_shasum": "f1cf84fe2d5e901ebce94efaece785f187a228f2",
"_spec": "ws@~3.3.1",
"_where": "/Volumes/Clear Drive/Code/Javascript/AirHockey/node_modules/engine.io",
"author": {
"name": "Einar Otto Stangvik",
"email": "einaros@gmail.com",
@@ -36,11 +31,13 @@
"bugs": {
"url": "https://github.com/websockets/ws/issues"
},
"bundleDependencies": false,
"dependencies": {
"async-limiter": "~1.0.0",
"safe-buffer": "~5.1.0",
"ultron": "~1.1.0"
},
"deprecated": false,
"description": "Simple to use, blazing fast and thoroughly tested websocket client and server for Node.js",
"devDependencies": {
"benchmark": "~2.1.2",