mirror of
https://github.com/owenlejeune/AirHockey.git
synced 2025-12-04 21:02:24 -05:00
91 lines
2.0 KiB
JSON
91 lines
2.0 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"socket.io@2.0.4",
|
|
"/Volumes/Clear Drive/Code/2406 Web Apps/Assignments/Assignment 3/project"
|
|
]
|
|
],
|
|
"_from": "socket.io@2.0.4",
|
|
"_id": "socket.io@2.0.4",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-waRZDO/4fs8TxyZS8Eb3FrKeYBQ=",
|
|
"_location": "/socket.io",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "socket.io@2.0.4",
|
|
"name": "socket.io",
|
|
"escapedName": "socket.io",
|
|
"rawSpec": "2.0.4",
|
|
"saveSpec": null,
|
|
"fetchSpec": "2.0.4"
|
|
},
|
|
"_requiredBy": [
|
|
"/"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/socket.io/-/socket.io-2.0.4.tgz",
|
|
"_spec": "2.0.4",
|
|
"_where": "/Volumes/Clear Drive/Code/2406 Web Apps/Assignments/Assignment 3/project",
|
|
"bugs": {
|
|
"url": "https://github.com/socketio/socket.io/issues"
|
|
},
|
|
"contributors": [
|
|
{
|
|
"name": "Guillermo Rauch",
|
|
"email": "rauchg@gmail.com"
|
|
},
|
|
{
|
|
"name": "Arnout Kazemier",
|
|
"email": "info@3rd-eden.com"
|
|
},
|
|
{
|
|
"name": "Vladimir Dronnikov",
|
|
"email": "dronnikov@gmail.com"
|
|
},
|
|
{
|
|
"name": "Einar Otto Stangvik",
|
|
"email": "einaros@gmail.com"
|
|
}
|
|
],
|
|
"dependencies": {
|
|
"debug": "~2.6.6",
|
|
"engine.io": "~3.1.0",
|
|
"socket.io-adapter": "~1.1.0",
|
|
"socket.io-client": "2.0.4",
|
|
"socket.io-parser": "~3.1.1"
|
|
},
|
|
"description": "node.js realtime framework server",
|
|
"devDependencies": {
|
|
"expect.js": "0.3.1",
|
|
"mocha": "^3.5.3",
|
|
"nyc": "^11.2.1",
|
|
"superagent": "1.6.1",
|
|
"supertest": "1.1.0"
|
|
},
|
|
"files": [
|
|
"lib/"
|
|
],
|
|
"homepage": "https://github.com/socketio/socket.io#readme",
|
|
"keywords": [
|
|
"realtime",
|
|
"framework",
|
|
"websocket",
|
|
"tcp",
|
|
"events",
|
|
"socket",
|
|
"io"
|
|
],
|
|
"license": "MIT",
|
|
"main": "./lib/index",
|
|
"name": "socket.io",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/socketio/socket.io.git"
|
|
},
|
|
"scripts": {
|
|
"test": "nyc mocha --reporter spec --slow 200 --bail --timeout 10000 test/socket.io.js"
|
|
},
|
|
"version": "2.0.4"
|
|
}
|