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

131 lines
2.9 KiB

4 years ago
{
"_from": "expand-pkg@^0.1.8",
"_id": "expand-pkg@0.1.9",
"_inBundle": false,
"_integrity": "sha512-Qqtqzx/e8tODrDr0H8HtO7+nftN0wH9bsk3948KpKBZLrc86Cm3/8mRKJmDfNSDWWcuKsilMmFlKPhYx5gHYuA==",
"_location": "/expand-pkg",
"_phantomChildren": {
"is-buffer": "1.1.6",
"set-getter": "0.1.0"
},
"_requested": {
"type": "range",
"registry": true,
"raw": "expand-pkg@^0.1.8",
"name": "expand-pkg",
"escapedName": "expand-pkg",
"rawSpec": "^0.1.8",
"saveSpec": null,
"fetchSpec": "^0.1.8"
},
"_requiredBy": [
"/base-pkg"
],
"_resolved": "https://registry.npmjs.org/expand-pkg/-/expand-pkg-0.1.9.tgz",
"_shasum": "7d58a809a70e3956f08e372fee005da964fb4fb4",
"_spec": "expand-pkg@^0.1.8",
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/base-pkg",
"author": {
"name": "Jon Schlinkert",
"url": "https://github.com/jonschlinkert"
},
"bugs": {
"url": "https://github.com/jonschlinkert/expand-pkg/issues"
},
"bundleDependencies": false,
"dependencies": {
"component-emitter": "^1.2.1",
"debug": "^2.4.1",
"defaults-deep": "^0.2.4",
"export-files": "^2.1.1",
"get-value": "^2.0.6",
"kind-of": "^3.1.0",
"lazy-cache": "^2.0.2",
"load-pkg": "^3.0.1",
"mixin-deep": "^1.1.3",
"normalize-pkg": "^0.3.20",
"omit-empty": "^0.4.1",
"parse-author": "^1.0.0",
"parse-git-config": "^1.1.1",
"repo-utils": "^0.3.7"
},
"deprecated": false,
"description": "Parse string values in package.json into objects.",
"devDependencies": {
"delete": "^0.3.2",
"fs-exists-sync": "^0.1.0",
"gitty": "^3.5.0",
"gulp": "^3.9.1",
"gulp-eslint": "^3.0.1",
"gulp-format-md": "^0.1.11",
"gulp-istanbul": "^1.1.1",
"gulp-mocha": "^3.0.1",
"gulp-unused": "^0.2.0",
"mocha": "^3.2.0"
},
"engines": {
"node": ">= 0.10.0"
},
"files": [
"index.js",
"lib"
],
"homepage": "https://github.com/jonschlinkert/expand-pkg",
"keywords": [
"author",
"config",
"expand",
"json",
"normalize",
"package",
"package-json",
"parse",
"person",
"pkg",
"properties",
"repo",
"repository",
"url",
"values"
],
"license": "MIT",
"main": "index.js",
"name": "expand-pkg",
"repository": {
"type": "git",
"url": "git+https://github.com/jonschlinkert/expand-pkg.git"
},
"scripts": {
"test": "mocha"
},
"verb": {
"run": true,
"toc": false,
"layout": "default",
"tasks": [
"readme"
],
"plugins": [
"gulp-format-md"
],
"related": {
"highlight": "normalize-pkg",
"list": [
"normalize-pkg",
"repo-utils",
"sync-pkg"
]
},
"reflinks": [
"map-schema",
"normalize-pkg",
"verb",
"verb-readme-generator"
],
"lint": {
"reflinks": true
}
},
"version": "0.1.9"
}