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.
93 lines
2.7 KiB
93 lines
2.7 KiB
{
|
|
"_from": "es6-promise@^3.0.2",
|
|
"_id": "es6-promise@3.3.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-oIzd6EzNvzTQJ6FFG8kdS80ophM=",
|
|
"_location": "/es6-promise",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "es6-promise@^3.0.2",
|
|
"name": "es6-promise",
|
|
"escapedName": "es6-promise",
|
|
"rawSpec": "^3.0.2",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^3.0.2"
|
|
},
|
|
"_requiredBy": [
|
|
"/plotly.js"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/es6-promise/-/es6-promise-3.3.1.tgz",
|
|
"_shasum": "a08cdde84ccdbf34d027a1451bc91d4bcd28a613",
|
|
"_spec": "es6-promise@^3.0.2",
|
|
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/plotly.js",
|
|
"author": {
|
|
"name": "Yehuda Katz, Tom Dale, Stefan Penner and contributors",
|
|
"url": "Conversion to ES6 API by Jake Archibald"
|
|
},
|
|
"browser": {
|
|
"vertx": false
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/stefanpenner/es6-promise/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"deprecated": false,
|
|
"description": "A lightweight library that provides tools for organizing asynchronous code",
|
|
"devDependencies": {
|
|
"broccoli-babel-transpiler": "^5.6.1",
|
|
"broccoli-concat": "^3.0.2",
|
|
"broccoli-merge-trees": "^1.1.1",
|
|
"broccoli-rollup": "^1.0.2",
|
|
"broccoli-stew": "^1.2.0",
|
|
"broccoli-uglify-js": "^0.2.0",
|
|
"broccoli-watchify": "v1.0.0",
|
|
"ember-cli": "^2.7.0",
|
|
"ember-cli-dependency-checker": "^1.3.0",
|
|
"ember-publisher": "0.0.7",
|
|
"git-repo-version": "0.4.0",
|
|
"json3": "^3.3.2",
|
|
"mocha": "^1.20.1",
|
|
"promises-aplus-tests-phantom": "^2.1.0-revise",
|
|
"release-it": "0.0.10"
|
|
},
|
|
"directories": {
|
|
"lib": "lib"
|
|
},
|
|
"files": [
|
|
"dist",
|
|
"lib",
|
|
"es6-promise.d.ts",
|
|
"!dist/test"
|
|
],
|
|
"homepage": "https://github.com/stefanpenner/es6-promise#readme",
|
|
"keywords": [
|
|
"promises",
|
|
"futures"
|
|
],
|
|
"license": "MIT",
|
|
"main": "dist/es6-promise.js",
|
|
"name": "es6-promise",
|
|
"namespace": "es6-promise",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/stefanpenner/es6-promise.git"
|
|
},
|
|
"scripts": {
|
|
"build": "ember build --environment production",
|
|
"build:production": "ember build --env production",
|
|
"dry-run-release": "ember build --environment production && release-it --dry-run --non-interactive",
|
|
"lint": "jshint lib",
|
|
"prepublish": "ember build --environment production",
|
|
"start": "ember s",
|
|
"test": "ember test",
|
|
"test:node": "ember build && mocha ./dist/test/browserify",
|
|
"test:server": "ember test --server"
|
|
},
|
|
"spm": {
|
|
"main": "dist/es6-promise.js"
|
|
},
|
|
"typings": "es6-promise.d.ts",
|
|
"version": "3.3.1"
|
|
}
|
|
|