91 lines
2.1 KiB
JSON
91 lines
2.1 KiB
JSON
|
{
|
||
|
"_from": "speaker@^0.4.1",
|
||
|
"_id": "speaker@0.4.2",
|
||
|
"_inBundle": false,
|
||
|
"_integrity": "sha512-HnQjSRkUmr2ccLdvGAyUEnp513mQ7k+Gv64qLSkMxVUvVl4zB8Nhw/0wWftqujXXYOE7OU7Vc6TUb64qsO33jg==",
|
||
|
"_location": "/speaker",
|
||
|
"_phantomChildren": {
|
||
|
"core-util-is": "1.0.2",
|
||
|
"inherits": "2.0.4",
|
||
|
"process-nextick-args": "2.0.1",
|
||
|
"safe-buffer": "5.1.2",
|
||
|
"util-deprecate": "1.0.2"
|
||
|
},
|
||
|
"_requested": {
|
||
|
"type": "range",
|
||
|
"registry": true,
|
||
|
"raw": "speaker@^0.4.1",
|
||
|
"name": "speaker",
|
||
|
"escapedName": "speaker",
|
||
|
"rawSpec": "^0.4.1",
|
||
|
"saveSpec": null,
|
||
|
"fetchSpec": "^0.4.1"
|
||
|
},
|
||
|
"_requiredBy": [
|
||
|
"/"
|
||
|
],
|
||
|
"_resolved": "https://registry.npmjs.org/speaker/-/speaker-0.4.2.tgz",
|
||
|
"_shasum": "812c19b66f67e29c09d2bc86c07a59a60ee9f06d",
|
||
|
"_spec": "speaker@^0.4.1",
|
||
|
"_where": "/home/sergiu/linx-audio-simulator",
|
||
|
"author": {
|
||
|
"name": "Nathan Rajlich",
|
||
|
"email": "nathan@tootallnate.net",
|
||
|
"url": "http://tootallnate.net"
|
||
|
},
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/TooTallNate/node-speaker/issues"
|
||
|
},
|
||
|
"bundleDependencies": false,
|
||
|
"dependencies": {
|
||
|
"bindings": "^1.3.0",
|
||
|
"buffer-alloc": "^1.1.0",
|
||
|
"debug": "^3.0.1",
|
||
|
"nan": "^2.6.2",
|
||
|
"readable-stream": "^2.3.3"
|
||
|
},
|
||
|
"deprecated": false,
|
||
|
"description": "Output PCM audio data to the speakers",
|
||
|
"devDependencies": {
|
||
|
"@types/node": "^10.11.4",
|
||
|
"mocha": "^3.5.0",
|
||
|
"standard": "^10.0.3"
|
||
|
},
|
||
|
"engines": {
|
||
|
"node": ">4"
|
||
|
},
|
||
|
"gypfile": true,
|
||
|
"homepage": "https://github.com/TooTallNate/node-speaker#readme",
|
||
|
"keywords": [
|
||
|
"pcm",
|
||
|
"audio",
|
||
|
"sound",
|
||
|
"music",
|
||
|
"output",
|
||
|
"speaker",
|
||
|
"headphone",
|
||
|
"alsa",
|
||
|
"coreaudio",
|
||
|
"openal",
|
||
|
"sdl",
|
||
|
"portaudio",
|
||
|
"jack",
|
||
|
"oss",
|
||
|
"pulse",
|
||
|
"mpg123"
|
||
|
],
|
||
|
"license": "MIT",
|
||
|
"main": "index.js",
|
||
|
"name": "speaker",
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git+https://github.com/TooTallNate/node-speaker.git"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"install": "node-gyp rebuild",
|
||
|
"test": "standard && node-gyp rebuild --mpg123-backend=dummy && mocha --reporter spec"
|
||
|
},
|
||
|
"types": "index.d.ts",
|
||
|
"version": "0.4.2"
|
||
|
}
|