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

72 lines
2.1 KiB

{
"_from": "vega-time@1.0.0",
"_id": "vega-time@1.0.0",
"_inBundle": false,
"_integrity": "sha512-r0yOFr/VklJwD3ew1+fEcB7E0LBCLChYlwh0KoO6cTIWMdlC4KhIIUN3/FuBfUZ4qx4V/xp71xH2YYYZTH6izg==",
"_location": "/vega-time",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "vega-time@1.0.0",
"name": "vega-time",
"escapedName": "vega-time",
"rawSpec": "1.0.0",
"saveSpec": null,
"fetchSpec": "1.0.0"
},
"_requiredBy": [
"/vega",
"/vega-encode",
"/vega-functions",
"/vega-transforms"
],
"_resolved": "https://registry.npmjs.org/vega-time/-/vega-time-1.0.0.tgz",
"_shasum": "5bc61ff311260cd212ccc8cbd73049bcd29b1440",
"_spec": "vega-time@1.0.0",
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/vega",
"author": {
"name": "Jeffrey Heer",
"url": "http://idl.cs.washington.edu"
},
"bugs": {
"url": "https://github.com/vega/vega/issues"
},
"bundleDependencies": false,
"dependencies": {
"d3-array": "^2.3.3",
"d3-time": "^1.1.0",
"d3-time-format": "^2.2.1",
"vega-util": "^1.12.0"
},
"deprecated": false,
"description": "JavaScript date/time utilities for Vega.",
"gitHead": "8180e8ca9379dec7f1722ce0ebd2aa01083be7b2",
"homepage": "https://github.com/vega/vega#readme",
"keywords": [
"vega",
"date",
"time",
"utilities"
],
"license": "BSD-3-Clause",
"main": "build/vega-time.js",
"module": "index",
"name": "vega-time",
"repository": {
"type": "git",
"url": "git+https://github.com/vega/vega.git"
},
"scripts": {
"build": "yarn rollup",
"postbuild": "terser build/vega-time.js -c -m -o build/vega-time.min.js",
"postpublish": "git push && git push --tags",
"prebuild": "rimraf build && mkdir build",
"prepublishOnly": "yarn test && yarn build",
"pretest": "yarn prebuild && yarn rollup",
"rollup": "rollup -g d3-array:d3,d3-time:d3,d3-time-format:d3,vega-util:vega -f umd -n vega -o build/vega-time.js -- index.js",
"test": "tape 'test/**/*-test.js' && eslint index.js src test"
},
"types": "index.d.ts",
"version": "1.0.0"
}