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

66 lines
1.7 KiB

{
"_from": "get-canvas-context@^1.0.1",
"_id": "get-canvas-context@1.0.2",
"_inBundle": false,
"_integrity": "sha1-1ue1C8TkyGNXzTnyJkeoS3NgHpM=",
"_location": "/get-canvas-context",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "get-canvas-context@^1.0.1",
"name": "get-canvas-context",
"escapedName": "get-canvas-context",
"rawSpec": "^1.0.1",
"saveSpec": null,
"fetchSpec": "^1.0.1"
},
"_requiredBy": [
"/webgl-context"
],
"_resolved": "https://registry.npmjs.org/get-canvas-context/-/get-canvas-context-1.0.2.tgz",
"_shasum": "d6e7b50bc4e4c86357cd39f22647a84b73601e93",
"_spec": "get-canvas-context@^1.0.1",
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/webgl-context",
"author": {
"name": "Matt DesLauriers",
"email": "dave.des@gmail.com",
"url": "https://github.com/mattdesl"
},
"bugs": {
"url": "https://github.com/Jam3/get-canvas-context/issues"
},
"bundleDependencies": false,
"dependencies": {},
"deprecated": false,
"description": "gets canvas context by name",
"devDependencies": {
"browserify": "^10.2.4",
"faucet": "0.0.1",
"smokestack": "^3.3.0",
"tape": "^4.0.0"
},
"homepage": "https://github.com/Jam3/get-canvas-context",
"keywords": [
"canvas",
"context",
"2d",
"webgl",
"experimental",
"webgl2",
"3d",
"gl",
"html5"
],
"license": "MIT",
"main": "index.js",
"name": "get-canvas-context",
"repository": {
"type": "git",
"url": "git://github.com/Jam3/get-canvas-context.git"
},
"scripts": {
"test": "browserify test.js | smokestack | faucet"
},
"version": "1.0.2"
}