Description
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

120 lines
2.9 KiB

{
"_args": [
[
"socket.io@3.0.3",
"/home/lefos/repos/swarmlab-playground-client"
]
],
"_from": "socket.io@3.0.3",
"_id": "socket.io@3.0.3",
"_inBundle": false,
"_integrity": "sha512-TC1GnSXhDVmd3bHji5aG7AgWB8UL7E6quACbKra8uFXBqlMwEDbrJFK+tjuIY5Pe9N0L+MAPPDv3pycnn0000A==",
"_location": "/socket.io",
"_phantomChildren": {
"ms": "2.1.2"
},
"_requested": {
"type": "version",
"registry": true,
"raw": "socket.io@3.0.3",
"name": "socket.io",
"escapedName": "socket.io",
"rawSpec": "3.0.3",
"saveSpec": null,
"fetchSpec": "3.0.3"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/socket.io/-/socket.io-3.0.3.tgz",
"_spec": "3.0.3",
"_where": "/home/lefos/repos/swarmlab-playground-client",
"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": {
"@types/cookie": "^0.4.0",
"@types/cors": "^2.8.8",
"@types/node": "^14.14.7",
"accepts": "~1.3.4",
"base64id": "~2.0.0",
"debug": "~4.1.0",
"engine.io": "~4.0.0",
"socket.io-adapter": "~2.0.3",
"socket.io-parser": "~4.0.1"
},
"description": "node.js realtime framework server",
"devDependencies": {
"@types/mocha": "^8.0.3",
"babel-eslint": "^10.1.0",
"eslint": "^7.9.0",
"eslint-config-prettier": "^6.11.0",
"expect.js": "0.3.1",
"mocha": "^3.5.3",
"nyc": "^11.2.1",
"prettier": "^1.19.1",
"rimraf": "^3.0.2",
"socket.io-client": "3.0.3",
"superagent": "^3.8.2",
"supertest": "^3.0.0",
"ts-node": "^9.0.0",
"typescript": "^4.0.3"
},
"engines": {
"node": ">=10.0.0"
},
"exports": {
"import": "./wrapper.mjs",
"require": "./dist/index.js"
},
"files": [
"dist/",
"client-dist/",
"wrapper.mjs"
],
"homepage": "https://github.com/socketio/socket.io#readme",
"keywords": [
"realtime",
"framework",
"websocket",
"tcp",
"events",
"socket",
"io"
],
"license": "MIT",
"main": "./dist/index.js",
"name": "socket.io",
"repository": {
"type": "git",
"url": "git://github.com/socketio/socket.io.git"
},
"scripts": {
"compile": "rimraf ./dist && tsc",
"format:check": "prettier --check 'lib/**/*.ts' 'test/**/*.ts'",
"format:fix": "prettier --write 'lib/**/*.ts' 'test/**/*.ts'",
"prepack": "npm run compile",
"test": "npm run format:check && npm run compile && nyc mocha --require ts-node/register --reporter spec --slow 200 --bail --timeout 10000 test/socket.io.ts"
},
"type": "commonjs",
"types": "./dist/index.d.ts",
"version": "3.0.3"
}