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/bit-twiddle/package.json

105 lines
2.3 KiB

{
"_from": "bit-twiddle@^1.0.0",
"_id": "bit-twiddle@1.0.2",
"_inBundle": false,
"_integrity": "sha1-DGwfq+KyPRcXPZpht7cJPrnhdp4=",
"_location": "/bit-twiddle",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "bit-twiddle@^1.0.0",
"name": "bit-twiddle",
"escapedName": "bit-twiddle",
"rawSpec": "^1.0.0",
"saveSpec": null,
"fetchSpec": "^1.0.0"
},
"_requiredBy": [
"/big-rat",
"/box-intersect",
"/gl-axes3d",
"/gl-select-static",
"/gl-surface3d",
"/gl-text",
"/simplicial-complex",
"/typedarray-pool"
],
"_resolved": "https://registry.npmjs.org/bit-twiddle/-/bit-twiddle-1.0.2.tgz",
"_shasum": "0c6c1fabe2b23d17173d9a61b7b7093eb9e1769e",
"_spec": "bit-twiddle@^1.0.0",
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/simplicial-complex",
"author": {
"name": "Mikola Lysenko"
},
"bugs": {
"url": "https://github.com/mikolalysenko/bit-twiddle/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Bit twiddling hacks for JavaScript",
"devDependencies": {
"tape": "^2.12.3"
},
"gitHead": "f0b4adc66dfb632473c57632e87d3a23f3dd2680",
"homepage": "https://github.com/mikolalysenko/bit-twiddle#readme",
"keywords": [
"bit",
"twiddle",
"hacks",
"graphics",
"logarithm",
"exponent",
"base 2",
"binary",
"arithmetic",
"octree",
"quadtree",
"math",
"nextPow2",
"log",
"shift",
"combination",
"permutation",
"trailing",
"zero",
"one",
"interleave",
"revere",
"parity",
"population",
"count",
"exponent",
"power",
"sign",
"min",
"max"
],
"license": "MIT",
"main": "twiddle.js",
"name": "bit-twiddle",
"repository": {
"type": "git",
"url": "git://github.com/mikolalysenko/bit-twiddle.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.0.2"
}