Initial working version
This commit is contained in:
+107
@@ -0,0 +1,107 @@
|
||||
{
|
||||
"_from": "engine.io@~6.0.0",
|
||||
"_id": "engine.io@6.0.1",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-Y53UaciUh2Rmx5MiogtMxOQcfh7pnemday+Bb4QDg0Wjmnvo/VTvuEyNGQgYmh8L7VOe8Je1QuiqjLNDelMqLA==",
|
||||
"_location": "/engine.io",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "engine.io@~6.0.0",
|
||||
"name": "engine.io",
|
||||
"escapedName": "engine.io",
|
||||
"rawSpec": "~6.0.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "~6.0.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/socket.io"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/engine.io/-/engine.io-6.0.1.tgz",
|
||||
"_shasum": "4a37754c6067415e9bfbcc82e49e572437354615",
|
||||
"_spec": "engine.io@~6.0.0",
|
||||
"_where": "C:\\Users\\Maspenguin\\Documents\\Programming\\mas-site\\node_modules\\socket.io",
|
||||
"author": {
|
||||
"name": "Guillermo Rauch",
|
||||
"email": "guillermo@learnboost.com"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/socketio/engine.io/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"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": {
|
||||
"@types/cookie": "^0.4.1",
|
||||
"@types/cors": "^2.8.12",
|
||||
"@types/node": ">=10.0.0",
|
||||
"accepts": "~1.3.4",
|
||||
"base64id": "2.0.0",
|
||||
"cookie": "~0.4.1",
|
||||
"cors": "~2.8.5",
|
||||
"debug": "~4.3.1",
|
||||
"engine.io-parser": "~5.0.0",
|
||||
"ws": "~8.2.3"
|
||||
},
|
||||
"deprecated": false,
|
||||
"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": "6.0.1",
|
||||
"engine.io-client-v3": "npm:engine.io-client@3.5.0",
|
||||
"expect.js": "^0.3.1",
|
||||
"mocha": "^4.0.1",
|
||||
"prettier": "^1.19.1",
|
||||
"rimraf": "^3.0.2",
|
||||
"s": "0.1.1",
|
||||
"superagent": "^3.8.1",
|
||||
"typescript": "^4.4.3"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=10.0.0"
|
||||
},
|
||||
"exports": {
|
||||
"import": "./wrapper.mjs",
|
||||
"require": "./build/engine.io.js"
|
||||
},
|
||||
"files": [
|
||||
"build/",
|
||||
"wrapper.mjs"
|
||||
],
|
||||
"homepage": "https://github.com/socketio/engine.io",
|
||||
"license": "MIT",
|
||||
"main": "./build/engine.io.js",
|
||||
"name": "engine.io",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+ssh://git@github.com/socketio/engine.io.git"
|
||||
},
|
||||
"scripts": {
|
||||
"compile": "rimraf ./build && tsc",
|
||||
"format:check": "prettier --check 'lib/**/*.ts' 'test/**/*.js'",
|
||||
"format:fix": "prettier --write 'lib/**/*.ts' 'test/**/*.js'",
|
||||
"prepack": "npm run compile",
|
||||
"test": "npm run compile && npm run format:check && mocha --bail && EIO_CLIENT=3 mocha && EIO_WS_ENGINE=eiows mocha"
|
||||
},
|
||||
"type": "commonjs",
|
||||
"types": "./build/engine.io.d.ts",
|
||||
"version": "6.0.1"
|
||||
}
|
||||
Reference in New Issue
Block a user