mirror of
https://github.com/MrUnknownDE/UnknownBot.git
synced 2026-04-18 20:53:44 +02:00
start nodejs bot
This commit is contained in:
86
node_modules/@discordjs/opus/package.json
generated
vendored
Normal file
86
node_modules/@discordjs/opus/package.json
generated
vendored
Normal file
@@ -0,0 +1,86 @@
|
||||
{
|
||||
"_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"
|
||||
}
|
||||
Reference in New Issue
Block a user