1
0
mirror of https://github.com/musix-org/musix-oss synced 2024-09-20 10:51:56 +00:00
musix-oss/node_modules/node-opus/package.json

82 lines
1.9 KiB
JSON
Raw Normal View History

2020-03-03 20:30:50 +00:00
{
"//": "Platform limitations is due to lack of config.h files. See README.md for more information.",
"_from": "node-opus@^0.3.3",
"_id": "node-opus@0.3.3",
"_inBundle": false,
"_integrity": "sha512-ZQniA8iJ6y/qOTmW6eyzM9m8odt4CIGV0NM9/U03/pYLhGyxy18QXO25WfrWd8XsUYx57tnxll2xxj54CN08uQ==",
"_location": "/node-opus",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "node-opus@^0.3.3",
"name": "node-opus",
"escapedName": "node-opus",
"rawSpec": "^0.3.3",
"saveSpec": null,
"fetchSpec": "^0.3.3"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/node-opus/-/node-opus-0.3.3.tgz",
"_shasum": "bde2369b13b7d34f6e35d2a7fc97d7e4936d0211",
"_spec": "node-opus@^0.3.3",
"_where": "C:\\Users\\matia\\Documents\\GitHub\\Musix-V3",
"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.14.0",
"ogg-packet": "^1.0.0"
},
"deprecated": false,
"description": "NodeJS native binding to OPUS",
"devDependencies": {
"chai": "^3.5.0",
"mocha": "^5.2.0",
"ogg": "^1.2.5",
"stream-equal": "^1.0.0"
},
"engines": {
"node": ">=5.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",
"android"
],
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/Rantanen/node-opus.git"
},
"scripts": {
"install": "node-gyp rebuild",
"test": "mocha"
},
"version": "0.3.3"
}