Initial commit

This commit is contained in:
pasketti
2026-04-05 16:14:49 -04:00
commit ebee3a5534
14059 changed files with 2588797 additions and 0 deletions

31
node_modules/webmidi/package.json generated vendored Normal file
View File

@@ -0,0 +1,31 @@
{
"name": "webmidi",
"version": "2.2.0",
"description": "WebMidi.js helps you tame the Web MIDI API. Send and receive MIDI messages with ease. Control instruments with user-friendly functions (playNote, sendPitchBend, etc.). React to MIDI input with simple event listeners (noteon, pitchbend, controlchange, etc.).",
"author": "Jean-Philippe Côté <jp@cote.cc>",
"main": "webmidi.min.js",
"repository": {
"type": "git",
"url": "git://github.com/djipco/webmidi.git"
},
"homepage": "https://github.com/djipco/webmidi",
"license": "MIT",
"engines": {
"node": ">0.6.x"
},
"devDependencies": {
"chai": "^4.1.2",
"grunt": "^0.4.5",
"grunt-bumpup": "^0.6.2",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-compress": "^0.13.0",
"grunt-contrib-copy": "^0.8.1",
"grunt-contrib-uglify": "^0.9.2",
"grunt-contrib-yuidoc": "^0.10.0",
"grunt-gh-pages": "^0.10.0",
"grunt-git": "^0.3.5",
"grunt-release": "^0.13.0",
"mocha": "^5.1.1",
"sinon-browser-only": "^1.12.1"
}
}