1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
| {
| "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"
| }
|
| ,"_resolved": "https://registry.npmmirror.com/num2fraction/-/num2fraction-1.2.2.tgz"
| ,"_integrity": "sha512-Y1wZESM7VUThYY+4W+X4ySH2maqcA+p7UR+w8VWNWVAd6lwuXXWz/w/Cz43J/dI2I+PS6wD5N+bJUF+gjWvIqg=="
| ,"_from": "num2fraction@^1.2.2"
| }
|
|