package.json 2.82 KB
{
  "_args": [
    [
      {
        "raw": "ws@1.1.4",
        "scope": null,
        "escapedName": "ws",
        "name": "ws",
        "rawSpec": "1.1.4",
        "spec": "1.1.4",
        "type": "version"
      },
      "/Users/admin/Documents/workspace/programming/node_modules/engine.io"
    ]
  ],
  "_cnpm_publish_time": 1489230925657,
  "_from": "ws@1.1.4",
  "_id": "ws@1.1.4",
  "_inCache": true,
  "_location": "/ws",
  "_nodeVersion": "7.7.2",
  "_npmOperationalInternal": {
    "host": "packages-12-west.internal.npmjs.com",
    "tmp": "tmp/ws-1.1.4.tgz_1489230923644_0.4469207131769508"
  },
  "_npmUser": {
    "name": "lpinca",
    "email": "luigipinca@gmail.com"
  },
  "_npmVersion": "4.1.2",
  "_phantomChildren": {},
  "_requested": {
    "raw": "ws@1.1.4",
    "scope": null,
    "escapedName": "ws",
    "name": "ws",
    "rawSpec": "1.1.4",
    "spec": "1.1.4",
    "type": "version"
  },
  "_requiredBy": [
    "/engine.io"
  ],
  "_resolved": "https://registry.npm.taobao.org/ws/download/ws-1.1.4.tgz",
  "_shasum": "57f40d036832e5f5055662a397c4de76ed66bf61",
  "_shrinkwrap": null,
  "_spec": "ws@1.1.4",
  "_where": "/Users/admin/Documents/workspace/programming/node_modules/engine.io",
  "author": {
    "name": "Einar Otto Stangvik",
    "email": "einaros@gmail.com",
    "url": "http://2x.io"
  },
  "bugs": {
    "url": "https://github.com/websockets/ws/issues"
  },
  "dependencies": {
    "options": ">=0.0.5",
    "ultron": "1.0.x"
  },
  "description": "simple to use, blazing fast and thoroughly tested websocket client, server and console for node.js, up-to-date against RFC-6455",
  "devDependencies": {
    "ansi": "0.3.x",
    "benchmark": "0.3.x",
    "bufferutil": "1.2.x",
    "expect.js": "0.3.x",
    "istanbul": "^0.4.1",
    "mocha": "2.3.x",
    "should": "8.0.x",
    "tinycolor": "0.0.x",
    "utf-8-validate": "1.2.x"
  },
  "directories": {},
  "dist": {
    "shasum": "57f40d036832e5f5055662a397c4de76ed66bf61",
    "tarball": "https://registry.npmjs.org/ws/-/ws-1.1.4.tgz"
  },
  "gitHead": "19106a14d1782bed6f3b12a612e1a73a4970fdbe",
  "gypfile": true,
  "homepage": "https://github.com/websockets/ws#readme",
  "keywords": [
    "Hixie",
    "HyBi",
    "Push",
    "RFC-6455",
    "WebSocket",
    "WebSockets",
    "real-time"
  ],
  "license": "MIT",
  "main": "index.js",
  "maintainers": [
    {
      "name": "3rdeden",
      "email": "npm@3rd-Eden.com"
    },
    {
      "name": "einaros",
      "email": "einaros@gmail.com"
    },
    {
      "name": "lpinca",
      "email": "luigipinca@gmail.com"
    },
    {
      "name": "v1",
      "email": "npm@3rd-Eden.com"
    }
  ],
  "name": "ws",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git://github.com/websockets/ws.git"
  },
  "scripts": {
    "test": "make test"
  },
  "version": "1.1.4"
}