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

62 lines
1.6 KiB

{
"_from": "@mapbox/tiny-sdf@^1.1.0",
"_id": "@mapbox/tiny-sdf@1.1.1",
"_inBundle": false,
"_integrity": "sha512-Ihn1nZcGIswJ5XGbgFAvVumOgWpvIjBX9jiRlIl46uQG9vJOF51ViBYHF95rEZupuyQbEmhLaDPLQlU7fUTsBg==",
"_location": "/@mapbox/tiny-sdf",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "@mapbox/tiny-sdf@^1.1.0",
"name": "@mapbox/tiny-sdf",
"escapedName": "@mapbox%2ftiny-sdf",
"scope": "@mapbox",
"rawSpec": "^1.1.0",
"saveSpec": null,
"fetchSpec": "^1.1.0"
},
"_requiredBy": [
"/mapbox-gl"
],
"_resolved": "https://registry.npmjs.org/@mapbox/tiny-sdf/-/tiny-sdf-1.1.1.tgz",
"_shasum": "16a20c470741bfe9191deb336f46e194da4a91ff",
"_spec": "@mapbox/tiny-sdf@^1.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/tiny-sdf/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Browser-side SDF font generator",
"devDependencies": {
"eslint": "^3.12.0",
"eslint-config-mourner": "^2.0.1"
},
"eslintConfig": {
"extends": "mourner"
},
"homepage": "https://github.com/mapbox/tiny-sdf#readme",
"keywords": [
"sdf",
"signed distance fields",
"font",
"canvas",
"text",
"distance transform"
],
"license": "BSD-2-Clause",
"main": "index.js",
"name": "@mapbox/tiny-sdf",
"repository": {
"type": "git",
"url": "git+https://github.com/mapbox/tiny-sdf.git"
},
"scripts": {
"test": "eslint index.js"
},
"version": "1.1.1"
}