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.
118 lines
3.0 KiB
118 lines
3.0 KiB
{
|
|
"_from": "npm-check-updates@^4.0.1",
|
|
"_id": "npm-check-updates@4.0.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-rDrKAqhQuTYq2EkndroPMZGA9N6tpTotOVOIJoxRa3ZKnb/mOcq2TZv4A4LLSM8+9kZlP+sBwE+XAGh8wWZw/w==",
|
|
"_location": "/npm-check-updates",
|
|
"_phantomChildren": {
|
|
"p-limit": "2.2.1"
|
|
},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "npm-check-updates@^4.0.1",
|
|
"name": "npm-check-updates",
|
|
"escapedName": "npm-check-updates",
|
|
"rawSpec": "^4.0.1",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^4.0.1"
|
|
},
|
|
"_requiredBy": [
|
|
"/"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-4.0.1.tgz",
|
|
"_shasum": "9a4cb95bba95b59380a0175c1f4713dad6e439ab",
|
|
"_spec": "npm-check-updates@^4.0.1",
|
|
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend",
|
|
"author": {
|
|
"name": "Tomas Junnonen",
|
|
"email": "tomas1@gmail.com"
|
|
},
|
|
"bin": {
|
|
"npm-check-updates": "./bin/npm-check-updates",
|
|
"ncu": "./bin/ncu"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/tjunnone/npm-check-updates/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"contributors": [
|
|
{
|
|
"name": "Raine Revere",
|
|
"url": "https://github.com/raineorshine"
|
|
}
|
|
],
|
|
"dependencies": {
|
|
"chalk": "^3.0.0",
|
|
"cint": "^8.2.1",
|
|
"cli-table": "^0.3.1",
|
|
"commander": "^4.0.1",
|
|
"fast-diff": "^1.2.0",
|
|
"find-up": "4.1.0",
|
|
"get-stdin": "^7.0.0",
|
|
"json-parse-helpfulerror": "^1.0.3",
|
|
"libnpmconfig": "^1.2.1",
|
|
"lodash": "^4.17.15",
|
|
"node-alias": "^1.0.4",
|
|
"pacote": "^10.2.0",
|
|
"progress": "^2.0.3",
|
|
"prompts": "^2.3.0",
|
|
"rc-config-loader": "^3.0.0",
|
|
"requireg": "^0.2.2",
|
|
"semver": "^6.3.0",
|
|
"semver-utils": "^1.1.4",
|
|
"spawn-please": "^0.3.0",
|
|
"update-notifier": "^3.0.1"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Find newer versions of dependencies than what your package.json or bower.json allows",
|
|
"devDependencies": {
|
|
"chai": "^4.2.0",
|
|
"chai-as-promised": "^7.1.1",
|
|
"chai-string": "^1.5.0",
|
|
"chokidar-cli": "^2.1.0",
|
|
"eslint": "^6.7.1",
|
|
"mocha": "^6.2.2",
|
|
"should": "^13.2.3",
|
|
"snyk": "^1.252.0",
|
|
"tmp": "0.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"files": [
|
|
"bin",
|
|
"lib"
|
|
],
|
|
"homepage": "https://github.com/tjunnone/npm-check-updates",
|
|
"keywords": [
|
|
"npm",
|
|
"bower",
|
|
"check",
|
|
"find",
|
|
"discover",
|
|
"updates",
|
|
"upgrades",
|
|
"dependencies",
|
|
"package.json",
|
|
"bower.json",
|
|
"updater",
|
|
"version",
|
|
"management",
|
|
"ncu"
|
|
],
|
|
"license": "Apache-2.0",
|
|
"main": "./lib/npm-check-updates",
|
|
"name": "npm-check-updates",
|
|
"preferGlobal": true,
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/tjunnone/npm-check-updates.git"
|
|
},
|
|
"scripts": {
|
|
"lint": "eslint bin/* lib test",
|
|
"test": "npm run lint && mocha && mocha test/individual && if [ ! \"$TRAVIS\" ]; then snyk test; fi",
|
|
"watch": "chokidar \"lib/**/*.js\" -c \"npm run test\""
|
|
},
|
|
"version": "4.0.1"
|
|
}
|
|
|