package.json (2622B)
1 { 2 "_from": "ws@^7.1.2", 3 "_id": "ws@7.2.3", 4 "_inBundle": false, 5 "_integrity": "sha512-HTDl9G9hbkNDk98naoR/cHDws7+EyYMOdL1BmjsZXRUjf7d+MficC4B7HLUPlSiho0vg+CWKrGIt/VJBd1xunQ==", 6 "_location": "/ws", 7 "_phantomChildren": {}, 8 "_requested": { 9 "type": "range", 10 "registry": true, 11 "raw": "ws@^7.1.2", 12 "name": "ws", 13 "escapedName": "ws", 14 "rawSpec": "^7.1.2", 15 "saveSpec": null, 16 "fetchSpec": "^7.1.2" 17 }, 18 "_requiredBy": [ 19 "/engine.io" 20 ], 21 "_resolved": "https://registry.npmjs.org/ws/-/ws-7.2.3.tgz", 22 "_shasum": "a5411e1fb04d5ed0efee76d26d5c46d830c39b46", 23 "_spec": "ws@^7.1.2", 24 "_where": "/Users/underd0g/Documents/javascript/TwitWebGraph/node_modules/engine.io", 25 "author": { 26 "name": "Einar Otto Stangvik", 27 "email": "einaros@gmail.com", 28 "url": "http://2x.io" 29 }, 30 "browser": "browser.js", 31 "bugs": { 32 "url": "https://github.com/websockets/ws/issues" 33 }, 34 "bundleDependencies": false, 35 "deprecated": false, 36 "description": "Simple to use, blazing fast and thoroughly tested websocket client and server for Node.js", 37 "devDependencies": { 38 "benchmark": "^2.1.4", 39 "bufferutil": "^4.0.1", 40 "coveralls": "^3.0.3", 41 "eslint": "^6.0.0", 42 "eslint-config-prettier": "^6.0.0", 43 "eslint-plugin-prettier": "^3.0.1", 44 "mocha": "^7.0.0", 45 "nyc": "^15.0.0", 46 "prettier": "^1.17.0", 47 "utf-8-validate": "^5.0.2" 48 }, 49 "engines": { 50 "node": ">=8.3.0" 51 }, 52 "files": [ 53 "browser.js", 54 "index.js", 55 "lib/*.js" 56 ], 57 "greenkeeper": { 58 "commitMessages": { 59 "dependencyUpdate": "[pkg] Update ${dependency} to version ${version}", 60 "devDependencyUpdate": "[pkg] Update ${dependency} to version ${version}" 61 } 62 }, 63 "homepage": "https://github.com/websockets/ws", 64 "keywords": [ 65 "HyBi", 66 "Push", 67 "RFC-6455", 68 "WebSocket", 69 "WebSockets", 70 "real-time" 71 ], 72 "license": "MIT", 73 "main": "index.js", 74 "name": "ws", 75 "peerDependencies": { 76 "bufferutil": "^4.0.1", 77 "utf-8-validate": "^5.0.2" 78 }, 79 "peerDependenciesMeta": { 80 "bufferutil": { 81 "optional": true 82 }, 83 "utf-8-validate": { 84 "optional": true 85 } 86 }, 87 "repository": { 88 "type": "git", 89 "url": "git+https://github.com/websockets/ws.git" 90 }, 91 "scripts": { 92 "integration": "npm run lint && mocha --throw-deprecation test/*.integration.js", 93 "lint": "eslint --ignore-path .gitignore . && prettier --check --ignore-path .gitignore \"**/*.{json,md,yaml,yml}\"", 94 "test": "npm run lint && nyc --reporter=html --reporter=text mocha --throw-deprecation test/*.test.js" 95 }, 96 "version": "7.2.3" 97 }