react-native-ssdp-remote
Version:
A node.js SSDP client and server library.
73 lines (72 loc) • 1.94 kB
JSON
{
"_from": "react-native-ssdp@^2.8.2",
"_inBundle": false,
"_integrity": "sha512-Utp/xmRlFId4w2jL9ousxAlMa7uU7CK0SoSLgvavNlZeWAW8iPIvZ+mBX5CIJqQT57CCU4LdxytA+yPbyURQdw==",
"_location": "/react-native-ssdp",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "react-native-ssdp@^2.8.2",
"name": "react-native-ssdp",
"escapedName": "react-native-ssdp",
"rawSpec": "^2.8.2",
"saveSpec": null,
"fetchSpec": "^2.8.2"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/react-native-ssdp/-/react-native-ssdp-2.8.2.tgz",
"_shasum": "e2cebf26053e22702b4ac6e1ea7c7030022d5a47",
"_spec": "react-native-ssdp@^2.8.2",
"_where": "C:\\Users\\AhmetBerk\\Desktop\\tt-tivibu-rn",
"author": "Ahmet Berk İnçoğlu",
"bugs": {
"url": "https://github.com/netbeast/react-native-ssdp/issues"
},
"deprecated": false,
"description": "A 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",
"lib": "lib",
"test": "test"
},
"engines": {
"node": ">=0.10.0"
},
"homepage": "https://github.com/netbeast/react-native-ssdp#readme",
"keywords": [
"ssdp",
"multicast",
"media",
"device",
"upnp"
],
"license": "MIT",
"main": "./index",
"name": "react-native-ssdp-remote",
"peerDependencies": {
"buffer": ">=5.0.6",
"debug": ">=2.6.8",
"react-native-network-info": ">=2.1.0",
"react-native-udp": ">=2.0.0"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/netbeast/react-native-ssdp.git"
},
"scripts": {
"coverage": "istanbul cover node_modules/.bin/_mocha -- test/lib --recursive",
"test": "mocha --recursive test"
},
"version": "2.8.2"
}