1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677 |
- {
- "_from": "ws@~1.1.5",
- "_id": "ws@1.1.5",
- "_inBundle": false,
- "_integrity": "sha512-o3KqipXNUdS7wpQzBHSe180lBGO60SoK0yVo3CYJgb2MkobuWuBX6dhkYP5ORCLd55y+SaflMOV5fqAB53ux4w==",
- "_location": "/ws",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "ws@~1.1.5",
- "name": "ws",
- "escapedName": "ws",
- "rawSpec": "~1.1.5",
- "saveSpec": null,
- "fetchSpec": "~1.1.5"
- },
- "_requiredBy": [
- "/engine.io",
- "/engine.io-client"
- ],
- "_resolved": "https://registry.npmjs.org/ws/-/ws-1.1.5.tgz",
- "_shasum": "cbd9e6e75e09fc5d2c90015f21f0c40875e0dd51",
- "_spec": "ws@~1.1.5",
- "_where": "C:\\socket\\chatroom-myclient\\node_modules\\engine.io",
- "author": {
- "name": "Einar Otto Stangvik",
- "email": "einaros@gmail.com",
- "url": "http://2x.io"
- },
- "bugs": {
- "url": "https://github.com/websockets/ws/issues"
- },
- "bundleDependencies": false,
- "dependencies": {
- "options": ">=0.0.5",
- "ultron": "1.0.x"
- },
- "deprecated": false,
- "description": "Simple to use, blazing fast and thoroughly tested websocket client and server for Node.js",
- "devDependencies": {
- "ansi": "0.3.x",
- "benchmark": "0.3.x",
- "bufferutil": "1.2.x",
- "expect.js": "0.3.x",
- "istanbul": "^0.4.1",
- "mocha": "2.3.x",
- "should": "8.0.x",
- "tinycolor": "0.0.x",
- "utf-8-validate": "1.2.x"
- },
- "files": [
- "index.js",
- "lib"
- ],
- "homepage": "https://github.com/websockets/ws",
- "keywords": [
- "Hixie",
- "HyBi",
- "Push",
- "RFC-6455",
- "WebSocket",
- "WebSockets",
- "real-time"
- ],
- "license": "MIT",
- "main": "index.js",
- "name": "ws",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/websockets/ws.git"
- },
- "scripts": {
- "test": "make test"
- },
- "version": "1.1.5"
- }
|