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

110 lines
2.5 KiB

{
"_from": "resolve-file@^0.2.0",
"_id": "resolve-file@0.2.2",
"_inBundle": false,
"_integrity": "sha1-FNvsWhnThPXW3GSin9ZigV0xdpY=",
"_location": "/resolve-file",
"_phantomChildren": {
"find-pkg": "0.1.2",
"fs-exists-sync": "0.1.0",
"homedir-polyfill": "1.0.3",
"ini": "1.3.5",
"is-extendable": "0.1.1",
"set-getter": "0.1.0",
"which": "1.3.1"
},
"_requested": {
"type": "range",
"registry": true,
"raw": "resolve-file@^0.2.0",
"name": "resolve-file",
"escapedName": "resolve-file",
"rawSpec": "^0.2.0",
"saveSpec": null,
"fetchSpec": "^0.2.0"
},
"_requiredBy": [
"/update"
],
"_resolved": "https://registry.npmjs.org/resolve-file/-/resolve-file-0.2.2.tgz",
"_shasum": "14dbec5a19d384f5d6dc64a29fd662815d317696",
"_spec": "resolve-file@^0.2.0",
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/update",
"author": {
"name": "Brian Woodward",
"url": "https://github.com/doowb"
},
"bugs": {
"url": "https://github.com/doowb/resolve-file/issues"
},
"bundleDependencies": false,
"dependencies": {
"cwd": "^0.10.0",
"expand-tilde": "^2.0.1",
"extend-shallow": "^2.0.1",
"fs-exists-sync": "^0.1.0",
"global-modules": "^0.2.3",
"homedir-polyfill": "^1.0.0",
"lazy-cache": "^2.0.1",
"resolve": "^1.1.7"
},
"deprecated": false,
"description": "Resolve an absolute file path from local directories, local node_modules or global node_modules.",
"devDependencies": {
"gulp": "^3.9.1",
"gulp-eslint": "^2.0.0",
"gulp-format-md": "^0.1.9",
"gulp-istanbul": "^0.10.4",
"gulp-mocha": "^2.2.0",
"gulp-unused": "^0.1.2",
"mocha": "^2.5.3",
"npm-install-global": "^0.1.0"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js",
"utils.js"
],
"homepage": "https://github.com/doowb/resolve-file",
"keywords": [
"file",
"resolve"
],
"license": "MIT",
"main": "index.js",
"name": "resolve-file",
"repository": {
"type": "git",
"url": "git+https://github.com/doowb/resolve-file.git"
},
"scripts": {
"test": "mocha"
},
"verb": {
"related": {
"list": [
"cwd",
"expand-tilde",
"look-up",
"resolve"
]
},
"toc": false,
"layout": "default",
"tasks": [
"readme"
],
"plugins": [
"gulp-format-md"
],
"lint": {
"reflinks": true
},
"reflinks": [
"verb"
]
},
"version": "0.2.2"
}