Initial commit
This commit is contained in:
81
node_modules/fraction.js/package.json
generated
vendored
Normal file
81
node_modules/fraction.js/package.json
generated
vendored
Normal file
@@ -0,0 +1,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": "/Users/hongbin9/www/botgroup.chat/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"
|
||||
}
|
||||
Reference in New Issue
Block a user