| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081 |
- {
- "_from": "fraction.js@^4.3.7",
- "_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.7",
- "name": "fraction.js",
- "escapedName": "fraction.js",
- "rawSpec": "^4.3.7",
- "saveSpec": null,
- "fetchSpec": "^4.3.7"
- },
- "_requiredBy": [
- "/autoprefixer"
- ],
- "_resolved": "https://registry.npmmirror.com/fraction.js/-/fraction.js-4.3.7.tgz",
- "_shasum": "06ca0085157e42fda7f9e726e79fefc4068840f7",
- "_spec": "fraction.js@^4.3.7",
- "_where": "E:\\vue_project\\el-table-column\\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"
- }
|