sf-static/test/node/lib/node_modules/ws/package.json
2023-02-28 19:21:07 +01:00

82 lines
1.9 KiB
JSON

{
"_from": "ws@~0.4.31",
"_id": "ws@0.4.32",
"_inBundle": false,
"_integrity": "sha1-eHphVEFPPJntg8V3IVOyD+sM7DI=",
"_location": "/ws",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "ws@~0.4.31",
"name": "ws",
"escapedName": "ws",
"rawSpec": "~0.4.31",
"saveSpec": null,
"fetchSpec": "~0.4.31"
},
"_requiredBy": [
"/express-ws"
],
"_resolved": "https://registry.npmjs.org/ws/-/ws-0.4.32.tgz",
"_shasum": "787a6154414f3c99ed83c5772153b20feb0cec32",
"_spec": "ws@~0.4.31",
"_where": "C:\\Users\\spenc\\OneDrive\\Code\\Virus\\node_modules\\express-ws",
"author": {
"name": "Einar Otto Stangvik",
"email": "einaros@gmail.com",
"url": "http://2x.io"
},
"bin": {
"wscat": "./bin/wscat"
},
"browser": "./lib/browser.js",
"bugs": {
"url": "https://github.com/einaros/ws/issues"
},
"bundleDependencies": false,
"component": {
"scripts": {
"ws/index.js": "./lib/browser.js"
}
},
"dependencies": {
"commander": "~2.1.0",
"nan": "~1.0.0",
"options": ">=0.0.5",
"tinycolor": "0.x"
},
"deprecated": false,
"description": "simple to use, blazing fast and thoroughly tested websocket client, server and console for node.js, up-to-date against RFC-6455",
"devDependencies": {
"ansi": "latest",
"benchmark": "0.3.x",
"expect.js": "0.2.x",
"mocha": "1.12.0",
"should": "1.2.x"
},
"engines": {
"node": ">=0.4.0"
},
"gypfile": true,
"homepage": "https://github.com/einaros/ws#readme",
"keywords": [
"Hixie",
"HyBi",
"Push",
"RFC-6455",
"WebSocket",
"WebSockets",
"real-time"
],
"name": "ws",
"repository": {
"type": "git",
"url": "git://github.com/einaros/ws.git"
},
"scripts": {
"install": "(node-gyp rebuild 2> builderror.log) || (exit 0)",
"test": "make test"
},
"version": "0.4.32"
}