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

70 lines
1.7 KiB

4 years ago
{
"_from": "svg-path-bounds@^1.0.1",
"_id": "svg-path-bounds@1.0.1",
"_inBundle": false,
"_integrity": "sha1-v0WLeDcmv1NDG0Yz8nkvYHSNn3Q=",
"_location": "/svg-path-bounds",
"_phantomChildren": {
"svg-arc-to-cubic-bezier": "3.2.0"
},
"_requested": {
"type": "range",
"registry": true,
"raw": "svg-path-bounds@^1.0.1",
"name": "svg-path-bounds",
"escapedName": "svg-path-bounds",
"rawSpec": "^1.0.1",
"saveSpec": null,
"fetchSpec": "^1.0.1"
},
"_requiredBy": [
"/svg-path-sdf"
],
"_resolved": "https://registry.npmjs.org/svg-path-bounds/-/svg-path-bounds-1.0.1.tgz",
"_shasum": "bf458b783726bf53431b4633f2792f60748d9f74",
"_spec": "svg-path-bounds@^1.0.1",
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/svg-path-sdf",
"author": {
"name": "Dima Yv",
"email": "df.creative@gmail.com"
},
"bugs": {
"url": "https://github.com/dfcreative/svg-path-bounds/issues"
},
"bundleDependencies": false,
"dependencies": {
"abs-svg-path": "^0.1.1",
"is-svg-path": "^1.0.1",
"normalize-svg-path": "^1.0.0",
"parse-svg-path": "^0.1.2"
},
"deprecated": false,
"description": "Get bounding box of an svg path data",
"devDependencies": {
"tape": "^4.7.0"
},
"homepage": "https://github.com/dfcreative/svg-path-bounds#readme",
"keywords": [
"svg",
"boundaries",
"normalize",
"coordinate",
"range",
"clip",
"mask",
"svg path",
"path"
],
"license": "MIT",
"main": "index.js",
"name": "svg-path-bounds",
"repository": {
"type": "git",
"url": "git+https://github.com/dfcreative/svg-path-bounds.git"
},
"scripts": {
"test": "node test"
},
"version": "1.0.1"
}