add @discordjs/opus + jmd.js

This commit is contained in:
2021-04-11 12:12:39 +02:00
parent c49adbb146
commit 5c2e0737c0
977 changed files with 199471 additions and 1074 deletions

37
node_modules/node-addon-api/appveyor.yml generated vendored Normal file
View File

@@ -0,0 +1,37 @@
environment:
# https://github.com/jasongin/nvs/blob/master/doc/CI.md
NVS_VERSION: 1.4.2
matrix:
- NODEJS_VERSION: node/10
- NODEJS_VERSION: node/12
- NODEJS_VERSION: node/14
- NODEJS_VERSION: nightly
os: Visual Studio 2017
platform:
- x86
- x64
install:
# nvs
- git clone --branch v%NVS_VERSION% --depth 1 https://github.com/jasongin/nvs %LOCALAPPDATA%\nvs
- set PATH=%LOCALAPPDATA%\nvs;%PATH%
- nvs --version
# node.js
- nvs add %NODEJS_VERSION%/%PLATFORM%
- nvs use %NODEJS_VERSION%/%PLATFORM%
- node --version
- node -p process.arch
- npm --version
# app
- npm install
test_script:
- npm test
build: off
version: "{build}"
cache:
- node_modules