| 12345678910111213141516171819202122232425262728293031323334 |
- {
- "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"
- },
- "__npminstall_done": "Thu Dec 24 2020 20:20:46 GMT+0800 (CST)",
- "_from": "num2fraction@1.2.2",
- "_resolved": "https://registry.npm.taobao.org/num2fraction/download/num2fraction-1.2.2.tgz"
- }
|