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/@mapbox/mapbox-gl-supported/package.json

55 lines
1.8 KiB

4 years ago
{
"_from": "@mapbox/mapbox-gl-supported@^1.3.1",
"_id": "@mapbox/mapbox-gl-supported@1.4.1",
"_inBundle": false,
"_integrity": "sha512-yyKza9S6z3ELKuf6w5n6VNUB0Osu6Z93RXPfMHLIlNWohu3KqxewLOq4lMXseYJ92GwkRAxd207Pr/Z98cwmvw==",
"_location": "/@mapbox/mapbox-gl-supported",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "@mapbox/mapbox-gl-supported@^1.3.1",
"name": "@mapbox/mapbox-gl-supported",
"escapedName": "@mapbox%2fmapbox-gl-supported",
"scope": "@mapbox",
"rawSpec": "^1.3.1",
"saveSpec": null,
"fetchSpec": "^1.3.1"
},
"_requiredBy": [
"/mapbox-gl"
],
"_resolved": "https://registry.npmjs.org/@mapbox/mapbox-gl-supported/-/mapbox-gl-supported-1.4.1.tgz",
"_shasum": "c0a03cf75f8b0ad7b57849d6c7e91b0aec4b640f",
"_spec": "@mapbox/mapbox-gl-supported@^1.3.1",
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/mapbox-gl",
"bugs": {
"url": "https://github.com/mapbox/mapbox-gl-supported/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "A library to determine if a browser supports Mapbox GL JS",
"devDependencies": {
"browserify": "^16.2.3",
"eslint": "^2.8.0",
"eslint-config-mourner": "^2.0.1",
"uglify-js": "^2.4.24"
},
"homepage": "https://github.com/mapbox/mapbox-gl-supported#readme",
"license": "BSD-3-Clause",
"main": "index.js",
"name": "@mapbox/mapbox-gl-supported",
"peerDependencies": {
"mapbox-gl": ">=0.32.1 <2.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mapbox/mapbox-gl-supported.git"
},
"scripts": {
"build": "mkdir -p dist && uglifyjs index.js -c -m -o dist/mapbox-gl-supported.js",
"test": "eslint index.js"
},
"version": "1.4.1"
}