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

71 lines
1.8 KiB

{
"_from": "get-stdin@^7.0.0",
"_id": "get-stdin@7.0.0",
"_inBundle": false,
"_integrity": "sha512-zRKcywvrXlXsA0v0i9Io4KDRaAw7+a1ZpjRwl9Wox8PFlVCCHra7E9c4kqXCoCM9nR5tBkaTTZRBoCm60bFqTQ==",
"_location": "/get-stdin",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "get-stdin@^7.0.0",
"name": "get-stdin",
"escapedName": "get-stdin",
"rawSpec": "^7.0.0",
"saveSpec": null,
"fetchSpec": "^7.0.0"
},
"_requiredBy": [
"/npm-check-updates"
],
"_resolved": "https://registry.npmjs.org/get-stdin/-/get-stdin-7.0.0.tgz",
"_shasum": "8d5de98f15171a125c5e516643c7a6d0ea8a96f6",
"_spec": "get-stdin@^7.0.0",
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/npm-check-updates",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"bugs": {
"url": "https://github.com/sindresorhus/get-stdin/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Get stdin as a string or buffer",
"devDependencies": {
"@types/node": "^11.13.4",
"ava": "^1.4.1",
"delay": "^4.2.0",
"tsd": "^0.7.2",
"xo": "^0.24.0"
},
"engines": {
"node": ">=8"
},
"files": [
"index.js",
"index.d.ts"
],
"homepage": "https://github.com/sindresorhus/get-stdin#readme",
"keywords": [
"std",
"stdin",
"stdio",
"concat",
"buffer",
"stream",
"process",
"read"
],
"license": "MIT",
"name": "get-stdin",
"repository": {
"type": "git",
"url": "git+https://github.com/sindresorhus/get-stdin.git"
},
"scripts": {
"test": "xo && ava test.js test-buffer.js && echo unicorns | node test-real.js && tsd"
},
"version": "7.0.0"
}