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

70 lines
1.7 KiB

4 years ago
{
"_from": "portfinder@^1.0.25",
"_id": "portfinder@1.0.25",
"_inBundle": false,
"_integrity": "sha512-6ElJnHBbxVA1XSLgBp7G1FiCkQdlqGzuF7DswL5tcea+E8UpuvPU7beVAjjRwCioTS9ZluNbu+ZyRvgTsmqEBg==",
"_location": "/portfinder",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "portfinder@^1.0.25",
"name": "portfinder",
"escapedName": "portfinder",
"rawSpec": "^1.0.25",
"saveSpec": null,
"fetchSpec": "^1.0.25"
},
"_requiredBy": [
"#DEV:/",
"/webpack-dev-server"
],
"_resolved": "https://registry.npmjs.org/portfinder/-/portfinder-1.0.25.tgz",
"_shasum": "254fd337ffba869f4b9d37edc298059cb4d35eca",
"_spec": "portfinder@^1.0.25",
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend",
"author": {
"name": "Charlie Robbins",
"email": "charlie.robbins@gmail.com"
},
"bugs": {
"url": "https://github.com/indexzero/node-portfinder/issues"
},
"bundleDependencies": false,
"dependencies": {
"async": "^2.6.2",
"debug": "^3.1.1",
"mkdirp": "^0.5.1"
},
"deprecated": false,
"description": "A simple tool to find an open port on the current machine",
"devDependencies": {
"glob": "^7.1.4",
"vows": "^0.8.2"
},
"engines": {
"node": ">= 0.12.0"
},
"files": [
"lib"
],
"homepage": "https://github.com/indexzero/node-portfinder#readme",
"keywords": [
"http",
"ports",
"utilities"
],
"license": "MIT",
"main": "./lib/portfinder",
"name": "portfinder",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/indexzero/node-portfinder.git"
},
"scripts": {
"test": "vows test/*-test.js --spec"
},
"types": "./lib/portfinder.d.ts",
"version": "1.0.25"
}