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/extract-frustum-planes/package.json

62 lines
1.7 KiB

{
"_from": "extract-frustum-planes@^1.0.0",
"_id": "extract-frustum-planes@1.0.0",
"_inBundle": false,
"_integrity": "sha1-l9VwP/BWTIw8aDjKxF+ee8UsnvU=",
"_location": "/extract-frustum-planes",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "extract-frustum-planes@^1.0.0",
"name": "extract-frustum-planes",
"escapedName": "extract-frustum-planes",
"rawSpec": "^1.0.0",
"saveSpec": null,
"fetchSpec": "^1.0.0"
},
"_requiredBy": [
"/gl-axes3d"
],
"_resolved": "https://registry.npmjs.org/extract-frustum-planes/-/extract-frustum-planes-1.0.0.tgz",
"_shasum": "97d5703ff0564c8c3c6838cac45f9e7bc52c9ef5",
"_spec": "extract-frustum-planes@^1.0.0",
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/gl-axes3d",
"author": {
"name": "Mikola Lysenko"
},
"bugs": {
"url": "https://github.com/mikolalysenko/extract-frustum-planes/issues"
},
"bundleDependencies": false,
"dependencies": {},
"deprecated": false,
"description": "Extracts the planes for a WebGL viewing frustum",
"devDependencies": {
"tap": "~0.4.4",
"tape": "~1.1.1"
},
"directories": {
"test": "test"
},
"homepage": "https://github.com/mikolalysenko/extract-frustum-planes#readme",
"keywords": [
"view",
"frustum",
"plane",
"extract",
"webgl",
"3d"
],
"license": "MIT",
"main": "extract-planes.js",
"name": "extract-frustum-planes",
"repository": {
"type": "git",
"url": "git://github.com/mikolalysenko/extract-frustum-planes.git"
},
"scripts": {
"test": "tap test/*.js"
},
"version": "1.0.0"
}