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.
100 lines
2.5 KiB
100 lines
2.5 KiB
{
|
|
"_args": [
|
|
[
|
|
"engine.io@4.0.4",
|
|
"/home/lefos/repos/swarmlab-playground-client"
|
|
]
|
|
],
|
|
"_from": "engine.io@4.0.4",
|
|
"_id": "engine.io@4.0.4",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-4ggUX5pICZU17OTZNFv5+uFE/ZyoK+TIXv2SvxWWX8lwStllQ6Lvvs4lDBqvKpV9EYXNcvlNOcjKChd/mo+8Tw==",
|
|
"_location": "/engine.io",
|
|
"_phantomChildren": {
|
|
"ms": "2.1.2"
|
|
},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "engine.io@4.0.4",
|
|
"name": "engine.io",
|
|
"escapedName": "engine.io",
|
|
"rawSpec": "4.0.4",
|
|
"saveSpec": null,
|
|
"fetchSpec": "4.0.4"
|
|
},
|
|
"_requiredBy": [
|
|
"/socket.io"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/engine.io/-/engine.io-4.0.4.tgz",
|
|
"_spec": "4.0.4",
|
|
"_where": "/home/lefos/repos/swarmlab-playground-client",
|
|
"author": {
|
|
"name": "Guillermo Rauch",
|
|
"email": "guillermo@learnboost.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/socketio/engine.io/issues"
|
|
},
|
|
"contributors": [
|
|
{
|
|
"name": "Eugen Dueck",
|
|
"url": "https://github.com/EugenDueck"
|
|
},
|
|
{
|
|
"name": "Afshin Mehrabani",
|
|
"url": "https://github.com/afshinm"
|
|
},
|
|
{
|
|
"name": "Christoph Dorn",
|
|
"url": "https://github.com/cadorn"
|
|
},
|
|
{
|
|
"name": "Mark Mokryn",
|
|
"email": "mokesmokes@gmail.com"
|
|
}
|
|
],
|
|
"dependencies": {
|
|
"accepts": "~1.3.4",
|
|
"base64id": "2.0.0",
|
|
"cookie": "~0.4.1",
|
|
"cors": "~2.8.5",
|
|
"debug": "~4.1.0",
|
|
"engine.io-parser": "~4.0.0",
|
|
"ws": "^7.1.2"
|
|
},
|
|
"description": "The realtime engine behind Socket.IO. Provides the foundation of a bidirectional connection between client and server",
|
|
"devDependencies": {
|
|
"babel-eslint": "^8.0.2",
|
|
"eiows": "^3.3.0",
|
|
"engine.io-client": "4.0.4",
|
|
"eslint": "^4.19.1",
|
|
"eslint-config-prettier": "^6.9.0",
|
|
"expect.js": "^0.3.1",
|
|
"mocha": "^4.0.1",
|
|
"prettier": "^1.19.1",
|
|
"s": "0.1.1",
|
|
"superagent": "^3.8.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=10.0.0"
|
|
},
|
|
"files": [
|
|
"lib/"
|
|
],
|
|
"homepage": "https://github.com/socketio/engine.io",
|
|
"license": "MIT",
|
|
"main": "lib/engine.io.js",
|
|
"name": "engine.io",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+ssh://git@github.com/socketio/engine.io.git"
|
|
},
|
|
"scripts": {
|
|
"format:check": "prettier --check 'lib/**/*.js' 'test/**/*.js'",
|
|
"format:fix": "prettier --write 'lib/**/*.js' 'test/**/*.js'",
|
|
"lint": "eslint lib/ test/ *.js",
|
|
"test": "npm run lint && npm run format:check && mocha && EIO_WS_ENGINE=eiows mocha"
|
|
},
|
|
"version": "4.0.4"
|
|
}
|
|
|