Intial Commit
This commit is contained in:
68
nodered/rootfs/data/node_modules/fraction.js/package.json
generated
vendored
Normal file
68
nodered/rootfs/data/node_modules/fraction.js/package.json
generated
vendored
Normal file
@@ -0,0 +1,68 @@
|
||||
{
|
||||
"_from": "fraction.js@4.0.0",
|
||||
"_id": "fraction.js@4.0.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-c5dOL4tR73CVNtYkzJB4Liu2EnQ=",
|
||||
"_location": "/fraction.js",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "fraction.js@4.0.0",
|
||||
"name": "fraction.js",
|
||||
"escapedName": "fraction.js",
|
||||
"rawSpec": "4.0.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "4.0.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/mathjs"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/fraction.js/-/fraction.js-4.0.0.tgz",
|
||||
"_shasum": "73974e2f8b51ef709536d624cc90782e2bb61274",
|
||||
"_spec": "fraction.js@4.0.0",
|
||||
"_where": "/data/node_modules/mathjs",
|
||||
"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": "*"
|
||||
},
|
||||
"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",
|
||||
"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",
|
||||
"version": "4.0.0"
|
||||
}
|
||||
Reference in New Issue
Block a user