mirror of
https://github.com/musix-org/musix-oss
synced 2024-11-13 02:20:18 +00:00
64 lines
1.7 KiB
JSON
64 lines
1.7 KiB
JSON
{
|
|
"_from": "@discordjs/opus",
|
|
"_id": "@discordjs/opus@0.1.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-VWsrsgqSktxOEHx9SFcnOWJhYQOsyzaW3JVN73LDSzKrycEjtRIS+axlm4qeMGx60u6RH1SY15b3pl5G4+Y+gA==",
|
|
"_location": "/@discordjs/opus",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "tag",
|
|
"registry": true,
|
|
"raw": "@discordjs/opus",
|
|
"name": "@discordjs/opus",
|
|
"escapedName": "@discordjs%2fopus",
|
|
"scope": "@discordjs",
|
|
"rawSpec": "",
|
|
"saveSpec": null,
|
|
"fetchSpec": "latest"
|
|
},
|
|
"_requiredBy": [
|
|
"#USER",
|
|
"/"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/@discordjs/opus/-/opus-0.1.0.tgz",
|
|
"_shasum": "0178d6b9c8e6fbbeb167108254d7fe7eaafdea36",
|
|
"_spec": "@discordjs/opus",
|
|
"_where": "C:\\Users\\matia\\Documents\\GitHub\\Musix-V3",
|
|
"author": {
|
|
"name": "iCrawl",
|
|
"email": "icrawltogo@gmail.com"
|
|
},
|
|
"binary": {
|
|
"module_name": "opus",
|
|
"module_path": "./prebuild/{node_abi}-{platform}-{arch}/",
|
|
"remote_path": "v{version}",
|
|
"host": "https://github.com/discordjs/opus/releases/download/"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"node-addon-api": "^2.0.0",
|
|
"node-pre-gyp": "^0.14.0"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Opus bindings for Node",
|
|
"devDependencies": {
|
|
"eslint": "^6.8.0",
|
|
"eslint-config-aqua": "^7.1.2",
|
|
"prism-media": "^1.1.0",
|
|
"typescript": "^3.7.4"
|
|
},
|
|
"eslintConfig": {
|
|
"extends": "aqua/node"
|
|
},
|
|
"license": "MIT",
|
|
"main": "lib/index.js",
|
|
"name": "@discordjs/opus",
|
|
"scripts": {
|
|
"build": "node-pre-gyp build package",
|
|
"install": "node-pre-gyp install --fallback-to-build",
|
|
"lint": "eslint lib",
|
|
"lint:fix": "eslint lib --fix"
|
|
},
|
|
"version": "0.1.0"
|
|
}
|