File: /var/www/linde-ai/html/node_modules/fraction.js/package.json
{
  "_from": "fraction.js@^4.1.2",
  "_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.1.2",
    "name": "fraction.js",
    "escapedName": "fraction.js",
    "rawSpec": "^4.1.2",
    "saveSpec": null,
    "fetchSpec": "^4.1.2"
  },
  "_requiredBy": [
    "/autoprefixer"
  ],
  "_resolved": "https://registry.npmjs.org/fraction.js/-/fraction.js-4.2.0.tgz",
  "_shasum": "448e5109a313a3527f5a3ab2119ec4cf0e0e2950",
  "_spec": "fraction.js@^4.1.2",
  "_where": "C:\\xampp\\htdocs\\linde-ai\\html\\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"
}