first commit

This commit is contained in:
adrian
2025-08-16 23:26:23 +02:00
commit 02a4ff01b7
13 changed files with 3826 additions and 0 deletions

21
package-lock.json generated Normal file
View File

@ -0,0 +1,21 @@
{
"name": "js",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"dependencies": {
"readline-sync": "^1.4.10"
}
},
"node_modules/readline-sync": {
"version": "1.4.10",
"resolved": "https://registry.npmjs.org/readline-sync/-/readline-sync-1.4.10.tgz",
"integrity": "sha512-gNva8/6UAe8QYepIQH/jQ2qn91Qj0B9sYjMBBs3QOB8F2CXcKgLxQaJRP76sWVRQt+QU+8fAkCbCvjjMFu7Ycw==",
"license": "MIT",
"engines": {
"node": ">= 0.8.0"
}
}
}
}