linx-simulator2/node_modules/mumble-client/package.json
2019-09-18 11:11:16 +03:00

73 lines
1.9 KiB
JSON

{
"_from": "mumble-client@^1.1.1",
"_id": "mumble-client@1.3.0",
"_inBundle": false,
"_integrity": "sha512-4z/Frp+XwTsE0u+7g6BUQbYumV17iEaMBCZ5Oo5lQ5Jjq3sBnZYRH9pXDX1bU4/3HFU99/AVGcScH2R67olPPQ==",
"_location": "/mumble-client",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "mumble-client@^1.1.1",
"name": "mumble-client",
"escapedName": "mumble-client",
"rawSpec": "^1.1.1",
"saveSpec": null,
"fetchSpec": "^1.1.1"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/mumble-client/-/mumble-client-1.3.0.tgz",
"_shasum": "f045ad302260ed15b5e22d9c7fbc4683d5b4d1dd",
"_spec": "mumble-client@^1.1.1",
"_where": "/home/sergiu/linx-audio-simulator",
"author": {
"name": "Jonas Herzig",
"email": "me@johni0702.de"
},
"bugs": {
"url": "https://github.com/johni0702/mumble-client/issues"
},
"bundleDependencies": false,
"dependencies": {
"drop-stream": "^0.1.1",
"mumble-streams": "0.0.4",
"promise": "^7.1.1",
"reduplexer": "^1.1.0",
"remove-value": "^1.0.0",
"rtimer": "^0.1.0",
"stats-incremental": "^1.2.1",
"through2": "^2.0.2"
},
"deprecated": false,
"description": "Mumble protocol client library",
"devDependencies": {
"babel-cli": "^6.14.0",
"babel-preset-es2015": "^6.14.0",
"chai": "^3.5.0",
"mocha": "^3.0.2",
"mocha-standard": "^1.0.0",
"standard": "^8.0.0"
},
"files": [
"index.js",
"lib"
],
"homepage": "https://github.com/johni0702/mumble-client#readme",
"license": "MIT",
"main": "index.js",
"name": "mumble-client",
"repository": {
"type": "git",
"url": "git+https://github.com/johni0702/mumble-client.git"
},
"scripts": {
"compile": "babel -d lib/ src/",
"mocha": "mocha --compilers js:babel-core/register",
"prepublish": "npm run compile",
"test": "npm run compile && npm run mocha"
},
"version": "1.3.0"
}