小小儁爺
2025-08-01 d07500fef337fc0366d5c51723ddb3ba2071f33d
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
{
  "_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:\\HBuilderProjects\\JLApp\\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"
}