{ "_args": [ [ "engine.io-client@4.0.4", "/home/lefos/repos/swarmlab-playground-client" ] ], "_from": "engine.io-client@4.0.4", "_id": "engine.io-client@4.0.4", "_inBundle": false, "_integrity": "sha512-and4JRvjv+BQ4WBLopYUFePxju3ms3aBRk0XjaLdh/t9TKv2LCKtKKWFRoRzIfUZsu3U38FcYqNLuXhfS16vqw==", "_location": "/engine.io-client", "_phantomChildren": { "ms": "2.1.2" }, "_requested": { "type": "version", "registry": true, "raw": "engine.io-client@4.0.4", "name": "engine.io-client", "escapedName": "engine.io-client", "rawSpec": "4.0.4", "saveSpec": null, "fetchSpec": "4.0.4" }, "_requiredBy": [ "/socket.io-client" ], "_resolved": "https://registry.npmjs.org/engine.io-client/-/engine.io-client-4.0.4.tgz", "_spec": "4.0.4", "_where": "/home/lefos/repos/swarmlab-playground-client", "browser": { "ws": false, "xmlhttprequest-ssl": "./lib/xmlhttprequest.js", "./lib/transports/websocket-constructor.js": "./lib/transports/websocket-constructor.browser.js", "./lib/globalThis.js": "./lib/globalThis.browser.js" }, "bugs": { "url": "https://github.com/socketio/engine.io-client/issues" }, "contributors": [ { "name": "Guillermo Rauch", "email": "rauchg@gmail.com" }, { "name": "Vladimir Dronnikov", "email": "dronnikov@gmail.com" }, { "name": "Christoph Dorn", "url": "https://github.com/cadorn" }, { "name": "Mark Mokryn", "email": "mokesmokes@gmail.com" } ], "dependencies": { "base64-arraybuffer": "0.1.4", "component-emitter": "~1.3.0", "debug": "~4.1.0", "engine.io-parser": "~4.0.1", "has-cors": "1.1.0", "parseqs": "0.0.6", "parseuri": "0.0.6", "ws": "~7.2.1", "xmlhttprequest-ssl": "~1.5.4", "yeast": "0.1.2" }, "description": "Client for the realtime Engine", "devDependencies": { "@babel/core": "^7.7.7", "@babel/plugin-transform-object-assign": "~7.8.3", "@babel/preset-env": "^7.7.7", "babel-eslint": "^10.0.3", "babel-loader": "^8.0.6", "blob": "^0.0.4", "engine.io": "4.0.2", "eslint": "^6.8.0", "eslint-config-prettier": "^6.9.0", "expect.js": "^0.3.1", "express": "4.15.2", "mocha": "^3.2.0", "prettier": "^1.19.1", "socket.io-browsers": "~1.0.4", "webpack": "^4.41.5", "webpack-cli": "^3.3.10", "webpack-remove-debug": "^0.1.0", "zuul": "3.11.1", "zuul-builder-webpack": "^1.2.0", "zuul-ngrok": "4.0.0" }, "files": [ "index.js", "lib/", "dist/" ], "homepage": "https://github.com/socketio/engine.io-client", "license": "MIT", "main": "lib/index.js", "name": "engine.io-client", "repository": { "type": "git", "url": "git+https://github.com/socketio/engine.io-client.git" }, "scripts": { "build": "webpack --config ./support/webpack.config.js --config ./support/prod.config.js", "format:check": "prettier --check 'lib/**/*.js' 'test/**/*.js' 'support/**/*.js'", "format:fix": "prettier --write 'lib/**/*.js' 'test/**/*.js' 'support/**/*.js'", "lint": "eslint lib/**/*.js test/**/*.js", "test": "npm run lint && npm run format:check && if test \"$BROWSERS\" = \"1\" ; then npm run test:browser; else npm run test:node; fi", "test:browser": "zuul test/index.js", "test:node": "mocha --reporter dot --require test/support/server.js test/index.js" }, "version": "4.0.4" }