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

78 lines
2.1 KiB

{
"_from": "tinyqueue@^2.0.0",
"_id": "tinyqueue@2.0.3",
"_inBundle": false,
"_integrity": "sha512-ppJZNDuKGgxzkHihX8v9v9G5f+18gzaTfrukGrq6ueg0lmH4nqVnA2IPG0AEH3jKEk2GRJCUhDoqpoiw3PHLBA==",
"_location": "/tinyqueue",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "tinyqueue@^2.0.0",
"name": "tinyqueue",
"escapedName": "tinyqueue",
"rawSpec": "^2.0.0",
"saveSpec": null,
"fetchSpec": "^2.0.0"
},
"_requiredBy": [
"/mapbox-gl"
],
"_resolved": "https://registry.npmjs.org/tinyqueue/-/tinyqueue-2.0.3.tgz",
"_shasum": "64d8492ebf39e7801d7bd34062e29b45b2035f08",
"_spec": "tinyqueue@^2.0.0",
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/mapbox-gl",
"author": "",
"bugs": {
"url": "https://github.com/mourner/tinyqueue/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "The smallest and simplest JavaScript priority queue",
"devDependencies": {
"eslint": "^5.16.0",
"eslint-config-mourner": "^3.0.0",
"esm": "^3.2.25",
"rollup": "^1.15.4",
"rollup-plugin-buble": "^0.19.6",
"rollup-plugin-terser": "^5.0.0",
"tape": "^4.10.2"
},
"eslintConfig": {
"extends": "mourner"
},
"files": [
"index.js",
"tinyqueue.js",
"tinyqueue.min.js",
"index.d.ts"
],
"homepage": "https://github.com/mourner/tinyqueue",
"jsdelivr": "tinyqueue.min.js",
"keywords": [
"queue",
"priority",
"binary heap",
"data structures"
],
"license": "ISC",
"main": "tinyqueue.js",
"module": "index.js",
"name": "tinyqueue",
"repository": {
"type": "git",
"url": "git+https://github.com/mourner/tinyqueue.git"
},
"scripts": {
"bench": "node -r esm bench.js",
"build": "rollup -c",
"lint": "eslint index.js test.js bench.js rollup.config.js",
"prepublishOnly": "npm test",
"pretest": "npm run lint",
"test": "tape -r esm test.js",
"watch": "rollup -cw"
},
"types": "index.d.ts",
"unpkg": "tinyqueue.min.js",
"version": "2.0.3"
}