add initial version of tab-downloader

This commit is contained in:
2026-05-24 04:47:53 +00:00
Unverified
commit d56d4714db
13 changed files with 3628 additions and 0 deletions

31
package-lock.json generated Normal file
View File

@@ -0,0 +1,31 @@
{
"name": "tab-downloader",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"dependencies": {
"@coderline/alphatab": "^1.8.2",
"@xmldom/xmldom": "^0.9.10"
}
},
"node_modules/@coderline/alphatab": {
"version": "1.8.2",
"resolved": "https://registry.npmjs.org/@coderline/alphatab/-/alphatab-1.8.2.tgz",
"integrity": "sha512-Ab11m2IwCdOG+Wbzbv+v4pvJgJnNqw+UjIgKyaTu9TBTWfE7GlOuuElpswkQ2mLB6E4HcOX1FSBopMZdP41B5g==",
"license": "MPL-2.0",
"engines": {
"node": ">=6.0.0"
}
},
"node_modules/@xmldom/xmldom": {
"version": "0.9.10",
"resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.9.10.tgz",
"integrity": "sha512-A9gOqLdi6cV4ibazAjcQufGj0B1y/vDqYrcuP6d/6x8P27gRS8643Dj9o1dEKtB6O7fwxb2FgBmJS2mX7gpvdw==",
"license": "MIT",
"engines": {
"node": ">=14.6"
}
}
}
}