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.
104 lines
2.2 KiB
104 lines
2.2 KiB
{
|
|
"_from": "is-unc-path@^0.1.1",
|
|
"_id": "is-unc-path@0.1.2",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-arBTpyVzwQJQ/0FqOBTDUXivObk=",
|
|
"_location": "/is-unc-path",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "is-unc-path@^0.1.1",
|
|
"name": "is-unc-path",
|
|
"escapedName": "is-unc-path",
|
|
"rawSpec": "^0.1.1",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^0.1.1"
|
|
},
|
|
"_requiredBy": [
|
|
"/is-relative"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/is-unc-path/-/is-unc-path-0.1.2.tgz",
|
|
"_shasum": "6ab053a72573c10250ff416a3814c35178af39b9",
|
|
"_spec": "is-unc-path@^0.1.1",
|
|
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/is-relative",
|
|
"author": {
|
|
"name": "Jon Schlinkert",
|
|
"url": "https://github.com/jonschlinkert"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/jonschlinkert/is-unc-path/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"unc-path-regex": "^0.1.0"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Returns true if a filepath is a windows UNC file path.",
|
|
"devDependencies": {
|
|
"gulp-format-md": "^0.1.11",
|
|
"mocha": "*"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
},
|
|
"files": [
|
|
"index.js"
|
|
],
|
|
"homepage": "https://github.com/jonschlinkert/is-unc-path",
|
|
"keywords": [
|
|
"absolute",
|
|
"expression",
|
|
"file",
|
|
"filepath",
|
|
"is",
|
|
"match",
|
|
"matching",
|
|
"path",
|
|
"regex",
|
|
"regexp",
|
|
"regular",
|
|
"unc",
|
|
"win",
|
|
"windows"
|
|
],
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"name": "is-unc-path",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/jonschlinkert/is-unc-path.git"
|
|
},
|
|
"scripts": {
|
|
"test": "mocha"
|
|
},
|
|
"verb": {
|
|
"related": {
|
|
"list": [
|
|
"dirname-regex",
|
|
"dotdir-regex",
|
|
"dotfile-regex",
|
|
"is-glob",
|
|
"is-unc-path",
|
|
"path-regex",
|
|
"unc-path-regex"
|
|
]
|
|
},
|
|
"toc": false,
|
|
"layout": "default",
|
|
"tasks": [
|
|
"readme"
|
|
],
|
|
"plugins": [
|
|
"gulp-format-md"
|
|
],
|
|
"lint": {
|
|
"reflinks": true
|
|
},
|
|
"reflinks": [
|
|
"verb",
|
|
"verb-generate-readme"
|
|
]
|
|
},
|
|
"version": "0.1.2"
|
|
}
|
|
|