109 lines
2.6 KiB
JSON
109 lines
2.6 KiB
JSON
{
|
|
"_from": "fraction.js@^5.3.4",
|
|
"_id": "fraction.js@5.3.4",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-1X1NTtiJphryn/uLQz3whtY6jK3fTqoE3ohKs0tT+Ujr1W59oopxmoEh7Lu5p6vBaPbgoM0bzveAW4Qi5RyWDQ==",
|
|
"_location": "/fraction.js",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "fraction.js@^5.3.4",
|
|
"name": "fraction.js",
|
|
"escapedName": "fraction.js",
|
|
"rawSpec": "^5.3.4",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^5.3.4"
|
|
},
|
|
"_requiredBy": [
|
|
"/autoprefixer"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/fraction.js/-/fraction.js-5.3.4.tgz",
|
|
"_shasum": "8c0fcc6a9908262df4ed197427bdeef563e0699a",
|
|
"_spec": "fraction.js@^5.3.4",
|
|
"_where": "/home/x79/QuaySo2/quayso.sisvietnam.vn/node_modules/autoprefixer",
|
|
"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,
|
|
"description": "The RAW rational numbers library",
|
|
"devDependencies": {
|
|
"crude-build": "^0.1.2",
|
|
"mocha": "*"
|
|
},
|
|
"directories": {
|
|
"example": "examples",
|
|
"test": "tests"
|
|
},
|
|
"engines": {
|
|
"node": "*"
|
|
},
|
|
"exports": {
|
|
".": {
|
|
"types": {
|
|
"import": "./fraction.d.mts",
|
|
"require": "./fraction.d.ts"
|
|
},
|
|
"import": "./dist/fraction.mjs",
|
|
"require": "./dist/fraction.js",
|
|
"browser": "./dist/fraction.min.js"
|
|
},
|
|
"./package.json": "./package.json"
|
|
},
|
|
"funding": {
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/rawify"
|
|
},
|
|
"homepage": "https://raw.org/article/rational-numbers-in-javascript/",
|
|
"keywords": [
|
|
"math",
|
|
"numbers",
|
|
"parser",
|
|
"ratio",
|
|
"fraction",
|
|
"fractions",
|
|
"rational",
|
|
"rationals",
|
|
"rational numbers",
|
|
"bigint",
|
|
"arbitrary precision",
|
|
"mixed numbers",
|
|
"decimal",
|
|
"numerator",
|
|
"denominator",
|
|
"simplification"
|
|
],
|
|
"license": "MIT",
|
|
"main": "./dist/fraction.js",
|
|
"module": "./dist/fraction.mjs",
|
|
"name": "fraction.js",
|
|
"private": false,
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+ssh://git@github.com/rawify/Fraction.js.git"
|
|
},
|
|
"scripts": {
|
|
"build": "crude-build Fraction",
|
|
"test": "mocha tests/*.js"
|
|
},
|
|
"sideEffects": false,
|
|
"title": "Fraction.js",
|
|
"types": "./fraction.d.mts",
|
|
"typesVersions": {
|
|
"<4.7": {
|
|
"*": [
|
|
"fraction.d.ts"
|
|
]
|
|
}
|
|
},
|
|
"unpkg": "./dist/fraction.min.js",
|
|
"version": "5.3.4"
|
|
}
|