{ "_args": [ [ "ws@^7.1.2", "/home/lyxaira/Artesanias/artesanias/node_modules/engine.io" ] ], "_from": "ws@>=7.1.2 <8.0.0", "_hasShrinkwrap": false, "_id": "ws@7.2.0", "_inCache": true, "_installable": true, "_location": "/ws", "_nodeVersion": "12.12.0", "_npmOperationalInternal": { "host": "s3://npm-registry-packages", "tmp": "tmp/ws_7.2.0_1571495090326_0.4486534033801446" }, "_npmUser": { "email": "luigipinca@gmail.com", "name": "lpinca" }, "_npmVersion": "6.11.3", "_phantomChildren": {}, "_requested": { "name": "ws", "raw": "ws@^7.1.2", "rawSpec": "^7.1.2", "scope": null, "spec": ">=7.1.2 <8.0.0", "type": "range" }, "_requiredBy": [ "/engine.io" ], "_resolved": "https://registry.npmjs.org/ws/-/ws-7.2.0.tgz", "_shasum": "422eda8c02a4b5dba7744ba66eebbd84bcef0ec7", "_shrinkwrap": null, "_spec": "ws@^7.1.2", "_where": "/home/lyxaira/Artesanias/artesanias/node_modules/engine.io", "author": { "email": "einaros@gmail.com", "name": "Einar Otto Stangvik", "url": "http://2x.io" }, "browser": "browser.js", "bugs": { "url": "https://github.com/websockets/ws/issues" }, "dependencies": { "async-limiter": "^1.0.0" }, "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": "^6.1.3", "nyc": "^14.0.0", "prettier": "^1.17.0", "utf-8-validate": "^5.0.2" }, "directories": {}, "dist": { "fileCount": 16, "integrity": "sha512-+SqNqFbwTm/0DC18KYzIsMTnEWpLwJsiasW/O17la4iDRRIO9uaHbvKiAS3AHgTiuuWerK/brj4O6MYZkei9xg==", "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdqxyzCRA9TVsSAnZWagAAVBgP/jP+ViVBra9QaZJe2hlR\nK3rn9Du0thtxJ3fKPRxRpDDogaA8CC9KFtjhgid5yqkkvgd2FPc1ohDC4ovq\nedVVBIP6i9R1uZtFRHoY/I2VQDG2yF2RHwRmlJwe2PWvVLjlRuq1uYjrYW3s\nO5De/3xFl2RrRyV5TPZGFbKyJcPHuy91pbisYOmDD5gAYAegQgJDRvw9pYIn\nmHTu1z4SLqQwxKsyymUYMqaXRPBX2huSpxp39tZQj93q8x1HCx0/zVyiHpan\nrkOdaE4RU/CnlWGvVIu96KzI/Z9gpSYYO5QOff5KXinbk+j5r7jVN9wK0mIy\nN1wikpL61nv6nPHnHH2KK85LViFMUXBIjcAlQxoqQXmbr2r1J24cfSarWlBT\niwtMHg67xyvSf7DdmgJGP/N3Yofd28UEXYHkG7Npqddx3nWVlouYGC91OrP2\nBRPwu+sr9odXlDVXWUxjDNfdgGdB15la87uNi/nKjH+gfmNRPg3p8ZRx2c3c\nusnFJhGV8hwJ6YfYgItilEg6qjUHE7cMjUbQc0hEMwuFrD12TpdMXnYGJ+ml\nC45dYx9lsGIH6ZNTNdWjugX2AWpvjGo54La22BjHuivV2f2bh4QB3dwXo6iU\nwfYHus2hYqkWtiT8PgXG9dMX+3UxgM22uJEhHwuaXBqDKrMCf6wqlqUpmkR1\nXgZ9\r\n=A4o4\r\n-----END PGP SIGNATURE-----\r\n", "shasum": "422eda8c02a4b5dba7744ba66eebbd84bcef0ec7", "tarball": "https://registry.npmjs.org/ws/-/ws-7.2.0.tgz", "unpackedSize": 107115 }, "gitHead": "65f7800d4ed5d6f2076b5bd00b3c4cabfa4d22ef", "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": {}, "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.0" }