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/double-bits/package.json

82 lines
1.9 KiB

4 years ago
{
"_from": "double-bits@^1.1.1",
"_id": "double-bits@1.1.1",
"_inBundle": false,
"_integrity": "sha1-WKu6RUlNpND6Nrc60RoobJGEscY=",
"_location": "/double-bits",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "double-bits@^1.1.1",
"name": "double-bits",
"escapedName": "double-bits",
"rawSpec": "^1.1.1",
"saveSpec": null,
"fetchSpec": "^1.1.1"
},
"_requiredBy": [
"/big-rat",
"/nextafter"
],
"_resolved": "https://registry.npmjs.org/double-bits/-/double-bits-1.1.1.tgz",
"_shasum": "58abba45494da4d0fa36b73ad11a286c9184b1c6",
"_spec": "double-bits@^1.1.1",
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/big-rat",
"author": {
"name": "Mikola Lysenko"
},
"bugs": {
"url": "https://github.com/mikolalysenko/double-bits/issues"
},
"bundleDependencies": false,
"dependencies": {},
"deprecated": false,
"description": "Inspect binary representation of IEEE754 doubles",
"devDependencies": {
"pad": "0.0.4",
"tape": "^2.12.3"
},
"directories": {
"example": "example",
"test": "test"
},
"homepage": "https://github.com/mikolalysenko/double-bits",
"keywords": [
"double",
"bits",
"exponent",
"fraction",
"sign",
"binary",
"word"
],
"license": "MIT",
"main": "double.js",
"name": "double-bits",
"repository": {
"type": "git",
"url": "git://github.com/mikolalysenko/double-bits.git"
},
"scripts": {
"test": "tape test/*.js"
},
"testling": {
"files": "test/*.js",
"browsers": [
"ie/8..latest",
"firefox/17..latest",
"firefox/nightly",
"chrome/22..latest",
"chrome/canary",
"opera/12..latest",
"opera/next",
"safari/5.1..latest",
"ipad/6.0..latest",
"iphone/6.0..latest",
"android-browser/4.2..latest"
]
},
"version": "1.1.1"
}