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

79 lines
1.8 KiB

4 years ago
{
"_from": "sort-object-arrays@^0.1.1",
"_id": "sort-object-arrays@0.1.1",
"_inBundle": false,
"_integrity": "sha1-mfVc8gWkkd3h9S8Jajaiawm0gy8=",
"_location": "/sort-object-arrays",
"_phantomChildren": {
"is-buffer": "1.1.6"
},
"_requested": {
"type": "range",
"registry": true,
"raw": "sort-object-arrays@^0.1.1",
"name": "sort-object-arrays",
"escapedName": "sort-object-arrays",
"rawSpec": "^0.1.1",
"saveSpec": null,
"fetchSpec": "^0.1.1"
},
"_requiredBy": [
"/map-schema"
],
"_resolved": "https://registry.npmjs.org/sort-object-arrays/-/sort-object-arrays-0.1.1.tgz",
"_shasum": "99f55cf205a491dde1f52f096a36a26b09b4832f",
"_spec": "sort-object-arrays@^0.1.1",
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/map-schema",
"author": {
"name": "Jon Schlinkert",
"url": "https://github.com/jonschlinkert"
},
"bugs": {
"url": "https://github.com/jonschlinkert/sort-object-arrays/issues"
},
"bundleDependencies": false,
"dependencies": {
"kind-of": "^3.0.2"
},
"deprecated": false,
"description": "Recursively sort the array values in an object.",
"devDependencies": {
"mocha": "*"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js"
],
"homepage": "https://github.com/jonschlinkert/sort-object-arrays",
"keywords": [
"arrays",
"object",
"sort"
],
"license": "MIT",
"main": "index.js",
"name": "sort-object-arrays",
"repository": {
"type": "git",
"url": "git+https://github.com/jonschlinkert/sort-object-arrays.git"
},
"scripts": {
"test": "mocha"
},
"verb": {
"plugins": [
"gulp-format-md"
],
"related": {
"list": [
"group-object",
"sort-object",
"extend-shallow"
]
}
},
"version": "0.1.1"
}