| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273 |
- {
- "_from": "fraction.js@^4.2.0",
- "_id": "fraction.js@4.2.0",
- "_inBundle": false,
- "_integrity": "sha512-MhLuK+2gUcnZe8ZHlaaINnQLl0xRIGRfcGk2yl8xoQAfHrSsL3rYu6FCmBdkdbhc9EPlwyGHewaRsvwRMJtAlA==",
- "_location": "/fraction.js",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "fraction.js@^4.2.0",
- "name": "fraction.js",
- "escapedName": "fraction.js",
- "rawSpec": "^4.2.0",
- "saveSpec": null,
- "fetchSpec": "^4.2.0"
- },
- "_requiredBy": [
- "/@vue/cli-service/autoprefixer"
- ],
- "_resolved": "https://registry.npmjs.org/fraction.js/-/fraction.js-4.2.0.tgz",
- "_shasum": "448e5109a313a3527f5a3ab2119ec4cf0e0e2950",
- "_spec": "fraction.js@^4.2.0",
- "_where": "E:\\2023\\5\\myjadmin\\node_modules\\@vue\\cli-service\\node_modules\\autoprefixer",
- "author": {
- "name": "Robert Eisele",
- "email": "robert@xarg.org",
- "url": "http://www.xarg.org/"
- },
- "bugs": {
- "url": "https://github.com/infusion/Fraction.js/issues"
- },
- "bundleDependencies": false,
- "deprecated": false,
- "description": "A rational number library",
- "devDependencies": {
- "mocha": "*"
- },
- "directories": {
- "example": "examples"
- },
- "engines": {
- "node": "*"
- },
- "funding": {
- "type": "patreon",
- "url": "https://www.patreon.com/infusion"
- },
- "homepage": "https://www.xarg.org/2014/03/rational-numbers-in-javascript/",
- "keywords": [
- "math",
- "fraction",
- "rational",
- "rationals",
- "number",
- "parser",
- "rational numbers"
- ],
- "license": "MIT",
- "main": "fraction",
- "name": "fraction.js",
- "private": false,
- "repository": {
- "type": "git",
- "url": "git://github.com/infusion/Fraction.js.git"
- },
- "scripts": {
- "test": "mocha tests/*.js"
- },
- "title": "fraction.js",
- "types": "./fraction.d.ts",
- "version": "4.2.0"
- }
|