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/draw-svg-path/package.json

55 lines
1.4 KiB

{
"_from": "draw-svg-path@^1.0.0",
"_id": "draw-svg-path@1.0.0",
"_inBundle": false,
"_integrity": "sha1-bxFtli3TFLmepTTW9Y3WbNvWk3k=",
"_location": "/draw-svg-path",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "draw-svg-path@^1.0.0",
"name": "draw-svg-path",
"escapedName": "draw-svg-path",
"rawSpec": "^1.0.0",
"saveSpec": null,
"fetchSpec": "^1.0.0"
},
"_requiredBy": [
"/svg-path-sdf"
],
"_resolved": "https://registry.npmjs.org/draw-svg-path/-/draw-svg-path-1.0.0.tgz",
"_shasum": "6f116d962dd314b99ea534d6f58dd66cdbd69379",
"_spec": "draw-svg-path@^1.0.0",
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/svg-path-sdf",
"author": {
"name": "Michael Rhodes"
},
"bugs": {
"url": "https://github.com/michaelrhodes/draw-svg-path/issues"
},
"bundleDependencies": false,
"dependencies": {
"abs-svg-path": "~0.1.1",
"normalize-svg-path": "~0.1.0"
},
"deprecated": false,
"description": "Draws an SVG path onto a canvas context.",
"homepage": "https://github.com/michaelrhodes/draw-svg-path",
"keywords": [
"svg",
"path",
"canvas"
],
"license": "MIT",
"main": "index.js",
"name": "draw-svg-path",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/michaelrhodes/draw-svg-path.git"
},
"scripts": {
"test": "tape test/*.js"
},
"version": "1.0.0"
}