yt-dlp support

This commit is contained in:
synt-xerror
2026-03-12 01:22:29 -03:00
parent 2040382842
commit 3780936e01
5435 changed files with 991931 additions and 137 deletions

29
node_modules/@pedroslopez/moduleraid/package.json generated vendored Normal file
View File

@@ -0,0 +1,29 @@
{
"name": "@pedroslopez/moduleraid",
"version": "5.0.2",
"description": "Get modules from webpack v5",
"main": "moduleraid.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"types": "./moduleraid.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/pixeldesu/moduleRaid.git"
},
"keywords": [
"webpack",
"module",
"research",
"extraction"
],
"files": [
"moduleraid.js"
],
"author": "Andreas Nedbal <andy@pixelde.su>, Pedro Lopez <pedroslopez@me.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/pixeldesu/moduleRaid/issues"
},
"homepage": "https://github.com/@pedroslopez/moduleRaid#readme"
}