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/fs-exists-sync/package.json

117 lines
2.7 KiB

{
"_from": "fs-exists-sync@^0.1.0",
"_id": "fs-exists-sync@0.1.0",
"_inBundle": false,
"_integrity": "sha1-mC1ok6+RjnLQjeyehnP/K1qNat0=",
"_location": "/fs-exists-sync",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "fs-exists-sync@^0.1.0",
"name": "fs-exists-sync",
"escapedName": "fs-exists-sync",
"rawSpec": "^0.1.0",
"saveSpec": null,
"fetchSpec": "^0.1.0"
},
"_requiredBy": [
"/assemble-loader",
"/base-cli-process",
"/base-cli-schema",
"/base-config-schema/matched",
"/base-env",
"/base-env/cwd",
"/base-env/resolve-file",
"/empty-dir",
"/find-file-up",
"/git-config-path",
"/load-helpers/matched",
"/load-templates/matched",
"/normalize-pkg",
"/parse-git-config",
"/resolve-file",
"/resolve-file/cwd",
"/update"
],
"_resolved": "https://registry.npmjs.org/fs-exists-sync/-/fs-exists-sync-0.1.0.tgz",
"_shasum": "982d6893af918e72d08dec9e8673ff2b5a8d6add",
"_spec": "fs-exists-sync@^0.1.0",
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/update",
"author": {
"name": "Jon Schlinkert",
"url": "https://github.com/jonschlinkert"
},
"bugs": {
"url": "https://github.com/jonschlinkert/fs-exists-sync/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Drop-in replacement for `fs.existsSync` with zero dependencies. Other libs I found either have crucial differences from fs.existsSync, or unnecessary dependencies. See README.md for more info.",
"devDependencies": {
"gulp-format-md": "^0.1.7",
"mocha": "^2.4.5"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js"
],
"homepage": "https://github.com/jonschlinkert/fs-exists-sync",
"keywords": [
"access",
"check",
"exist",
"exists",
"file",
"file-system",
"filepath",
"filesystem",
"fs",
"is-file",
"isfile",
"path",
"stat",
"sync"
],
"license": "MIT",
"main": "index.js",
"name": "fs-exists-sync",
"repository": {
"type": "git",
"url": "git+https://github.com/jonschlinkert/fs-exists-sync.git"
},
"scripts": {
"test": "mocha"
},
"verb": {
"layout": "default",
"plugins": [
"gulp-format-md"
],
"reflinks": [
"verb",
"path-exists",
"fs-exists",
"file-exists",
"exists"
],
"related": {
"list": [
"try-open",
"parse-filepath",
"is-absolute"
]
},
"run": true,
"toc": false,
"tasks": [
"readme"
],
"lint": {
"reflinks": true
}
},
"version": "0.1.0"
}