79 lines
1.9 KiB
JSON
79 lines
1.9 KiB
JSON
{
|
|
"_from": "ws@^1.1.0",
|
|
"_id": "ws@1.1.5",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-o3KqipXNUdS7wpQzBHSe180lBGO60SoK0yVo3CYJgb2MkobuWuBX6dhkYP5ORCLd55y+SaflMOV5fqAB53ux4w==",
|
|
"_location": "/ws",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "ws@^1.1.0",
|
|
"name": "ws",
|
|
"escapedName": "ws",
|
|
"rawSpec": "^1.1.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^1.1.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/@react-native-community/cli-server-api",
|
|
"/metro",
|
|
"/metro-inspector-proxy"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/ws/-/ws-1.1.5.tgz",
|
|
"_shasum": "cbd9e6e75e09fc5d2c90015f21f0c40875e0dd51",
|
|
"_spec": "ws@^1.1.0",
|
|
"_where": "/jd/work/GT2/newMaster/Ejectable/node_modules/@react-native-community/cli-server-api",
|
|
"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"
|
|
}
|