flow like the river
This commit is contained in:
commit
013fe673f3
42435 changed files with 5764238 additions and 0 deletions
31
VISUALIZACION/node_modules/num2fraction/package.json
generated
vendored
Executable file
31
VISUALIZACION/node_modules/num2fraction/package.json
generated
vendored
Executable 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"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue