123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596 |
- {
- "_from": "engine.io@~1.8.4",
- "_id": "engine.io@1.8.5",
- "_inBundle": false,
- "_integrity": "sha512-j1DWIcktw4hRwrv6nWx++5nFH2X64x16MAG2P0Lmi5Dvdfi3I+Jhc7JKJIdAmDJa+5aZ/imHV7dWRPy2Cqjh3A==",
- "_location": "/engine.io",
- "_phantomChildren": {
- "mime-types": "2.1.20"
- },
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "engine.io@~1.8.4",
- "name": "engine.io",
- "escapedName": "engine.io",
- "rawSpec": "~1.8.4",
- "saveSpec": null,
- "fetchSpec": "~1.8.4"
- },
- "_requiredBy": [
- "/socket.io"
- ],
- "_resolved": "https://registry.npmjs.org/engine.io/-/engine.io-1.8.5.tgz",
- "_shasum": "4ebe5e75c6dc123dee4afdce6e5fdced21eb93f6",
- "_spec": "engine.io@~1.8.4",
- "_where": "C:\\socket\\chatroom-myclient\\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": {
- "accepts": "1.3.3",
- "base64id": "1.0.0",
- "cookie": "0.3.1",
- "debug": "2.3.3",
- "engine.io-parser": "1.3.2",
- "ws": "~1.1.5"
- },
- "deprecated": false,
- "description": "The realtime engine behind Socket.IO. Provides the foundation of a bidirectional connection between client and server",
- "devDependencies": {
- "babel-eslint": "5.0.0",
- "babel-preset-es2015": "6.3.13",
- "engine.io-client": "1.8.5",
- "eslint-config-standard": "4.4.0",
- "eslint-plugin-standard": "1.3.2",
- "expect.js": "0.2.0",
- "gulp": "3.9.0",
- "gulp-babel": "6.1.1",
- "gulp-eslint": "1.1.1",
- "gulp-mocha": "2.2.0",
- "gulp-nsp": "^2.4.1",
- "mocha": "2.3.4",
- "s": "0.1.1",
- "superagent": "0.15.4",
- "uws": "0.14.1"
- },
- "files": [
- "index.js",
- "lib/"
- ],
- "homepage": "https://github.com/socketio/engine.io",
- "license": "MIT",
- "main": "./lib/engine.io",
- "name": "engine.io",
- "repository": {
- "type": "git",
- "url": "git+ssh://git@github.com/socketio/engine.io.git"
- },
- "scripts": {
- "test": "gulp test; EIO_WS_ENGINE=uws gulp test;"
- },
- "version": "1.8.5"
- }
|