added factorial module

This commit is contained in:
szabomarton
2024-10-22 13:12:20 +02:00
parent 7f2ddb3a86
commit e12780f413
2836 changed files with 207364 additions and 0 deletions

6
24_10_22/node_modules/gayszi/index.js generated vendored Normal file
View File

@@ -0,0 +1,6 @@
function helloNpm() {
return "hello NPM"
}
module.exports = helloNpm

19
24_10_22/node_modules/gayszi/package.json generated vendored Normal file
View File

@@ -0,0 +1,19 @@
{
"name": "gayszi",
"version": "1.0.0",
"description": "gayszi",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/PlayerMarci/gayszi.git"
},
"author": "PlayerMarci",
"license": "ISC",
"bugs": {
"url": "https://github.com/PlayerMarci/gayszi/issues"
},
"homepage": "https://github.com/PlayerMarci/gayszi#readme"
}