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/@turf/centroid/package.json

77 lines
1.9 KiB

{
"_from": "@turf/centroid@^6.0.2",
"_id": "@turf/centroid@6.0.2",
"_inBundle": false,
"_integrity": "sha512-auyDauOtC4eddH7GC3CHFTDu2PKhpSeKCRhwhHhXtJqn2dWCJQNIoCeJRmfXRIbzCWhWvgvQafvvhq8HNvmvWw==",
"_location": "/@turf/centroid",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "@turf/centroid@^6.0.2",
"name": "@turf/centroid",
"escapedName": "@turf%2fcentroid",
"scope": "@turf",
"rawSpec": "^6.0.2",
"saveSpec": null,
"fetchSpec": "^6.0.2"
},
"_requiredBy": [
"/plotly.js"
],
"_resolved": "https://registry.npmjs.org/@turf/centroid/-/centroid-6.0.2.tgz",
"_shasum": "c4eb16b4bc60b692f74e1809cf9a7c4a4f5ba1cc",
"_spec": "@turf/centroid@^6.0.2",
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/plotly.js",
"author": {
"name": "Turf Authors"
},
"bugs": {
"url": "https://github.com/Turfjs/turf/issues"
},
"bundleDependencies": false,
"dependencies": {
"@turf/helpers": "6.x",
"@turf/meta": "6.x"
},
"deprecated": false,
"description": "turf centroid module",
"devDependencies": {
"@types/tape": "*",
"benchmark": "*",
"geojson-fixtures": "*",
"glob": "*",
"load-json-file": "*",
"tape": "*",
"tslint": "*",
"typescript": "*",
"write-json-file": "*"
},
"files": [
"index.js",
"index.d.ts"
],
"homepage": "https://github.com/Turfjs/turf",
"keywords": [
"turf",
"geojson",
"geo",
"gis"
],
"license": "MIT",
"main": "index",
"name": "@turf/centroid",
"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.0.2"
}