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.
77 lines
2.3 KiB
77 lines
2.3 KiB
{
|
|
"_from": "earcut@^2.1.5",
|
|
"_id": "earcut@2.2.2",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-eZoZPPJcUHnfRZ0PjLvx2qBordSiO8ofC3vt+qACLM95u+4DovnbYNpQtJh0DNsWj8RnxrQytD4WA8gj5cRIaQ==",
|
|
"_location": "/earcut",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "earcut@^2.1.5",
|
|
"name": "earcut",
|
|
"escapedName": "earcut",
|
|
"rawSpec": "^2.1.5",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^2.1.5"
|
|
},
|
|
"_requiredBy": [
|
|
"/mapbox-gl",
|
|
"/regl-line2d"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/earcut/-/earcut-2.2.2.tgz",
|
|
"_shasum": "41b0bc35f63e0fe80da7cddff28511e7e2e80d11",
|
|
"_spec": "earcut@^2.1.5",
|
|
"_where": "/Users/anchaa/Documents/Research/StackVis_code/StackVis/frontend/node_modules/mapbox-gl",
|
|
"author": {
|
|
"name": "Vladimir Agafonkin"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/mapbox/earcut/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"deprecated": false,
|
|
"description": "The fastest and smallest JavaScript polygon triangulation library for your WebGL apps",
|
|
"devDependencies": {
|
|
"benchmark": "^2.1.4",
|
|
"browserify": "^16.5.0",
|
|
"coveralls": "^3.0.6",
|
|
"eslint": "^4.19.1",
|
|
"eslint-config-mourner": "^2.0.3",
|
|
"istanbul": "^0.4.5",
|
|
"mkdirp": "^0.5.1",
|
|
"tape": "^4.11.0",
|
|
"uglify-js": "^3.6.0",
|
|
"watchify": "^3.11.1"
|
|
},
|
|
"eslintConfig": {
|
|
"extends": "mourner",
|
|
"rules": {
|
|
"no-unmodified-loop-condition": 0
|
|
}
|
|
},
|
|
"files": [
|
|
"dist/earcut.min.js",
|
|
"dist/earcut.dev.js"
|
|
],
|
|
"homepage": "https://github.com/mapbox/earcut#readme",
|
|
"jsdelivr": "dist/earcut.dev.js",
|
|
"license": "ISC",
|
|
"main": "src/earcut.js",
|
|
"name": "earcut",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/mapbox/earcut.git"
|
|
},
|
|
"scripts": {
|
|
"build-dev": "mkdirp dist && browserify -d src/earcut.js -s earcut > dist/earcut.dev.js",
|
|
"build-min": "mkdirp dist && browserify src/earcut.js -s earcut | uglifyjs -c -m > dist/earcut.min.js",
|
|
"cov": "istanbul cover test/*.js",
|
|
"coveralls": "istanbul cover test/*.js && coveralls < ./coverage/lcov.info",
|
|
"prepare": "npm run build-dev && npm run build-min",
|
|
"test": "eslint src test/test.js && tape test/test.js",
|
|
"watch": "mkdirp dist && watchify -v -d src/earcut.js -s earcut -o dist/earcut.dev.js"
|
|
},
|
|
"unpkg": "dist/earcut.dev.js",
|
|
"version": "2.2.2"
|
|
}
|
|
|