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

86 lines
1.9 KiB

{
"_from": "relative@^3.0.2",
"_id": "relative@3.0.2",
"_inBundle": false,
"_integrity": "sha1-Dc2OxUpdNaPBXhBFA9ZTdbWlNn8=",
"_location": "/relative",
"_phantomChildren": {
"isarray": "1.0.0"
},
"_requested": {
"type": "range",
"registry": true,
"raw": "relative@^3.0.2",
"name": "relative",
"escapedName": "relative",
"rawSpec": "^3.0.2",
"saveSpec": null,
"fetchSpec": "^3.0.2"
},
"_requiredBy": [
"/resolve-glob"
],
"_resolved": "https://registry.npmjs.org/relative/-/relative-3.0.2.tgz",
"_shasum": "0dcd8ec54a5d35a3c15e104503d65375b5a5367f",
"_spec": "relative@^3.0.2",
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/resolve-glob",
"author": {
"name": "Jon Schlinkert",
"url": "https://github.com/jonschlinkert"
},
"bugs": {
"url": "https://github.com/jonschlinkert/relative/issues"
},
"bundleDependencies": false,
"dependencies": {
"isobject": "^2.0.0"
},
"deprecated": false,
"description": "Get the relative filepath from path A to path B. Calculates from file-to-directory, file-to-file, directory-to-file, and directory-to-directory.",
"devDependencies": {
"mocha": "*",
"should": "*"
},
"engines": {
"node": ">= 0.8.0"
},
"files": [
"index.js"
],
"homepage": "https://github.com/jonschlinkert/relative",
"keywords": [
"absolute",
"calculate",
"file",
"filepath",
"fs",
"normalize",
"path",
"path-relative",
"relative",
"resolve"
],
"license": "MIT",
"main": "index.js",
"name": "relative",
"repository": {
"type": "git",
"url": "git+https://github.com/jonschlinkert/relative.git"
},
"scripts": {
"test": "mocha"
},
"verb": {
"related": {
"list": [
"cwd",
"export-files",
"is-absolute",
"is-relative",
"is-dotfile",
"global-prefix"
]
}
},
"version": "3.0.2"
}