add enter functionality and resolve title show bug
This commit is contained in:
114
kitabcitab/node_modules/fraction.js/package.json
generated
vendored
114
kitabcitab/node_modules/fraction.js/package.json
generated
vendored
@@ -1,43 +1,77 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"fraction.js@4.2.0",
|
||||
"/home/ismail/Desktop/kitabcitab-frontend/kitabcitab"
|
||||
]
|
||||
],
|
||||
"_development": true,
|
||||
"_from": "fraction.js@4.2.0",
|
||||
"_id": "fraction.js@4.2.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-MhLuK+2gUcnZe8ZHlaaINnQLl0xRIGRfcGk2yl8xoQAfHrSsL3rYu6FCmBdkdbhc9EPlwyGHewaRsvwRMJtAlA==",
|
||||
"_location": "/fraction.js",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "fraction.js@4.2.0",
|
||||
"name": "fraction.js",
|
||||
"title": "fraction.js",
|
||||
"version": "4.2.0",
|
||||
"homepage": "https://www.xarg.org/2014/03/rational-numbers-in-javascript/",
|
||||
"bugs": "https://github.com/infusion/Fraction.js/issues",
|
||||
"description": "A rational number library",
|
||||
"keywords": [
|
||||
"math",
|
||||
"fraction",
|
||||
"rational",
|
||||
"rationals",
|
||||
"number",
|
||||
"parser",
|
||||
"rational numbers"
|
||||
],
|
||||
"author": "Robert Eisele <robert@xarg.org> (http://www.xarg.org/)",
|
||||
"main": "fraction",
|
||||
"types": "./fraction.d.ts",
|
||||
"private": false,
|
||||
"readmeFilename": "README.md",
|
||||
"directories": {
|
||||
"example": "examples"
|
||||
},
|
||||
"license": "MIT",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/infusion/Fraction.js.git"
|
||||
},
|
||||
"funding": {
|
||||
"type": "patreon",
|
||||
"url": "https://www.patreon.com/infusion"
|
||||
},
|
||||
"engines": {
|
||||
"node": "*"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "mocha tests/*.js"
|
||||
},
|
||||
"devDependencies": {
|
||||
"mocha": "*"
|
||||
}
|
||||
"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",
|
||||
"_spec": "4.2.0",
|
||||
"_where": "/home/ismail/Desktop/kitabcitab-frontend/kitabcitab",
|
||||
"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": "*"
|
||||
},
|
||||
"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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user