You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

76 lines
1.9 KiB

{
"_from": "websocket-stream@~3.1.0",
"_id": "websocket-stream@3.1.0",
"_inBundle": false,
"_integrity": "sha1-xtnRMjC3fkdMS2c2wpW7p3zdf4c=",
"_location": "/websocket-stream",
"_npmUser": {
"name": "maxogden",
"email": "max@maxogden.com"
},
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "websocket-stream@~3.1.0",
"name": "websocket-stream",
"escapedName": "websocket-stream",
"rawSpec": "~3.1.0",
"saveSpec": null,
"fetchSpec": "~3.1.0"
},
"_requiredBy": [
"/mosca",
"/mqtt"
],
"_resolved": "https://registry.npmjs.org/websocket-stream/-/websocket-stream-3.1.0.tgz",
"_shasum": "c6d9d13230b77e474c4b6736c295bba77cdd7f87",
"_spec": "websocket-stream@~3.1.0",
"_where": "/home/yimian/iot/mqtt/smartfarm/node_modules/mosca",
"author": "",
"browser": {
"./echo-server.js": "./fake-server.js",
"./index.js": "./stream.js",
"ws": "./ws-fallback.js"
},
"bugs": {
"url": "https://github.com/maxogden/websocket-stream/issues"
},
"bundleDependencies": false,
"dependencies": {
"duplexify": "^3.2.0",
"inherits": "^2.0.1",
"through2": "^2.0.0",
"ws": "^1.0.1",
"xtend": "^4.0.0"
},
"deprecated": false,
"description": "Use websockets with the node streams API. Works in browser and node",
"devDependencies": {
"beefy": "^2.1.1",
"browserify": "^5.11.1",
"concat-stream": "^1.4.7",
"tape": "^2.14.0"
},
"homepage": "https://github.com/maxogden/websocket-stream#readme",
"keywords": [
"websocket",
"websockets",
"stream",
"streams",
"realtime"
],
"license": "BSD-2-Clause",
"main": "index.js",
"name": "websocket-stream",
"optionalDependencies": {},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/maxogden/websocket-stream.git"
},
"scripts": {
"start": "beefy test-client.js",
"test": "node test.js"
},
"version": "3.1.0"
}