123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899 |
- {
- "_args": [
- [
- "engine.io@5.2.0",
- "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
- ]
- ],
- "_from": "engine.io@5.2.0",
- "_id": "engine.io@5.2.0",
- "_inBundle": false,
- "_integrity": "sha512-d1DexkQx87IFr1FLuV+0f5kAm1Hk1uOVijLOb+D1sDO2QMb7YjE02VHtZtxo7xIXMgcWLb+vl3HRT0rI9tr4jQ==",
- "_location": "/engine.io",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "engine.io@5.2.0",
- "name": "engine.io",
- "escapedName": "engine.io",
- "rawSpec": "5.2.0",
- "saveSpec": null,
- "fetchSpec": "5.2.0"
- },
- "_requiredBy": [
- "/socket.io"
- ],
- "_resolved": "https://registry.npmjs.org/engine.io/-/engine.io-5.2.0.tgz",
- "_spec": "5.2.0",
- "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
- "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.3.1",
- "engine.io-parser": "~4.0.0",
- "ws": "~7.4.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": "5.2.0",
- "engine.io-client-v3": "npm:engine.io-client@3.5.0",
- "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_CLIENT=3 mocha && EIO_WS_ENGINE=eiows mocha"
- },
- "version": "5.2.0"
- }
|