123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111 |
- {
- "_from": "engine.io@~6.1.0",
- "_id": "engine.io@6.1.2",
- "_inBundle": false,
- "_integrity": "sha512-v/7eGHxPvO2AWsksyx2PUsQvBafuvqs0jJJQ0FdmJG1b9qIvgSbqDRGwNhfk2XHaTTbTXiC4quRE8Q9nRjsrQQ==",
- "_location": "/engine.io",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "engine.io@~6.1.0",
- "name": "engine.io",
- "escapedName": "engine.io",
- "rawSpec": "~6.1.0",
- "saveSpec": null,
- "fetchSpec": "~6.1.0"
- },
- "_requiredBy": [
- "/socket.io"
- ],
- "_resolved": "https://registry.npmjs.org/engine.io/-/engine.io-6.1.2.tgz",
- "_shasum": "e7b9d546d90c62246ffcba4d88594be980d3855a",
- "_spec": "engine.io@~6.1.0",
- "_where": "C:\\Users\\Admin\\Desktop\\WORK IT\\a-level proj\\chat\\server\\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.1.0",
- "engine.io-client-v3": "npm:engine.io-client@3.5.2",
- "expect.js": "^0.3.1",
- "mocha": "^9.1.3",
- "prettier": "^1.19.1",
- "rimraf": "^3.0.2",
- "superagent": "^3.8.1",
- "typescript": "^4.4.3",
- "uWebSockets.js": "github:uNetworking/uWebSockets.js#v20.0.0"
- },
- "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 && npm run test:default && npm run test:compat-v3 && npm run test:eiows && npm run test:uws",
- "test:compat-v3": "EIO_CLIENT=3 mocha --exit",
- "test:default": "mocha --bail --exit",
- "test:eiows": "EIO_WS_ENGINE=eiows mocha --exit",
- "test:uws": "EIO_WS_ENGINE=uws mocha --exit"
- },
- "type": "commonjs",
- "types": "./build/engine.io.d.ts",
- "version": "6.1.2"
- }
|