First version

This commit is contained in:
Senad Uka
2023-07-05 11:02:15 +02:00
parent f21c24b599
commit 8eabf79994
4052 changed files with 723968 additions and 232443 deletions

31
CTOAsYouGo/node_modules/num2fraction/package.json generated vendored Normal file
View File

@@ -0,0 +1,31 @@
{
"name": "num2fraction",
"version": "1.2.2",
"description": "Convert number to fraction",
"main": "index.js",
"author": {
"name": "yisi",
"email": "yiorsi@gmail.com",
"url": "http://iyunlu.com/view"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git@github.com:yisibl/num2fraction.git"
},
"keywords": [
"fraction",
"number",
"math",
"maths",
"arithmetic",
"gcd",
"rational"
],
"devDependencies": {
"tape": "^3.0.0"
},
"scripts": {
"test": "tape test/*.js"
}
}