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

108 lines
2.4 KiB

{
"_from": "find-pkg@^0.1.2",
"_id": "find-pkg@0.1.2",
"_inBundle": false,
"_integrity": "sha1-G9wiwG42NlUy4qJIBGhUuXiNpVc=",
"_location": "/find-pkg",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "find-pkg@^0.1.2",
"name": "find-pkg",
"escapedName": "find-pkg",
"rawSpec": "^0.1.2",
"saveSpec": null,
"fetchSpec": "^0.1.2"
},
"_requiredBy": [
"/base-cwd",
"/base-env/cwd",
"/cwd",
"/load-pkg",
"/project-name",
"/resolve-file/cwd",
"/update"
],
"_resolved": "https://registry.npmjs.org/find-pkg/-/find-pkg-0.1.2.tgz",
"_shasum": "1bdc22c06e36365532e2a248046854b9788da557",
"_spec": "find-pkg@^0.1.2",
"_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/find-pkg/issues"
},
"bundleDependencies": false,
"dependencies": {
"find-file-up": "^0.1.2"
},
"deprecated": false,
"description": "Find the first directory with a package.json, recursing up, starting with the given directory. Similar to look-up but does not support globs and only searches for package.json. Async and sync.",
"devDependencies": {
"delete": "^0.3.2",
"gulp-format-md": "^0.1.9",
"mocha": "^2.5.3",
"resolve-dir": "^0.1.0"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js"
],
"homepage": "https://github.com/jonschlinkert/find-pkg",
"keywords": [
"filepath",
"find",
"findup",
"findup-sync",
"json",
"lookup",
"package",
"package-json",
"pkg",
"resolve",
"sync"
],
"license": "MIT",
"main": "index.js",
"name": "find-pkg",
"repository": {
"type": "git",
"url": "git+https://github.com/jonschlinkert/find-pkg.git"
},
"scripts": {
"test": "mocha"
},
"verb": {
"related": {
"list": [
"find-file-up",
"load-module-pkg",
"load-pkg",
"look-up",
"module-root"
]
},
"reflinks": [
"find-file-up",
"look-up",
"verb"
],
"toc": false,
"layout": "default",
"tasks": [
"readme"
],
"plugins": [
"gulp-format-md"
],
"lint": {
"reflinks": true
}
},
"version": "0.1.2"
}