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

59 lines
1.6 KiB

{
"_from": "normalize-svg-path@~0.1.0",
"_id": "normalize-svg-path@0.1.0",
"_inBundle": false,
"_integrity": "sha1-RWNg5g7Odfvve11+FgSA5//Rb+U=",
"_location": "/normalize-svg-path",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "normalize-svg-path@~0.1.0",
"name": "normalize-svg-path",
"escapedName": "normalize-svg-path",
"rawSpec": "~0.1.0",
"saveSpec": null,
"fetchSpec": "~0.1.0"
},
"_requiredBy": [
"/draw-svg-path"
],
"_resolved": "https://registry.npmjs.org/normalize-svg-path/-/normalize-svg-path-0.1.0.tgz",
"_shasum": "456360e60ece75fbef7b5d7e160480e7ffd16fe5",
"_spec": "normalize-svg-path@~0.1.0",
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/draw-svg-path",
"author": {
"name": "Jake Rosoman"
},
"bugs": {
"url": "https://github.com/jkroso/normalize-svg-path/issues"
},
"bundleDependencies": false,
"dependencies": {},
"deprecated": false,
"description": "convert all segments in a path to curves",
"devDependencies": {
"dom": "github:component/dom",
"equals": "*",
"jsmd": "*",
"mocha": "*",
"parse-svg-path": "*",
"serve": "github:jkroso/serve"
},
"files": [
"index.js"
],
"homepage": "https://github.com/jkroso/normalize-svg-path#readme",
"keywords": [
"svg",
"path",
"normalize"
],
"license": "MIT",
"name": "normalize-svg-path",
"repository": {
"type": "git",
"url": "git://github.com/jkroso/normalize-svg-path.git"
},
"version": "0.1.0"
}