fd22b0bf58
V2 (Laravel re-make)
74 lines
1.7 KiB
JSON
74 lines
1.7 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"fraction.js@4.0.13",
|
|
"C:\\laragon\\www\\idlers"
|
|
]
|
|
],
|
|
"_development": true,
|
|
"_from": "fraction.js@4.0.13",
|
|
"_id": "fraction.js@4.0.13",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-E1fz2Xs9ltlUp+qbiyx9wmt2n9dRzPsS11Jtdb8D2o+cC7wr9xkkKsVKJuBX0ST+LVS+LhLO+SbLJNtfWcJvXA==",
|
|
"_location": "/fraction.js",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "fraction.js@4.0.13",
|
|
"name": "fraction.js",
|
|
"escapedName": "fraction.js",
|
|
"rawSpec": "4.0.13",
|
|
"saveSpec": null,
|
|
"fetchSpec": "4.0.13"
|
|
},
|
|
"_requiredBy": [
|
|
"/autoprefixer"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/fraction.js/-/fraction.js-4.0.13.tgz",
|
|
"_spec": "4.0.13",
|
|
"_where": "C:\\laragon\\www\\idlers",
|
|
"author": {
|
|
"name": "Robert Eisele",
|
|
"email": "robert@xarg.org",
|
|
"url": "http://www.xarg.org/"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/infusion/Fraction.js/issues"
|
|
},
|
|
"description": "A rational number library",
|
|
"devDependencies": {
|
|
"mocha": "*"
|
|
},
|
|
"directories": {
|
|
"example": "examples"
|
|
},
|
|
"engines": {
|
|
"node": "*"
|
|
},
|
|
"homepage": "http://www.xarg.org/2014/03/rational-numbers-in-javascript/",
|
|
"keywords": [
|
|
"math",
|
|
"fraction",
|
|
"rational",
|
|
"rationals",
|
|
"number",
|
|
"parser",
|
|
"rational numbers"
|
|
],
|
|
"license": "MIT OR GPL-2.0-or-later",
|
|
"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.0.13"
|
|
}
|