package.json 3.39 KB
{
  "_args": [
    [
      {
        "raw": "engine.io@~1.8.4",
        "scope": null,
        "escapedName": "engine.io",
        "name": "engine.io",
        "rawSpec": "~1.8.4",
        "spec": ">=1.8.4 <1.9.0",
        "type": "range"
      },
      "/Users/admin/Documents/workspace/programming/node_modules/socket.io"
    ]
  ],
  "_from": "engine.io@>=1.8.4 <1.9.0",
  "_id": "engine.io@1.8.4",
  "_inCache": true,
  "_location": "/engine.io",
  "_nodeVersion": "7.6.0",
  "_npmOperationalInternal": {
    "host": "packages-18-east.internal.npmjs.com",
    "tmp": "tmp/engine.io-1.8.4.tgz_1493380767821_0.8265495547093451"
  },
  "_npmUser": {
    "name": "darrachequesne",
    "email": "damien.arrachequesne@gmail.com"
  },
  "_npmVersion": "4.1.2",
  "_phantomChildren": {
    "ms": "0.7.2"
  },
  "_requested": {
    "raw": "engine.io@~1.8.4",
    "scope": null,
    "escapedName": "engine.io",
    "name": "engine.io",
    "rawSpec": "~1.8.4",
    "spec": ">=1.8.4 <1.9.0",
    "type": "range"
  },
  "_requiredBy": [
    "/socket.io"
  ],
  "_resolved": "https://registry.npmjs.org/engine.io/-/engine.io-1.8.4.tgz",
  "_shasum": "77bce12b80e5d60429337fec3b0daf691ebc9003",
  "_shrinkwrap": null,
  "_spec": "engine.io@~1.8.4",
  "_where": "/Users/admin/Documents/workspace/programming/node_modules/socket.io",
  "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.3",
    "base64id": "1.0.0",
    "cookie": "0.3.1",
    "debug": "2.3.3",
    "engine.io-parser": "1.3.2",
    "ws": "1.1.4"
  },
  "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.4",
    "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"
  },
  "directories": {},
  "dist": {
    "shasum": "77bce12b80e5d60429337fec3b0daf691ebc9003",
    "tarball": "https://registry.npmjs.org/engine.io/-/engine.io-1.8.4.tgz"
  },
  "files": [
    "index.js",
    "lib/"
  ],
  "gitHead": "db6b00ee38456a47697da1d434df2eda5f67491e",
  "homepage": "https://github.com/socketio/engine.io",
  "license": "MIT",
  "main": "./lib/engine.io",
  "maintainers": [
    {
      "name": "darrachequesne",
      "email": "damien.arrachequesne@gmail.com"
    },
    {
      "name": "rauchg",
      "email": "rauchg@gmail.com"
    }
  ],
  "name": "engine.io",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "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.4"
}