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

View File

@@ -1,34 +1,29 @@
{
"_args": [
[
"engine.io-client@3.1.5",
"/Volumes/Clear Drive/Code/2406 Web Apps/Assignments/Assignment 3/project"
]
],
"_from": "engine.io-client@3.1.5",
"_id": "engine.io-client@3.1.5",
"_from": "engine.io-client@~3.1.0",
"_id": "engine.io-client@3.1.6",
"_inBundle": false,
"_integrity": "sha512-Rv9vgb83zrNVhRircUXHi4mtbJhgy2oWtJOCZEbCLFs2HiDSWmh/aOEj8TwoKsn8zXGqTuQuPSoU4v3E10bR6A==",
"_integrity": "sha512-hnuHsFluXnsKOndS4Hv6SvUrgdYx1pk2NqfaDMW+GWdgfU3+/V25Cj7I8a0x92idSpa5PIhJRKxPvp9mnoLsfg==",
"_location": "/engine.io-client",
"_phantomChildren": {
"ms": "2.0.0"
},
"_requested": {
"type": "version",
"type": "range",
"registry": true,
"raw": "engine.io-client@3.1.5",
"raw": "engine.io-client@~3.1.0",
"name": "engine.io-client",
"escapedName": "engine.io-client",
"rawSpec": "3.1.5",
"rawSpec": "~3.1.0",
"saveSpec": null,
"fetchSpec": "3.1.5"
"fetchSpec": "~3.1.0"
},
"_requiredBy": [
"/socket.io-client"
],
"_resolved": "https://registry.npmjs.org/engine.io-client/-/engine.io-client-3.1.5.tgz",
"_spec": "3.1.5",
"_where": "/Volumes/Clear Drive/Code/2406 Web Apps/Assignments/Assignment 3/project",
"_resolved": "https://registry.npmjs.org/engine.io-client/-/engine.io-client-3.1.6.tgz",
"_shasum": "5bdeb130f8b94a50ac5cbeb72583e7a4a063ddfd",
"_spec": "engine.io-client@~3.1.0",
"_where": "/Volumes/Clear Drive/Code/Javascript/AirHockey/node_modules/socket.io-client",
"browser": {
"ws": false,
"xmlhttprequest-ssl": "./lib/xmlhttprequest.js"
@@ -36,6 +31,7 @@
"bugs": {
"url": "https://github.com/socketio/engine.io-client/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Guillermo Rauch",
@@ -67,6 +63,7 @@
"xmlhttprequest-ssl": "~1.5.4",
"yeast": "0.1.2"
},
"deprecated": false,
"description": "Client for the realtime Engine",
"devDependencies": {
"babel-core": "^6.24.0",
@@ -112,5 +109,5 @@
"scripts": {
"test": "gulp test"
},
"version": "3.1.5"
"version": "3.1.6"
}