noname/node_modules/ws/package.json

77 lines
1.7 KiB
JSON
Raw Normal View History

2021-03-06 10:57:22 +00:00
{
"author": {
"name": "Einar Otto Stangvik",
"email": "einaros@gmail.com",
"url": "http://2x.io"
},
"name": "ws",
"description": "simple to use, blazing fast and thoroughly tested websocket client, server and console for node.js, up-to-date against RFC-6455",
"version": "1.0.1",
"license": "MIT",
"keywords": [
"Hixie",
"HyBi",
"Push",
"RFC-6455",
"WebSocket",
"WebSockets",
"real-time"
],
"repository": {
"type": "git",
"url": "git://github.com/websockets/ws.git"
},
"scripts": {
"test": "make test"
},
"dependencies": {
"options": ">=0.0.5",
"ultron": "1.0.x"
},
"devDependencies": {
"ansi": "0.3.x",
"benchmark": "0.3.x",
"bufferutil": "1.2.x",
"expect.js": "0.3.x",
"mocha": "2.3.x",
"should": "8.0.x",
"tinycolor": "0.0.x",
"utf-8-validate": "1.2.x"
},
"gypfile": true,
"gitHead": "40a9d686288b5d0be13f2bf2f3f5da07afc8cda2",
"bugs": {
"url": "https://github.com/websockets/ws/issues"
},
"homepage": "https://github.com/websockets/ws#readme",
"_id": "ws@1.0.1",
"_shasum": "7d0b2a2e58cddd819039c29c9de65045e1b310e9",
"_from": "ws@latest",
"_npmVersion": "3.5.1",
"_nodeVersion": "4.2.3",
"_npmUser": {
"name": "3rdeden",
"email": "npm@3rd-Eden.com"
},
"maintainers": [
{
"name": "einaros",
"email": "einaros@gmail.com"
},
{
"name": "v1",
"email": "info@3rd-Eden.com"
},
{
"name": "3rdeden",
"email": "npm@3rd-Eden.com"
}
],
"dist": {
"shasum": "7d0b2a2e58cddd819039c29c9de65045e1b310e9",
"tarball": "http://registry.npmjs.org/ws/-/ws-1.0.1.tgz"
},
"directories": {},
"_resolved": "https://registry.npmjs.org/ws/-/ws-1.0.1.tgz"
}