| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596 |
- {
- "name": "ws",
- "version": "5.1.1",
- "description": "Simple to use, blazing fast and thoroughly tested websocket client and server for Node.js",
- "keywords": [
- "HyBi",
- "Push",
- "RFC-6455",
- "WebSocket",
- "WebSockets",
- "real-time"
- ],
- "homepage": "https://github.com/websockets/ws",
- "bugs": {
- "url": "https://github.com/websockets/ws/issues"
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/websockets/ws.git"
- },
- "author": {
- "name": "Einar Otto Stangvik",
- "email": "einaros@gmail.com",
- "url": "http://2x.io"
- },
- "license": "MIT",
- "main": "index.js",
- "files": [
- "index.js",
- "lib"
- ],
- "scripts": {
- "test": "eslint . && nyc --reporter=html --reporter=text mocha test/*.test.js",
- "integration": "eslint . && mocha test/*.integration.js",
- "lint": "eslint ."
- },
- "dependencies": {
- "async-limiter": "~1.0.0"
- },
- "devDependencies": {
- "benchmark": "~2.1.2",
- "bufferutil": "~3.0.0",
- "eslint": "~4.19.0",
- "eslint-config-standard": "~11.0.0",
- "eslint-plugin-import": "~2.10.0",
- "eslint-plugin-node": "~6.0.0",
- "eslint-plugin-promise": "~3.7.0",
- "eslint-plugin-standard": "~3.0.0",
- "mocha": "~5.0.0",
- "nyc": "~11.6.0",
- "utf-8-validate": "~4.0.0"
- },
- "gitHead": "10c92fff16c53be18c7be05c8a4c65d25cae8088",
- "_id": "ws@5.1.1",
- "_npmVersion": "5.6.0",
- "_nodeVersion": "9.10.1",
- "_npmUser": {
- "name": "lpinca",
- "email": "luigipinca@gmail.com"
- },
- "dist": {
- "integrity": "sha512-bOusvpCb09TOBLbpMKszd45WKC2KPtxiyiHanv+H2DE3Az+1db5a/L7sVJZVDPUC1Br8f0SKRr1KjLpD1U/IAw==",
- "shasum": "1d43704689711ac1942fd2f283e38f825c4b8b95",
- "tarball": "https://registry.npmjs.org/ws/-/ws-5.1.1.tgz",
- "fileCount": 15,
- "unpackedSize": 104066
- },
- "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"
- }
- ],
- "directories": {},
- "_npmOperationalInternal": {
- "host": "s3://npm-registry-packages",
- "tmp": "tmp/ws_5.1.1_1522676448860_0.5792033954157976"
- },
- "_shasum": "1d43704689711ac1942fd2f283e38f825c4b8b95",
- "_resolved": "https://registry.npmjs.org/ws/-/ws-5.1.1.tgz",
- "_from": "ws@latest",
- "readme": "ERROR: No README data found!"
- }
|