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

87 lines
1.9 KiB

{
"_from": "paginationator@^0.1.3",
"_id": "paginationator@0.1.4",
"_inBundle": false,
"_integrity": "sha1-hHht04UKrh8Ru7kRsMHghRtTgQY=",
"_location": "/paginationator",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "paginationator@^0.1.3",
"name": "paginationator",
"escapedName": "paginationator",
"rawSpec": "^0.1.3",
"saveSpec": null,
"fetchSpec": "^0.1.3"
},
"_requiredBy": [
"/templates"
],
"_resolved": "https://registry.npmjs.org/paginationator/-/paginationator-0.1.4.tgz",
"_shasum": "84786dd3850aae1f11bbb911b0c1e0851b538106",
"_spec": "paginationator@^0.1.3",
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/templates",
"author": {
"name": "Brian Woodward",
"url": "https://github.com/doowb"
},
"bugs": {
"url": "https://github.com/doowb/paginationator/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Paginate an array into pages of items.",
"devDependencies": {
"gulp-format-md": "^0.1.9",
"mocha": "^2.5.3"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js",
"lib",
"LICENSE",
"README.md"
],
"homepage": "https://github.com/doowb/paginationator",
"keywords": [
"paginationator"
],
"license": "MIT",
"main": "index.js",
"name": "paginationator",
"repository": {
"type": "git",
"url": "git+https://github.com/doowb/paginationator.git"
},
"scripts": {
"test": "mocha"
},
"verb": {
"toc": false,
"layout": "default",
"tasks": [
"readme"
],
"plugins": [
"gulp-format-md"
],
"related": {
"list": [
"assemble",
"templates",
"verb"
]
},
"lint": {
"reflinks": true
},
"reflinks": [
"verb",
"verb-generate-readme"
]
},
"version": "0.1.4"
}