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

130 lines
2.8 KiB

4 years ago
{
"_from": "array-sort@^0.1.2",
"_id": "array-sort@0.1.4",
"_inBundle": false,
"_integrity": "sha512-BNcM+RXxndPxiZ2rd76k6nyQLRZr2/B/sdi8pQ+Joafr5AH279L40dfokSUTp8O+AaqYjXWhblBWa2st2nc4fQ==",
"_location": "/array-sort",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "array-sort@^0.1.2",
"name": "array-sort",
"escapedName": "array-sort",
"rawSpec": "^0.1.2",
"saveSpec": null,
"fetchSpec": "^0.1.2"
},
"_requiredBy": [
"/templates"
],
"_resolved": "https://registry.npmjs.org/array-sort/-/array-sort-0.1.4.tgz",
"_shasum": "662855eaeb671b4188df4451b2f24a0753992b23",
"_spec": "array-sort@^0.1.2",
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/templates",
"author": {
"name": "Jon Schlinkert",
"url": "https://github.com/jonschlinkert"
},
"bugs": {
"url": "https://github.com/jonschlinkert/array-sort/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Jon Schlinkert",
"url": "http://twitter.com/jonschlinkert"
},
{
"name": "Kevin Ward",
"url": "https://github.com/wkevina"
}
],
"dependencies": {
"default-compare": "^1.0.0",
"get-value": "^2.0.6",
"kind-of": "^5.0.2"
},
"deprecated": false,
"description": "Fast and powerful array sorting. Sort an array of objects by one or more properties. Any number of nested properties or custom comparison functions may be used.",
"devDependencies": {
"ansi-bold": "^0.1.1",
"benchmarked": "^0.1.5",
"glob": "^7.0.3",
"gulp-format-md": "^0.1.8",
"lodash.sortbyorder": "^3.4.4",
"mocha": "^2.4.5",
"should": "^8.3.1"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js"
],
"homepage": "https://github.com/jonschlinkert/array-sort",
"keywords": [
"arr",
"array",
"asc",
"ascend",
"ascending",
"desc",
"descend",
"descending",
"dot",
"element",
"elements",
"get",
"multiple",
"nested",
"obj",
"object",
"order",
"ordered",
"path",
"prop",
"properties",
"property",
"sort",
"sorted",
"sorting"
],
"license": "MIT",
"main": "index.js",
"name": "array-sort",
"repository": {
"type": "git",
"url": "git+https://github.com/jonschlinkert/array-sort.git"
},
"scripts": {
"test": "mocha"
},
"verb": {
"reflinks": [
"verb"
],
"related": {
"list": [
"get-value",
"set-value",
"sort-asc",
"sort-desc",
"sort-object"
]
},
"toc": false,
"layout": "default",
"tasks": [
"readme"
],
"plugins": [
"gulp-format-md"
],
"lint": {
"reflinks": true
}
},
"version": "0.1.4"
}