mkjs/server/node_modules/ws/package.json

123 lines
2.9 KiB
JSON

{
"_args": [
[
{
"raw": "ws",
"scope": null,
"escapedName": "ws",
"name": "ws",
"rawSpec": "",
"spec": "latest",
"type": "tag"
},
"D:\\Programs\\Dropbox\\Public\\mkds\\Server"
]
],
"_from": "ws@latest",
"_id": "ws@2.2.3",
"_inCache": true,
"_location": "/ws",
"_nodeVersion": "7.8.0",
"_npmOperationalInternal": {
"host": "packages-12-west.internal.npmjs.com",
"tmp": "tmp/ws-2.2.3.tgz_1491214217857_0.5180311135482043"
},
"_npmUser": {
"name": "lpinca",
"email": "luigipinca@gmail.com"
},
"_npmVersion": "4.2.0",
"_phantomChildren": {},
"_requested": {
"raw": "ws",
"scope": null,
"escapedName": "ws",
"name": "ws",
"rawSpec": "",
"spec": "latest",
"type": "tag"
},
"_requiredBy": [
"#USER"
],
"_resolved": "https://registry.npmjs.org/ws/-/ws-2.2.3.tgz",
"_shasum": "f36c9719a56dff813f455af912a2078145bbd940",
"_shrinkwrap": null,
"_spec": "ws",
"_where": "D:\\Programs\\Dropbox\\Public\\mkds\\Server",
"author": {
"name": "Einar Otto Stangvik",
"email": "einaros@gmail.com",
"url": "http://2x.io"
},
"bugs": {
"url": "https://github.com/websockets/ws/issues"
},
"dependencies": {
"safe-buffer": "~5.0.1",
"ultron": "~1.1.0"
},
"description": "Simple to use, blazing fast and thoroughly tested websocket client and server for Node.js",
"devDependencies": {
"benchmark": "~2.1.2",
"bufferutil": "~3.0.0",
"eslint": "~3.19.0",
"eslint-config-standard": "~8.0.0-beta.1",
"eslint-plugin-import": "~2.2.0",
"eslint-plugin-node": "~4.2.0",
"eslint-plugin-promise": "~3.5.0",
"eslint-plugin-standard": "~2.1.0",
"mocha": "~3.2.0",
"nyc": "~10.2.0",
"utf-8-validate": "~3.0.0"
},
"directories": {},
"dist": {
"shasum": "f36c9719a56dff813f455af912a2078145bbd940",
"tarball": "https://registry.npmjs.org/ws/-/ws-2.2.3.tgz"
},
"gitHead": "212c7aab04a5f23d89111c1722371211efa2dd89",
"homepage": "https://github.com/websockets/ws#readme",
"keywords": [
"HyBi",
"Push",
"RFC-6455",
"WebSocket",
"WebSockets",
"real-time"
],
"license": "MIT",
"main": "index.js",
"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"
}
],
"name": "ws",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git://github.com/websockets/ws.git"
},
"scripts": {
"integration": "eslint . && mocha test/*.integration.js",
"lint": "eslint .",
"test": "eslint . && nyc --reporter=html --reporter=text mocha test/*.test.js"
},
"version": "2.2.3"
}