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

62 lines
1.5 KiB

{
"_from": "array-range@^1.0.1",
"_id": "array-range@1.0.1",
"_inBundle": false,
"_integrity": "sha1-9W5GWRhDYRxqVvd+8C7afFAIm/w=",
"_location": "/array-range",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "array-range@^1.0.1",
"name": "array-range",
"escapedName": "array-range",
"rawSpec": "^1.0.1",
"saveSpec": null,
"fetchSpec": "^1.0.1"
},
"_requiredBy": [
"/regl-scatter2d",
"/regl-splom"
],
"_resolved": "https://registry.npmjs.org/array-range/-/array-range-1.0.1.tgz",
"_shasum": "f56e46591843611c6a56f77ef02eda7c50089bfc",
"_spec": "array-range@^1.0.1",
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/regl-scatter2d",
"author": {
"name": "Matt DesLauriers",
"email": "dave.des@gmail.com",
"url": "https://github.com/mattdesl"
},
"bugs": {
"url": "https://github.com/mattdesl/array-range/issues"
},
"bundleDependencies": false,
"dependencies": {},
"deprecated": false,
"description": "creates a new array with given range",
"devDependencies": {
"tape": "^3.0.2"
},
"homepage": "https://github.com/mattdesl/array-range",
"keywords": [
"filled",
"array",
"fill",
"list",
"dense",
"range",
"functional"
],
"license": "MIT",
"main": "index.js",
"name": "array-range",
"repository": {
"type": "git",
"url": "git://github.com/mattdesl/array-range.git"
},
"scripts": {
"test": "node test.js"
},
"version": "1.0.1"
}