{ "_args": [ [ { "raw": "ws@2.0.x", "scope": null, "escapedName": "ws", "name": "ws", "rawSpec": "2.0.x", "spec": ">=2.0.0 <2.1.0", "type": "range" }, "/Users/tomascelizna/Devel/dragonfly_chrome_headless/node_modules/chrome-remote-interface" ] ], "_from": "ws@>=2.0.0 <2.1.0", "_id": "ws@2.0.3", "_inCache": true, "_location": "/ws", "_nodeVersion": "7.5.0", "_npmOperationalInternal": { "host": "packages-18-east.internal.npmjs.com", "tmp": "tmp/ws-2.0.3.tgz_1486561489812_0.7949141394346952" }, "_npmUser": { "name": "lpinca", "email": "luigipinca@gmail.com" }, "_npmVersion": "4.1.2", "_phantomChildren": {}, "_requested": { "raw": "ws@2.0.x", "scope": null, "escapedName": "ws", "name": "ws", "rawSpec": "2.0.x", "spec": ">=2.0.0 <2.1.0", "type": "range" }, "_requiredBy": [ "/chrome-remote-interface" ], "_resolved": "https://registry.npmjs.org/ws/-/ws-2.0.3.tgz", "_shasum": "532fd499c3f7d7d720e543f1f807106cfc57d9cb", "_shrinkwrap": null, "_spec": "ws@2.0.x", "_where": "/Users/tomascelizna/Devel/dragonfly_chrome_headless/node_modules/chrome-remote-interface", "author": { "name": "Einar Otto Stangvik", "email": "einaros@gmail.com", "url": "http://2x.io" }, "bugs": { "url": "https://github.com/websockets/ws/issues" }, "dependencies": { "ultron": "~1.1.0" }, "description": "Simple to use, blazing fast and thoroughly tested websocket client and server for Node.js", "devDependencies": { "benchmark": "~2.1.2", "bufferutil": "~2.0.0", "eslint": "~3.15.0", "eslint-config-semistandard": "~7.0.0", "eslint-config-standard": "~6.2.1", "eslint-plugin-promise": "~3.4.0", "eslint-plugin-standard": "~2.0.1", "istanbul": "~0.4.5", "mocha": "~3.2.0", "utf-8-validate": "~3.0.0" }, "directories": {}, "dist": { "shasum": "532fd499c3f7d7d720e543f1f807106cfc57d9cb", "tarball": "https://registry.npmjs.org/ws/-/ws-2.0.3.tgz" }, "gitHead": "3918e11d200e574beca9d5abd61fbe3020434aed", "homepage": "https://github.com/websockets/ws#readme", "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": {}, "readme": "ERROR: No README data found!", "repository": { "type": "git", "url": "git://github.com/websockets/ws.git" }, "scripts": { "coverage": "istanbul cover _mocha --report html -- test/*.test.js", "integration": "npm run lint && mocha test/*.integration.js", "lint": "eslint .", "test": "npm run lint && mocha test/*.test.js", "test-travis": "npm run lint && istanbul cover _mocha --report lcovonly -- test/*.test.js" }, "version": "2.0.3" }