diff options
| author | 8cy <[email protected]> | 2020-04-03 02:37:42 -0700 |
|---|---|---|
| committer | 8cy <[email protected]> | 2020-04-03 02:37:42 -0700 |
| commit | 60867fb030bae582082340ead7dbc7efdc2f5398 (patch) | |
| tree | 4c6a7356351be2e4914e15c4703172597c45656e /node_modules/@discordjs/opus/package.json | |
| parent | commenting (diff) | |
| download | s5nical-60867fb030bae582082340ead7dbc7efdc2f5398.tar.xz s5nical-60867fb030bae582082340ead7dbc7efdc2f5398.zip | |
2020/04/03, 02:34, v1.2.0
Diffstat (limited to 'node_modules/@discordjs/opus/package.json')
| -rw-r--r-- | node_modules/@discordjs/opus/package.json | 63 |
1 files changed, 63 insertions, 0 deletions
diff --git a/node_modules/@discordjs/opus/package.json b/node_modules/@discordjs/opus/package.json new file mode 100644 index 0000000..b32ba58 --- /dev/null +++ b/node_modules/@discordjs/opus/package.json @@ -0,0 +1,63 @@ +{ + "_from": "@discordjs/opus", + "_id": "@discordjs/[email protected]", + "_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": "E:\\Documents\\GitHub\\s5nical", + "author": { + "name": "iCrawl", + "email": "[email protected]" + }, + "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" +} |