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

97 lines
2.7 KiB

4 years ago
{
"_from": "regl-scatter2d@^3.1.7",
"_id": "regl-scatter2d@3.1.7",
"_inBundle": false,
"_integrity": "sha512-FWw1hMsQrV3Y0zMU8YOytGjwSBuV3V58t8GR/mhlSL2S04jXLK1m2eAa/rDP3SpvMDkdVEr744PPDeHwsZVUhA==",
"_location": "/regl-scatter2d",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "regl-scatter2d@^3.1.7",
"name": "regl-scatter2d",
"escapedName": "regl-scatter2d",
"rawSpec": "^3.1.7",
"saveSpec": null,
"fetchSpec": "^3.1.7"
},
"_requiredBy": [
"/plotly.js",
"/regl-splom"
],
"_resolved": "https://registry.npmjs.org/regl-scatter2d/-/regl-scatter2d-3.1.7.tgz",
"_shasum": "79020563a5a3cef7f6c76cb7a272de0979fb938c",
"_spec": "regl-scatter2d@^3.1.7",
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/plotly.js",
"author": {
"name": "Dima Yv",
"email": "df.creative@gmail.com"
},
"browserslist": "> 0.25%, not dead",
"bugs": {
"url": "https://github.com/dy/regl-scatter2d/issues"
},
"bundleDependencies": false,
"dependencies": {
"array-range": "^1.0.1",
"array-rearrange": "^2.2.2",
"clamp": "^1.0.1",
"color-id": "^1.1.0",
"color-normalize": "1.5.0",
"color-rgba": "^2.1.1",
"flatten-vertex-data": "^1.0.2",
"glslify": "^7.0.0",
"image-palette": "^2.1.0",
"is-iexplorer": "^1.0.0",
"object-assign": "^4.1.1",
"parse-rect": "^1.2.0",
"pick-by-alias": "^1.2.0",
"point-cluster": "^3.1.8",
"to-float32": "^1.0.1",
"update-diff": "^1.1.0"
},
"deprecated": false,
"description": "Scatter2d plot built with regl",
"devDependencies": {
"@babel/core": "^7.2.2",
"@babel/preset-env": "^7.2.3",
"array-bounds": "^1.0.1",
"chttps": "^1.0.6",
"fps-indicator": "^1.3.0",
"gl": "^4.1.1",
"image-equal": "^4.3.1",
"image-output": "^2.4.0",
"image-pixels": "^2.2.0",
"next-pow-2": "^1.0.0",
"pxls": "^2.3.1",
"regl": "^1.3.11",
"rollup": "^1.1.0",
"rollup-plugin-babel": "^4.2.0",
"rollup-plugin-browserify-transform": "^1.0.1",
"rollup-plugin-commonjs": "^9.2.0",
"rollup-plugin-node-resolve": "^4.0.0",
"seed-random": "^2.2.0",
"tape": "^4.9.2"
},
"homepage": "https://github.com/dy/regl-scatter2d#readme",
"keywords": [
"regl",
"plotly"
],
"license": "MIT",
"main": "./bundle.js",
"name": "regl-scatter2d",
"repository": {
"type": "git",
"url": "git+https://github.com/dy/regl-scatter2d.git"
},
"scripts": {
"build": "rollup -c rollup.config.js",
"postshrinkwrap": "chttps .",
"prepublishOnly": "npm run build",
"test": "node test",
"test-browser": "budo test -- -t glslify"
},
"version": "3.1.7"
}