2025-01-02 03:13:50 +00:00
|
|
|
{
|
2025-03-25 13:00:57 +00:00
|
|
|
"_from": "fraction.js@5.2.1",
|
|
|
|
"_id": "fraction.js@5.2.1",
|
|
|
|
"_inBundle": false,
|
|
|
|
"_integrity": "sha512-Ah6t/7YCYjrPUFUFsOsRLMXAdnYM+aQwmojD2Ayb/Ezr82SwES0vuyQ8qZ3QO8n9j7W14VJuVZZet8U3bhSdQQ==",
|
|
|
|
"_location": "/fraction.js",
|
|
|
|
"_phantomChildren": {},
|
|
|
|
"_requested": {
|
|
|
|
"type": "version",
|
|
|
|
"registry": true,
|
|
|
|
"raw": "fraction.js@5.2.1",
|
|
|
|
"name": "fraction.js",
|
|
|
|
"escapedName": "fraction.js",
|
|
|
|
"rawSpec": "5.2.1",
|
|
|
|
"saveSpec": null,
|
|
|
|
"fetchSpec": "5.2.1"
|
|
|
|
},
|
|
|
|
"_requiredBy": [
|
|
|
|
"/mathjs"
|
|
|
|
],
|
|
|
|
"_resolved": "https://registry.npmmirror.com/fraction.js/-/fraction.js-5.2.1.tgz",
|
|
|
|
"_shasum": "93ffc9507b1a68a1271883aa28e98f58a1c0c6b3",
|
|
|
|
"_spec": "fraction.js@5.2.1",
|
|
|
|
"_where": "D:\\jiangchengfeiyi-xiaochengxu\\node_modules\\mathjs",
|
|
|
|
"author": {
|
|
|
|
"name": "Robert Eisele",
|
|
|
|
"email": "robert@raw.org",
|
|
|
|
"url": "https://raw.org/"
|
|
|
|
},
|
|
|
|
"browser": "./dist/fraction.min.js",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/rawify/Fraction.js/issues"
|
|
|
|
},
|
|
|
|
"bundleDependencies": false,
|
|
|
|
"deprecated": false,
|
2025-01-02 03:13:50 +00:00
|
|
|
"description": "A rational numbers library",
|
2025-03-25 13:00:57 +00:00
|
|
|
"devDependencies": {
|
|
|
|
"crude-build": "^0.1.2",
|
|
|
|
"mocha": "*"
|
|
|
|
},
|
|
|
|
"directories": {
|
|
|
|
"example": "examples",
|
|
|
|
"test": "tests"
|
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": ">= 12"
|
|
|
|
},
|
|
|
|
"exports": {
|
|
|
|
".": {
|
|
|
|
"types": "./fraction.d.ts",
|
|
|
|
"require": "./dist/fraction.js",
|
|
|
|
"import": "./dist/fraction.mjs"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"funding": {
|
|
|
|
"type": "github",
|
|
|
|
"url": "https://github.com/sponsors/rawify"
|
|
|
|
},
|
|
|
|
"homepage": "https://raw.org/article/rational-numbers-in-javascript/",
|
2025-01-02 03:13:50 +00:00
|
|
|
"keywords": [
|
|
|
|
"math",
|
|
|
|
"numbers",
|
|
|
|
"parser",
|
|
|
|
"ratio",
|
|
|
|
"fraction",
|
|
|
|
"fractions",
|
|
|
|
"rational",
|
|
|
|
"rationals",
|
|
|
|
"rational numbers",
|
|
|
|
"bigint",
|
|
|
|
"arbitrary precision",
|
|
|
|
"mixed numbers",
|
|
|
|
"decimal",
|
|
|
|
"numerator",
|
|
|
|
"denominator",
|
|
|
|
"simplification"
|
|
|
|
],
|
2025-03-25 13:00:57 +00:00
|
|
|
"license": "MIT",
|
2025-01-02 03:13:50 +00:00
|
|
|
"main": "./dist/fraction.js",
|
|
|
|
"module": "./dist/fraction.mjs",
|
2025-03-25 13:00:57 +00:00
|
|
|
"name": "fraction.js",
|
|
|
|
"private": false,
|
2025-01-02 03:13:50 +00:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2025-03-25 13:00:57 +00:00
|
|
|
"url": "git+ssh://git@github.com/rawify/Fraction.js.git"
|
2025-01-02 03:13:50 +00:00
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"build": "crude-build Fraction",
|
|
|
|
"test": "mocha tests/*.js"
|
|
|
|
},
|
2025-03-25 13:00:57 +00:00
|
|
|
"title": "Fraction.js",
|
|
|
|
"types": "./fraction.d.ts",
|
|
|
|
"unpkg": "./dist/fraction.min.js",
|
|
|
|
"version": "5.2.1"
|
2025-01-02 03:13:50 +00:00
|
|
|
}
|