Your IP : 216.73.216.40


Current Path : /var/www/html/test/wetty2/node_modules/ws/
Upload File :
Current File : /var/www/html/test/wetty2/node_modules/ws/package.json

{
  "_args": [
    [
      {
        "raw": "ws@^7.1.2",
        "scope": null,
        "escapedName": "ws",
        "name": "ws",
        "rawSpec": "^7.1.2",
        "spec": ">=7.1.2 <8.0.0",
        "type": "range"
      },
      "/var/www/html/test/wetty/node_modules/engine.io"
    ]
  ],
  "_from": "ws@>=7.1.2 <8.0.0",
  "_hasShrinkwrap": false,
  "_id": "ws@7.2.3",
  "_inCache": true,
  "_location": "/ws",
  "_nodeVersion": "13.10.1",
  "_npmOperationalInternal": {
    "host": "s3://npm-registry-packages",
    "tmp": "tmp/ws_7.2.3_1583774852485_0.5683086237203219"
  },
  "_npmUser": {
    "name": "lpinca",
    "email": "luigipinca@gmail.com"
  },
  "_npmVersion": "6.13.7",
  "_phantomChildren": {},
  "_requested": {
    "raw": "ws@^7.1.2",
    "scope": null,
    "escapedName": "ws",
    "name": "ws",
    "rawSpec": "^7.1.2",
    "spec": ">=7.1.2 <8.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/engine.io",
    "/jsdom"
  ],
  "_resolved": "https://registry.npmjs.org/ws/-/ws-7.2.3.tgz",
  "_shasum": "a5411e1fb04d5ed0efee76d26d5c46d830c39b46",
  "_shrinkwrap": null,
  "_spec": "ws@^7.1.2",
  "_where": "/var/www/html/test/wetty/node_modules/engine.io",
  "author": {
    "name": "Einar Otto Stangvik",
    "email": "einaros@gmail.com",
    "url": "http://2x.io"
  },
  "browser": "browser.js",
  "bugs": {
    "url": "https://github.com/websockets/ws/issues"
  },
  "dependencies": {},
  "description": "Simple to use, blazing fast and thoroughly tested websocket client and server for Node.js",
  "devDependencies": {
    "benchmark": "^2.1.4",
    "bufferutil": "^4.0.1",
    "coveralls": "^3.0.3",
    "eslint": "^6.0.0",
    "eslint-config-prettier": "^6.0.0",
    "eslint-plugin-prettier": "^3.0.1",
    "mocha": "^7.0.0",
    "nyc": "^15.0.0",
    "prettier": "^1.17.0",
    "utf-8-validate": "^5.0.2"
  },
  "directories": {},
  "dist": {
    "integrity": "sha512-HTDl9G9hbkNDk98naoR/cHDws7+EyYMOdL1BmjsZXRUjf7d+MficC4B7HLUPlSiho0vg+CWKrGIt/VJBd1xunQ==",
    "shasum": "a5411e1fb04d5ed0efee76d26d5c46d830c39b46",
    "tarball": "https://registry.npmjs.org/ws/-/ws-7.2.3.tgz",
    "fileCount": 17,
    "unpackedSize": 109814,
    "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeZnyFCRA9TVsSAnZWagAAUvwP/jAz5ASUvvHJjDMOS+r/\npDkuV2MoMwz6ccV+qfbVRWUKq9DqnK7bZBApyNlzV2I+APDqLOVU+2BazNKh\nqoTcVHYcBYe5oBIYUvEeSK2qyBCNJUcz2f79lVxWagdcax5nl5tOcW3B8v4X\n9T2hSvSuDNz8vg0uhCnLboZ+F4SPXd3lHwwfcZFkNSjTcRog4W4QNQTEaPbi\noqPawUw/NXDJMFILS2m/rerFnEyrDl4VpoAS9GyitCE31g22N03bCbsmaUMo\nHmFmefATEhmtIExXMDW9JGLL9FtTwVEIAJEfAWqjLt3JeAuWHvYKKd7rU/y1\nwPUQJxwGM1HDYaxbDLXRBVYkOja3YHB5txB8d2lHLt98c5DQ/lZCz1XQIRao\nPv48dpOX2Qg69IpMzSHktoRUJpt+0KkLWUhb7XGVY79kCgqt6ZqYxBs7coae\nOeReUBaKc+yuM3k45sHxyqiKCsw/qejgzScPnmU/BaC32vEdjqpysRNDtfZj\nNmizo+cLoiO8stLVCHGBwpIxegM8aGj3/C8emNEsSFi4rXT6LGHaWvNfv3FR\nVY2/4QZFL/ddUQ3yAOKF4znsHBY2qfbpPJVnW7IyxZ2h39HX3PpITCcYDPzu\nj4LV/wXFESBSre9RANqfPfkJC+A3k0V8eAB0bYQJKImeUAiqkOkYMyrX+2Ea\nHUeL\r\n=aUaH\r\n-----END PGP SIGNATURE-----\r\n"
  },
  "engines": {
    "node": ">=8.3.0"
  },
  "gitHead": "5fcdc42ef76d2d0ab920aa37631468e6f1066bcd",
  "greenkeeper": {
    "commitMessages": {
      "dependencyUpdate": "[pkg] Update ${dependency} to version ${version}",
      "devDependencyUpdate": "[pkg] Update ${dependency} to version ${version}"
    }
  },
  "homepage": "https://github.com/websockets/ws",
  "keywords": [
    "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": {},
  "peerDependencies": {
    "bufferutil": "^4.0.1",
    "utf-8-validate": "^5.0.2"
  },
  "peerDependenciesMeta": {
    "bufferutil": {
      "optional": true
    },
    "utf-8-validate": {
      "optional": true
    }
  },
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/websockets/ws.git"
  },
  "scripts": {
    "integration": "npm run lint && mocha --throw-deprecation test/*.integration.js",
    "lint": "eslint --ignore-path .gitignore . && prettier --check --ignore-path .gitignore \"**/*.{json,md,yaml,yml}\"",
    "test": "npm run lint && nyc --reporter=html --reporter=text mocha --throw-deprecation test/*.test.js"
  },
  "version": "7.2.3",
  "warnings": [
    {
      "code": "ENOTSUP",
      "required": {
        "node": ">=8.3.0"
      },
      "pkgid": "ws@7.2.3"
    }
  ]
}