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.
94 lines
2.1 KiB
94 lines
2.1 KiB
{
|
|
"_from": "@turf/helpers@6.x",
|
|
"_id": "@turf/helpers@6.1.4",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-vJvrdOZy1ngC7r3MDA7zIGSoIgyrkWcGnNIEaqn/APmw+bVLF2gAW7HIsdTxd12s5wQMqEpqIQrmrbRRZ0xC7g==",
|
|
"_location": "/@turf/helpers",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "@turf/helpers@6.x",
|
|
"name": "@turf/helpers",
|
|
"escapedName": "@turf%2fhelpers",
|
|
"scope": "@turf",
|
|
"rawSpec": "6.x",
|
|
"saveSpec": null,
|
|
"fetchSpec": "6.x"
|
|
},
|
|
"_requiredBy": [
|
|
"/@turf/area",
|
|
"/@turf/centroid",
|
|
"/@turf/meta"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/@turf/helpers/-/helpers-6.1.4.tgz",
|
|
"_shasum": "d6fd7ebe6782dd9c87dca5559bda5c48ae4c3836",
|
|
"_spec": "@turf/helpers@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": "Stefano Borghi",
|
|
"email": "@stebogit"
|
|
},
|
|
{
|
|
"name": "Denis Carriere",
|
|
"email": "@DenisCarriere"
|
|
},
|
|
{
|
|
"name": "William Nordmann",
|
|
"email": "@wnordmann"
|
|
},
|
|
{
|
|
"name": "Vamshi Palreddy",
|
|
"email": "@vamshi29292"
|
|
}
|
|
],
|
|
"deprecated": false,
|
|
"description": "turf helpers module",
|
|
"devDependencies": {
|
|
"@types/tape": "*",
|
|
"benchmark": "*",
|
|
"tape": "*",
|
|
"tslint": "*",
|
|
"typescript": "*"
|
|
},
|
|
"files": [
|
|
"index.js",
|
|
"index.d.ts",
|
|
"lib"
|
|
],
|
|
"homepage": "https://github.com/Turfjs/turf",
|
|
"keywords": [
|
|
"geo",
|
|
"point",
|
|
"turf",
|
|
"geojson"
|
|
],
|
|
"license": "MIT",
|
|
"main": "index",
|
|
"name": "@turf/helpers",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/Turfjs/turf.git"
|
|
},
|
|
"scripts": {
|
|
"bench": "node bench.js",
|
|
"docs": "node ../../scripts/generate-readmes",
|
|
"prepare": "tsc",
|
|
"pretest": "tsc",
|
|
"test": "node test.js"
|
|
},
|
|
"types": "index.d.ts",
|
|
"version": "6.1.4"
|
|
}
|
|
|