domotz-node-ssdp
Version:
A fork of node.js SSDP client and server library.
75 lines (74 loc) • 1.9 kB
JSON
{
"_from": "domotz-node-ssdp@2.9.1",
"_id": "domotz-node-ssdp@2.9.1",
"_inBundle": false,
"_integrity": "sha512-h0hIxmlew7SblTpEyWsJpsrCEHbSYxYu27LRxHnSyuRDVuwBVH8swvKHeG9aiz9C5OKw2H218Qz4nEx9IYNwRg==",
"_location": "/domotz-node-ssdp",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "domotz-node-ssdp@2.9.1",
"name": "domotz-node-ssdp",
"escapedName": "domotz-node-ssdp",
"rawSpec": "2.9.1",
"saveSpec": null,
"fetchSpec": "2.9.1"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "http://172.16.10.20:54873/domotz-node-ssdp/-/domotz-node-ssdp-2.9.1.tgz",
"_shasum": "10b7232bdd78c84c84da22f4fdfb45bdd20d351b",
"_spec": "domotz-node-ssdp@2.9.1",
"_where": "/home/arossali",
"author": {
"name": "Ilya Shaisultanov",
"email": "ilya.shaisultanov@gmail.com"
},
"bugs": {
"url": "https://github.com/diversario/node-ssdp/issues"
},
"bundleDependencies": false,
"dependencies": {
"debug": "^2.2.0",
"ip": "^1.0.1"
},
"deprecated": false,
"description": "A fork of node.js SSDP client and server library.",
"devDependencies": {
"chai": "^3.2.0",
"istanbul": "~0.3.21",
"mocha": "~2.3.3",
"mocha-istanbul": "~0.2.0",
"sinon": "~1.17.1"
},
"directories": {
"example": "example",
"test": "test"
},
"engines": {
"node": ">=0.10.0"
},
"homepage": "https://github.com/diversario/node-ssdp#readme",
"keywords": [
"ssdp",
"multicast",
"media",
"device",
"upnp"
],
"license": "MIT",
"main": "./index",
"name": "domotz-node-ssdp",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/devDomotz/node-ssdp.git"
},
"scripts": {
"coverage": "istanbul cover node_modules/.bin/_mocha -- test/lib --recursive",
"test": "mocha --recursive test"
},
"version": "2.9.1"
}