Added support for Streamdeck Pedal and updated UI to better fit the Packed UI style

This commit is contained in:
2026-02-27 22:47:08 +01:00
committed by erik
parent 5a70f775f1
commit 93faae5cc8
1463 changed files with 306917 additions and 0 deletions

24
node_modules/url-join/package.json generated vendored Normal file
View File

@@ -0,0 +1,24 @@
{
"name": "url-join",
"version": "4.0.1",
"description": "Join urls and normalize as in path.join.",
"main": "lib/url-join.js",
"scripts": {
"test": "mocha --require should"
},
"repository": {
"type": "git",
"url": "git://github.com/jfromaniello/url-join.git"
},
"keywords": [
"url",
"join"
],
"author": "José F. Romaniello <jfromaniello@gmail.com> (http://joseoncode.com)",
"license": "MIT",
"devDependencies": {
"conventional-changelog": "^1.1.10",
"mocha": "^3.2.0",
"should": "~1.2.1"
}
}