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.
109 lines
2.7 KiB
109 lines
2.7 KiB
{
|
|
"_from": "pbf@^3.0.5",
|
|
"_id": "pbf@3.2.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-ClrV7pNOn7rtmoQVF4TS1vyU0WhYRnP92fzbfF75jAIwpnzdJXf8iTd4CMEqO4yUenH6NDqLiwjqlh6QgZzgLQ==",
|
|
"_location": "/pbf",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "pbf@^3.0.5",
|
|
"name": "pbf",
|
|
"escapedName": "pbf",
|
|
"rawSpec": "^3.0.5",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^3.0.5"
|
|
},
|
|
"_requiredBy": [
|
|
"/mapbox-gl",
|
|
"/vt-pbf"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/pbf/-/pbf-3.2.1.tgz",
|
|
"_shasum": "b4c1b9e72af966cd82c6531691115cc0409ffe2a",
|
|
"_spec": "pbf@^3.0.5",
|
|
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/mapbox-gl",
|
|
"author": {
|
|
"name": "Konstantin Kaefer"
|
|
},
|
|
"bin": {
|
|
"pbf": "bin/pbf"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/mapbox/pbf/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"ieee754": "^1.1.12",
|
|
"resolve-protobuf-schema": "^2.1.0"
|
|
},
|
|
"deprecated": false,
|
|
"description": "a low-level, lightweight protocol buffers implementation in JavaScript",
|
|
"devDependencies": {
|
|
"benchmark": "^2.1.4",
|
|
"browserify": "^16.2.3",
|
|
"eslint": "^5.15.1",
|
|
"eslint-config-mourner": "^2.0.3",
|
|
"mkdirp": "^0.5.1",
|
|
"protobufjs": "^6.8.8",
|
|
"protocol-buffers": "^4.1.0",
|
|
"tap": "^12.6.0",
|
|
"tile-stats-runner": "^1.0.0",
|
|
"uglify-js": "^3.6.1"
|
|
},
|
|
"eslintConfig": {
|
|
"extends": "mourner",
|
|
"rules": {
|
|
"space-before-function-paren": [
|
|
2,
|
|
"never"
|
|
],
|
|
"key-spacing": 0,
|
|
"no-empty": 0,
|
|
"global-require": 0,
|
|
"no-cond-assign": 0,
|
|
"indent": [
|
|
2,
|
|
4,
|
|
{
|
|
"flatTernaryExpressions": true
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"files": [
|
|
"bin",
|
|
"dist",
|
|
"compile.js"
|
|
],
|
|
"homepage": "https://github.com/mapbox/pbf",
|
|
"jsdelivr": "dist/pbf.js",
|
|
"keywords": [
|
|
"protocol",
|
|
"buffer",
|
|
"pbf",
|
|
"protobuf",
|
|
"binary",
|
|
"format",
|
|
"serialization",
|
|
"encoder",
|
|
"decoder"
|
|
],
|
|
"license": "BSD-3-Clause",
|
|
"main": "index.js",
|
|
"name": "pbf",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+ssh://git@github.com/mapbox/pbf.git"
|
|
},
|
|
"scripts": {
|
|
"bench": "node bench/bench.js",
|
|
"build-dev": "mkdirp dist && browserify index.js -d -s Pbf > dist/pbf-dev.js",
|
|
"build-min": "mkdirp dist && browserify index.js -s Pbf | uglifyjs -c -m > dist/pbf.js",
|
|
"cov": "tap test/*.test.js --cov --coverage-report=html",
|
|
"prepublishOnly": "npm run build-dev && npm run build-min",
|
|
"test": "eslint index.js compile.js test/*.js bench/bench-tiles.js bin/pbf && tap test/*.test.js && npm run build-min"
|
|
},
|
|
"unpkg": "dist/pbf.js",
|
|
"version": "3.2.1"
|
|
}
|
|
|