90 lines
2.4 KiB
JSON
90 lines
2.4 KiB
JSON
{
|
|
"_from": "@discordjs/opus",
|
|
"_id": "@discordjs/opus@0.5.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-s3XUJ7dYV+UvYUiqkgs7sq8JKWMhQrHcwDECP2SKdxtL9h9qGa4mr0IR6XnZw+G/Sogx8c+HRS7+wEspkqk3zA==",
|
|
"_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.5.0.tgz",
|
|
"_shasum": "26ae9f30d52c03ce1671b1db8eec957206fdf92b",
|
|
"_spec": "@discordjs/opus",
|
|
"_where": "C:\\Users\\j4kub\\Desktop\\git\\gractwo-bot",
|
|
"author": {
|
|
"name": "iCrawl",
|
|
"email": "icrawltogo@gmail.com"
|
|
},
|
|
"binary": {
|
|
"module_name": "opus",
|
|
"module_path": "./prebuild/{node_abi}-napi-v{napi_build_version}-{platform}-{arch}-{libc}-{libc_version}/",
|
|
"remote_path": "v{version}",
|
|
"package_name": "{module_name}-v{version}-{node_abi}-napi-v{napi_build_version}-{platform}-{arch}-{libc}-{libc_version}.tar.gz",
|
|
"host": "https://github.com/discordjs/opus/releases/download/",
|
|
"napi_versions": [
|
|
3
|
|
]
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/discordjs/opus/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"@discordjs/node-pre-gyp": "^0.3.2",
|
|
"node-addon-api": "^3.1.0"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Opus bindings for Node",
|
|
"devDependencies": {
|
|
"eslint": "^7.22.0",
|
|
"eslint-config-aqua": "^8.1.2",
|
|
"node-gyp": "^7.1.2",
|
|
"prism-media": "^1.2.8",
|
|
"typescript": "^4.2.3"
|
|
},
|
|
"engines": {
|
|
"node": ">=12.0.0"
|
|
},
|
|
"eslintConfig": {
|
|
"extends": "aqua/node"
|
|
},
|
|
"homepage": "https://github.com/discordjs/opus#readme",
|
|
"keywords": [
|
|
"native",
|
|
"opus",
|
|
"module",
|
|
"c",
|
|
"c++",
|
|
"bindings",
|
|
"binary"
|
|
],
|
|
"license": "MIT",
|
|
"main": "lib/index.js",
|
|
"name": "@discordjs/opus",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/discordjs/opus.git"
|
|
},
|
|
"scripts": {
|
|
"build": "node-pre-gyp install build package",
|
|
"install": "node-pre-gyp install --fallback-to-build",
|
|
"lint": "eslint lib",
|
|
"lint:fix": "eslint lib --fix"
|
|
},
|
|
"types": "typings/index.d.ts",
|
|
"version": "0.5.0"
|
|
}
|