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/spawn-please/package.json

69 lines
1.8 KiB

{
"_from": "spawn-please@^0.3.0",
"_id": "spawn-please@0.3.0",
"_inBundle": false,
"_integrity": "sha1-2zOOxM/2Orxp8dDgjO6euL69nRE=",
"_location": "/spawn-please",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "spawn-please@^0.3.0",
"name": "spawn-please",
"escapedName": "spawn-please",
"rawSpec": "^0.3.0",
"saveSpec": null,
"fetchSpec": "^0.3.0"
},
"_requiredBy": [
"/npm-check-updates"
],
"_resolved": "https://registry.npmjs.org/spawn-please/-/spawn-please-0.3.0.tgz",
"_shasum": "db338ec4cff63abc69f1d0e08cee9eb8bebd9d11",
"_spec": "spawn-please@^0.3.0",
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/npm-check-updates",
"author": {
"name": "Raine Lourie",
"url": "https://github.com/metaraine"
},
"bugs": {
"url": "https://github.com/metaraine/spawn-please/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Promisified child_process.spawn. *Supports stdin* *Rejects on stderr*",
"devDependencies": {
"bluebird": "^2.9.34",
"chai": "^3.2.0",
"chai-as-promised": "^5.1.0",
"mocha": "^2.2.5",
"nodemon": "^1.4.0",
"require-new": "^1.0.2"
},
"engines": {
"node": ">=0.10.0"
},
"homepage": "https://github.com/metaraine/spawn-please#readme",
"keywords": [
"promise",
"promisified",
"child_process",
"child process",
"exec",
"spawn",
"stdin",
"stdout",
"stderr"
],
"license": "ISC",
"name": "spawn-please",
"repository": {
"type": "git",
"url": "git+https://github.com/metaraine/spawn-please.git"
},
"scripts": {
"devtest": "nodemon -w index.js -w test -x 'npm test'",
"test": "mocha"
},
"version": "0.3.0"
}