Initial commit

This commit is contained in:
Alejandro Martinez
2026-02-12 02:04:10 +01:00
commit f09af719cf
13433 changed files with 2193445 additions and 0 deletions

6
node_modules/package-manager-detector/dist/index.mjs generated vendored Normal file
View File

@@ -0,0 +1,6 @@
export { COMMANDS, constructCommand, resolveCommand } from './commands.mjs';
export { AGENTS, INSTALL_METADATA, INSTALL_PAGE, LOCKS } from './constants.mjs';
export { detect, getUserAgent } from './detect.mjs';
import 'node:fs/promises';
import 'node:path';
import 'node:process';