This commit is contained in:
2023-08-11 10:45:20 +08:00
commit 161ca982f3
31850 changed files with 2706500 additions and 0 deletions

73
node_modules/fraction.js/package.json generated vendored Normal file
View File

@ -0,0 +1,73 @@
{
"_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": [
"/autoprefixer"
],
"_resolved": "https://registry.npmjs.org/fraction.js/-/fraction.js-4.2.0.tgz",
"_shasum": "448e5109a313a3527f5a3ab2119ec4cf0e0e2950",
"_spec": "fraction.js@^4.2.0",
"_where": "C:\\Users\\zhouxueli\\Desktop\\scheduling-app\\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"
}