127 lines
2.9 KiB
JSON
127 lines
2.9 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
{
|
|
"raw": "ws@*",
|
|
"scope": null,
|
|
"escapedName": "ws",
|
|
"name": "ws",
|
|
"rawSpec": "*",
|
|
"spec": "*",
|
|
"type": "range"
|
|
},
|
|
"/Users/gerrit/Documents/node.js-Projects/tinkerforge"
|
|
]
|
|
],
|
|
"_from": "ws@*",
|
|
"_id": "ws@2.3.1",
|
|
"_inCache": true,
|
|
"_location": "/ws",
|
|
"_nodeVersion": "7.9.0",
|
|
"_npmOperationalInternal": {
|
|
"host": "packages-12-west.internal.npmjs.com",
|
|
"tmp": "tmp/ws-2.3.1.tgz_1492711201097_0.04034068179316819"
|
|
},
|
|
"_npmUser": {
|
|
"name": "lpinca",
|
|
"email": "luigipinca@gmail.com"
|
|
},
|
|
"_npmVersion": "4.2.0",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"raw": "ws@*",
|
|
"scope": null,
|
|
"escapedName": "ws",
|
|
"name": "ws",
|
|
"rawSpec": "*",
|
|
"spec": "*",
|
|
"type": "range"
|
|
},
|
|
"_requiredBy": [
|
|
"/"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/ws/-/ws-2.3.1.tgz",
|
|
"_shasum": "6b94b3e447cb6a363f785eaf94af6359e8e81c80",
|
|
"_shrinkwrap": null,
|
|
"_spec": "ws@*",
|
|
"_where": "/Users/gerrit/Documents/node.js-Projects/tinkerforge",
|
|
"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": "~10.2.0",
|
|
"eslint-plugin-import": "~2.2.0",
|
|
"eslint-plugin-node": "~4.2.0",
|
|
"eslint-plugin-promise": "~3.5.0",
|
|
"eslint-plugin-standard": "~3.0.0",
|
|
"mocha": "~3.2.0",
|
|
"nyc": "~10.2.0",
|
|
"utf-8-validate": "~3.0.0"
|
|
},
|
|
"directories": {},
|
|
"dist": {
|
|
"shasum": "6b94b3e447cb6a363f785eaf94af6359e8e81c80",
|
|
"tarball": "https://registry.npmjs.org/ws/-/ws-2.3.1.tgz"
|
|
},
|
|
"files": [
|
|
"index.js",
|
|
"lib"
|
|
],
|
|
"gitHead": "732aaf06b76700f104eeff2740e1896be4e88199",
|
|
"homepage": "https://github.com/websockets/ws",
|
|
"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+https://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.3.1"
|
|
}
|