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

80 lines
1.9 KiB
JSON

{
"//": "Platform limitations is due to lack of config.h files. See README.md for more information.",
"_from": "node-opus@^0.2.6",
"_id": "node-opus@0.2.9",
"_inBundle": false,
"_integrity": "sha512-+IIOdav5D7vHsuLDNk55t17kK2s6c1w4DbfKw8UQxZ635n+AO/SqDE3RpuO3PZKqpWjPtL/chzYZNVxz8/4TUQ==",
"_location": "/node-opus",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "node-opus@^0.2.6",
"name": "node-opus",
"escapedName": "node-opus",
"rawSpec": "^0.2.6",
"saveSpec": null,
"fetchSpec": "^0.2.6"
},
"_requiredBy": [
"/mumble-client-codecs-node"
],
"_resolved": "https://registry.npmjs.org/node-opus/-/node-opus-0.2.9.tgz",
"_shasum": "a9da56c96b6b5f5c32c61ea8a4593bc7295daa11",
"_spec": "node-opus@^0.2.6",
"_where": "/home/sergiu/linx-audio-simulator/node_modules/mumble-client-codecs-node",
"author": {
"name": "Mikko Rantanen",
"email": "jubjub@jubjubnest.net"
},
"bugs": {
"url": "https://github.com/Rantanen/node-opus/issues"
},
"bundleDependencies": false,
"cpu": [
"x64",
"arm",
"arm64",
"ia32"
],
"dependencies": {
"bindings": "~1.2.1",
"commander": "^2.9.0",
"nan": "^2.10.0",
"ogg-packet": "^1.0.0"
},
"deprecated": false,
"description": "NodeJS native binding to OPUS",
"devDependencies": {
"chai": "^3.5.0",
"mocha": "^3.3.0",
"ogg": "^1.2.5",
"stream-equal": "^1.0.0"
},
"engines": {
"node": ">=0.10.0"
},
"gypfile": true,
"homepage": "https://github.com/Rantanen/node-opus",
"license": "MIT",
"name": "node-opus",
"optionalDependencies": {
"ogg-packet": "^1.0.0"
},
"os": [
"linux",
"darwin",
"win32",
"freebsd"
],
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/Rantanen/node-opus.git"
},
"scripts": {
"install": "node-gyp rebuild",
"test": "mocha"
},
"version": "0.2.9"
}