Files
UnknownBot/node_modules/@discordjs/opus/package.json
2021-02-11 02:38:15 +01:00

87 lines
2.3 KiB
JSON

{
"_from": "@discordjs/opus",
"_id": "@discordjs/opus@0.4.0",
"_inBundle": false,
"_integrity": "sha512-89PRSuvBKBvZLkftVqRnQ9/rPXG9zDjKdbtlGC0RiZ6hJYFdWb4ND/maMgJPkTAvlIrRChm67eZOuIYhiKBDbQ==",
"_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.4.0.tgz",
"_shasum": "3ec5fda1127fd2e540f1c70966ba8ae245da0969",
"_spec": "@discordjs/opus",
"_where": "C:\\Users\\MCGFX\\OneDrive\\Dokumente\\GitHub\\UnknownBot",
"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.2.0",
"node-addon-api": "^3.1.0"
},
"deprecated": false,
"description": "Opus bindings for Node",
"devDependencies": {
"eslint": "^7.18.0",
"eslint-config-aqua": "^8.0.0",
"node-gyp": "^7.1.2",
"prism-media": "^1.2.3",
"typescript": "^4.1.3"
},
"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.4.0"
}