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.
63 lines
1.7 KiB
63 lines
1.7 KiB
{
|
|
"_from": "bitmap-sdf@^1.0.0",
|
|
"_id": "bitmap-sdf@1.0.3",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-ojYySSvWTx21cbgntR942zgEgqj38wHctN64vr4vYRFf3GKVmI23YlA94meWGkFslidwLwGCsMy2laJ3g/94Sg==",
|
|
"_location": "/bitmap-sdf",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "bitmap-sdf@^1.0.0",
|
|
"name": "bitmap-sdf",
|
|
"escapedName": "bitmap-sdf",
|
|
"rawSpec": "^1.0.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^1.0.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/svg-path-sdf"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/bitmap-sdf/-/bitmap-sdf-1.0.3.tgz",
|
|
"_shasum": "c99913e5729357a6fd350de34158180c013880b2",
|
|
"_spec": "bitmap-sdf@^1.0.0",
|
|
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/svg-path-sdf",
|
|
"author": {
|
|
"name": "Dima Yv",
|
|
"email": "dfcreative@gmail.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/dfcreative/bitmap-sdf/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"clamp": "^1.0.1"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Calculate SDF for image/bw-data/array",
|
|
"devDependencies": {
|
|
"bubleify": "^0.7.0",
|
|
"enable-mobile": "^1.0.7"
|
|
},
|
|
"homepage": "https://github.com/dfcreative/bitmap-sdf#readme",
|
|
"keywords": [
|
|
"sdf",
|
|
"signed-distance",
|
|
"image-sdf",
|
|
"bitmap",
|
|
"bwdist",
|
|
"tiny-sdf"
|
|
],
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"name": "bitmap-sdf",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/dfcreative/bitmap-sdf.git"
|
|
},
|
|
"scripts": {
|
|
"build": "browserify test.js -g bubleify | indexhtmlify | metadataify | github-cornerify > index.html",
|
|
"test": "budo test"
|
|
},
|
|
"version": "1.0.3"
|
|
}
|
|
|