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

86 lines
2.2 KiB

{
"_from": "geojson-vt@^3.1.0",
"_id": "geojson-vt@3.2.1",
"_inBundle": false,
"_integrity": "sha512-EvGQQi/zPrDA6zr6BnJD/YhwAkBP8nnJ9emh3EnHQKVMfg/MRVtPbMYdgVy/IaEmn4UfagD2a6fafPDL5hbtwg==",
"_location": "/geojson-vt",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "geojson-vt@^3.1.0",
"name": "geojson-vt",
"escapedName": "geojson-vt",
"rawSpec": "^3.1.0",
"saveSpec": null,
"fetchSpec": "^3.1.0"
},
"_requiredBy": [
"/mapbox-gl"
],
"_resolved": "https://registry.npmjs.org/geojson-vt/-/geojson-vt-3.2.1.tgz",
"_shasum": "f8adb614d2c1d3f6ee7c4265cad4bbf3ad60c8b7",
"_spec": "geojson-vt@^3.1.0",
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/mapbox-gl",
"author": {
"name": "Vladimir Agafonkin"
},
"bugs": {
"url": "https://github.com/mapbox/geojson-vt/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Slice GeoJSON data into vector tiles efficiently",
"devDependencies": {
"benchmark": "^2.1.4",
"coveralls": "^3.0.2",
"eslint": "^5.2.0",
"eslint-config-mourner": "^2.0.3",
"esm": "^3.0.72",
"nyc": "^12.0.2",
"rollup": "^0.63.4",
"rollup-plugin-uglify": "^4.0.0",
"tape": "^4.9.1",
"watchify": "^3.11.0"
},
"eslintConfig": {
"extends": "mourner",
"parserOptions": {
"sourceType": "module"
},
"globals": {
"topojson": true
}
},
"files": [
"geojson-vt.js",
"geojson-vt-dev.js",
"src"
],
"homepage": "https://github.com/mapbox/geojson-vt",
"jsdelivr": "geojson-vt.js",
"keywords": [
"spatial",
"geojson",
"tiles",
"geometry"
],
"license": "ISC",
"main": "geojson-vt-dev.js",
"module": "src/index.js",
"name": "geojson-vt",
"repository": {
"type": "git",
"url": "git://github.com/mapbox/geojson-vt.git"
},
"scripts": {
"build": "rollup -c",
"coveralls": "nyc report --reporter=text-lcov | coveralls",
"prepublishOnly": "npm run test && npm run build",
"pretest": "eslint src/*.js test/*.js debug/viz.js",
"test": "nyc --require esm tape test/test-*.js",
"watch": "rollup -cw"
},
"unpkg": "geojson-vt.js",
"version": "3.2.1"
}