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

59 lines
1.6 KiB

{
"_from": "invert-permutation@^1.0.0",
"_id": "invert-permutation@1.0.0",
"_inBundle": false,
"_integrity": "sha1-oKeAQurbNrwXVR54fv0UOa3VSTM=",
"_location": "/invert-permutation",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "invert-permutation@^1.0.0",
"name": "invert-permutation",
"escapedName": "invert-permutation",
"rawSpec": "^1.0.0",
"saveSpec": null,
"fetchSpec": "^1.0.0"
},
"_requiredBy": [
"/permutation-rank"
],
"_resolved": "https://registry.npmjs.org/invert-permutation/-/invert-permutation-1.0.0.tgz",
"_shasum": "a0a78042eadb36bc17551e787efd1439add54933",
"_spec": "invert-permutation@^1.0.0",
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/permutation-rank",
"author": {
"name": "Mikola Lysenko"
},
"bugs": {
"url": "https://github.com/mikolalysenko/invert-permutation/issues"
},
"bundleDependencies": false,
"dependencies": {},
"deprecated": false,
"description": "Inverts permutations",
"devDependencies": {
"tape": "^2.12.3"
},
"directories": {
"test": "test"
},
"gitHead": "1270119e51c6db2238b860308598b24ab370e700",
"homepage": "https://github.com/mikolalysenko/invert-permutation#readme",
"keywords": [
"permutation",
"group",
"inverse"
],
"license": "MIT",
"main": "index.js",
"name": "invert-permutation",
"repository": {
"type": "git",
"url": "git://github.com/mikolalysenko/invert-permutation.git"
},
"scripts": {
"test": "tape test/*.js"
},
"version": "1.0.0"
}