StackGenVis: Alignment of Data, Algorithms, and Models for Stacking Ensemble Learning Using Performance Metrics https://doi.org/10.1109/TVCG.2020.3030352
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
StackGenVis/frontend/node_modules/two-product/package.json

68 lines
1.8 KiB

{
"_from": "two-product@^1.0.0",
"_id": "two-product@1.0.2",
"_inBundle": false,
"_integrity": "sha1-Z9ldSyV6kh4stL16+VEfkIhSLqo=",
"_location": "/two-product",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "two-product@^1.0.0",
"name": "two-product",
"escapedName": "two-product",
"rawSpec": "^1.0.0",
"saveSpec": null,
"fetchSpec": "^1.0.0"
},
"_requiredBy": [
"/planar-graph-to-polyline",
"/robust-determinant",
"/robust-dot-product",
"/robust-in-sphere",
"/robust-orientation",
"/robust-scale"
],
"_resolved": "https://registry.npmjs.org/two-product/-/two-product-1.0.2.tgz",
"_shasum": "67d95d4b257a921e2cb4bd7af9511f9088522eaa",
"_spec": "two-product@^1.0.0",
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/robust-determinant",
"author": {
"name": "Mikola Lysenko"
},
"bugs": {
"url": "https://github.com/mikolalysenko/two-product/issues"
},
"bundleDependencies": false,
"dependencies": {},
"deprecated": false,
"description": "Multiplies two floating point numbers together producing a non-overlapping increasing sequence of floats",
"devDependencies": {
"bn.js": "^0.3.1",
"double-bits": "^1.1.0",
"tape": "^2.12.3",
"test-float-overlap": "^1.0.3"
},
"directories": {
"test": "test"
},
"homepage": "https://github.com/mikolalysenko/two-product#readme",
"keywords": [
"robust",
"float",
"multiply",
"product",
"shewchuk"
],
"license": "MIT",
"main": "two-product.js",
"name": "two-product",
"repository": {
"type": "git",
"url": "git://github.com/mikolalysenko/two-product.git"
},
"scripts": {
"test": "tape test/*.js"
},
"version": "1.0.2"
}