mirror of
https://github.com/musix-org/musix-oss
synced 2024-11-13 02:20:18 +00:00
81 lines
1.8 KiB
JSON
81 lines
1.8 KiB
JSON
{
|
|
"//": "Platform limitations is due to lack of config.h files. See README.md for more information.",
|
|
"_from": "node-opus",
|
|
"_id": "node-opus@0.3.2",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-o7hKgNncfbgF1j25lCK7cPqs9DEMroP3LWW0BMb/Ismc33cXo7LcaLqS0+/VV+NOotIy43fb7juLg6akflzBEw==",
|
|
"_location": "/node-opus",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "tag",
|
|
"registry": true,
|
|
"raw": "node-opus",
|
|
"name": "node-opus",
|
|
"escapedName": "node-opus",
|
|
"rawSpec": "",
|
|
"saveSpec": null,
|
|
"fetchSpec": "latest"
|
|
},
|
|
"_requiredBy": [
|
|
"#USER",
|
|
"/"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/node-opus/-/node-opus-0.3.2.tgz",
|
|
"_shasum": "5a20084e02f86116eadc2c7fd49b233e2260190d",
|
|
"_spec": "node-opus",
|
|
"_where": "C:\\Users\\matia\\Documents\\GitHub\\FutoX-Musix",
|
|
"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"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+ssh://git@github.com/Rantanen/node-opus.git"
|
|
},
|
|
"scripts": {
|
|
"install": "node-gyp rebuild",
|
|
"test": "mocha"
|
|
},
|
|
"version": "0.3.2"
|
|
}
|