You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
82 lines
1.9 KiB
JSON
82 lines
1.9 KiB
JSON
{
|
|
"_from": "fraction.js@^4.3.6",
|
|
"_id": "fraction.js@4.3.7",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-ZsDfxO51wGAXREY55a7la9LScWpwv9RxIrYABrlvOFBlH/ShPnrtsXeuUIfXKKOVicNxQ+o8JTbJvjS4M89yew==",
|
|
"_location": "/fraction.js",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "fraction.js@^4.3.6",
|
|
"name": "fraction.js",
|
|
"escapedName": "fraction.js",
|
|
"rawSpec": "^4.3.6",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^4.3.6"
|
|
},
|
|
"_requiredBy": [
|
|
"/autoprefixer"
|
|
],
|
|
"_resolved": "https://registry.npmmirror.com/fraction.js/-/fraction.js-4.3.7.tgz",
|
|
"_shasum": "06ca0085157e42fda7f9e726e79fefc4068840f7",
|
|
"_spec": "fraction.js@^4.3.6",
|
|
"_where": "D:\\xyProject\\cacfrontend\\node_modules\\autoprefixer",
|
|
"author": {
|
|
"name": "Robert Eisele",
|
|
"email": "robert@raw.org",
|
|
"url": "https://raw.org/"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/rawify/Fraction.js/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"deprecated": false,
|
|
"description": "A rational number library",
|
|
"devDependencies": {
|
|
"mocha": "*"
|
|
},
|
|
"directories": {
|
|
"example": "examples"
|
|
},
|
|
"engines": {
|
|
"node": "*"
|
|
},
|
|
"exports": {
|
|
".": {
|
|
"import": "./fraction.js",
|
|
"require": "./fraction.cjs",
|
|
"types": "./fraction.d.ts"
|
|
}
|
|
},
|
|
"funding": {
|
|
"type": "patreon",
|
|
"url": "https://github.com/sponsors/rawify"
|
|
},
|
|
"homepage": "https://www.xarg.org/2014/03/rational-numbers-in-javascript/",
|
|
"keywords": [
|
|
"math",
|
|
"fraction",
|
|
"rational",
|
|
"rationals",
|
|
"number",
|
|
"parser",
|
|
"rational numbers"
|
|
],
|
|
"license": "MIT",
|
|
"main": "fraction.cjs",
|
|
"name": "fraction.js",
|
|
"private": false,
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/rawify/Fraction.js.git"
|
|
},
|
|
"scripts": {
|
|
"test": "mocha tests/*.js"
|
|
},
|
|
"title": "fraction.js",
|
|
"type": "module",
|
|
"types": "./fraction.d.ts",
|
|
"version": "4.3.7"
|
|
}
|