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

75 lines
1.8 KiB

{
"_from": "@turf/area@^6.0.1",
"_id": "@turf/area@6.0.1",
"_inBundle": false,
"_integrity": "sha512-Zv+3N1ep9P5JvR0YOYagLANyapGWQBh8atdeR3bKpWcigVXFsEKNUw03U/5xnh+cKzm7yozHD6MFJkqQv55y0g==",
"_location": "/@turf/area",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "@turf/area@^6.0.1",
"name": "@turf/area",
"escapedName": "@turf%2farea",
"scope": "@turf",
"rawSpec": "^6.0.1",
"saveSpec": null,
"fetchSpec": "^6.0.1"
},
"_requiredBy": [
"/plotly.js"
],
"_resolved": "https://registry.npmjs.org/@turf/area/-/area-6.0.1.tgz",
"_shasum": "50ed63c70ef2bdb72952384f1594319d94f3b051",
"_spec": "@turf/area@^6.0.1",
"_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 area module",
"devDependencies": {
"@types/tape": "*",
"benchmark": "*",
"load-json-file": "*",
"tape": "*",
"tslint": "*",
"typescript": "*",
"write-json-file": "*"
},
"files": [
"index.js",
"index.d.ts"
],
"homepage": "https://github.com/Turfjs/turf",
"keywords": [
"turf",
"area",
"polygon",
"multipolygon"
],
"license": "MIT",
"main": "index",
"name": "@turf/area",
"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.1"
}