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.
101 lines
2.2 KiB
101 lines
2.2 KiB
{
|
|
"_from": "@turf/meta@6.x",
|
|
"_id": "@turf/meta@6.0.2",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-VA7HJkx7qF1l3+GNGkDVn2oXy4+QoLP6LktXAaZKjuT1JI0YESat7quUkbCMy4zP9lAUuvS4YMslLyTtr919FA==",
|
|
"_location": "/@turf/meta",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "@turf/meta@6.x",
|
|
"name": "@turf/meta",
|
|
"escapedName": "@turf%2fmeta",
|
|
"scope": "@turf",
|
|
"rawSpec": "6.x",
|
|
"saveSpec": null,
|
|
"fetchSpec": "6.x"
|
|
},
|
|
"_requiredBy": [
|
|
"/@turf/area",
|
|
"/@turf/centroid"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/@turf/meta/-/meta-6.0.2.tgz",
|
|
"_shasum": "eb92951126d24a613ac1b7b99d733fcc20fd30cf",
|
|
"_spec": "@turf/meta@6.x",
|
|
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/@turf/area",
|
|
"author": {
|
|
"name": "Turf Authors"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/Turfjs/turf/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"contributors": [
|
|
{
|
|
"name": "Tom MacWright",
|
|
"email": "@tmcw"
|
|
},
|
|
{
|
|
"name": "Daniel Pulido",
|
|
"email": "@dpmcmlxxvi"
|
|
},
|
|
{
|
|
"name": "Denis Carriere",
|
|
"email": "@DenisCarriere"
|
|
}
|
|
],
|
|
"dependencies": {
|
|
"@turf/helpers": "6.x"
|
|
},
|
|
"deprecated": false,
|
|
"description": "turf meta module",
|
|
"devDependencies": {
|
|
"@turf/random": "*",
|
|
"benchmark": "*",
|
|
"rollup": "*",
|
|
"tape": "*"
|
|
},
|
|
"files": [
|
|
"index.js",
|
|
"index.d.ts"
|
|
],
|
|
"homepage": "https://github.com/Turfjs/turf",
|
|
"keywords": [
|
|
"functional",
|
|
"programming",
|
|
"turfjs",
|
|
"geojson",
|
|
"meta",
|
|
"flattenEach",
|
|
"flattenReduce",
|
|
"segmentEach",
|
|
"segmentReduce",
|
|
"coordEach",
|
|
"coordReduce",
|
|
"propEach",
|
|
"propReduce",
|
|
"featureEach",
|
|
"featureReduce",
|
|
"coordAll",
|
|
"geomEach",
|
|
"geomReduce",
|
|
"lineEeach",
|
|
"lineReduce"
|
|
],
|
|
"license": "MIT",
|
|
"main": "index",
|
|
"name": "@turf/meta",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/Turfjs/turf.git"
|
|
},
|
|
"scripts": {
|
|
"bench": "node bench.js",
|
|
"docs": "node ../../scripts/generate-readmes",
|
|
"pretest": "rollup -f cjs -o index.js index.mjs",
|
|
"test": "node test.js"
|
|
},
|
|
"types": "index.d.ts",
|
|
"version": "6.0.2"
|
|
}
|
|
|