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

71 lines
1.8 KiB

4 years ago
{
"_from": "svg-path-sdf@^1.1.3",
"_id": "svg-path-sdf@1.1.3",
"_inBundle": false,
"_integrity": "sha512-vJJjVq/R5lSr2KLfVXVAStktfcfa1pNFjFOgyJnzZFXlO/fDZ5DmM8FpnSKKzLPfEYTVeXuVBTHF296TpxuJVg==",
"_location": "/svg-path-sdf",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "svg-path-sdf@^1.1.3",
"name": "svg-path-sdf",
"escapedName": "svg-path-sdf",
"rawSpec": "^1.1.3",
"saveSpec": null,
"fetchSpec": "^1.1.3"
},
"_requiredBy": [
"/plotly.js"
],
"_resolved": "https://registry.npmjs.org/svg-path-sdf/-/svg-path-sdf-1.1.3.tgz",
"_shasum": "92957a31784c0eaf68945472c8dc6bf9e6d126fc",
"_spec": "svg-path-sdf@^1.1.3",
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/plotly.js",
"author": {
"name": "Dima Yv",
"email": "df.creative@gmail.com"
},
"bugs": {
"url": "https://github.com/dy/svg-path-sdf/issues"
},
"bundleDependencies": false,
"dependencies": {
"bitmap-sdf": "^1.0.0",
"draw-svg-path": "^1.0.0",
"is-svg-path": "^1.0.1",
"parse-svg-path": "^0.1.2",
"svg-path-bounds": "^1.0.1"
},
"deprecated": false,
"description": "Get signed distance field for a svg path",
"devDependencies": {
"bubleify": "^1.2.0",
"enable-mobile": "^1.0.7",
"insert-styles": "^1.2.1",
"round-to": "^2.0.0"
},
"homepage": "https://github.com/dy/svg-path-sdf#readme",
"keywords": [
"sdf",
"svg",
"path",
"signed",
"distance",
"webgl",
"gl",
"stackgl"
],
"license": "MIT",
"main": "index.js",
"name": "svg-path-sdf",
"repository": {
"type": "git",
"url": "git+https://github.com/dy/svg-path-sdf.git"
},
"scripts": {
"test": "budo test"
},
"version": "1.1.3"
}