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/world-calendars/package.json

69 lines
2.0 KiB

4 years ago
{
"_from": "world-calendars@^1.0.3",
"_id": "world-calendars@1.0.3",
"_inBundle": false,
"_integrity": "sha1-slxQMrokEo/8QdCfr0pewbnBQzU=",
"_location": "/world-calendars",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "world-calendars@^1.0.3",
"name": "world-calendars",
"escapedName": "world-calendars",
"rawSpec": "^1.0.3",
"saveSpec": null,
"fetchSpec": "^1.0.3"
},
"_requiredBy": [
"/plotly.js"
],
"_resolved": "https://registry.npmjs.org/world-calendars/-/world-calendars-1.0.3.tgz",
"_shasum": "b25c5032ba24128ffc41d09faf4a5ec1b9c14335",
"_spec": "world-calendars@^1.0.3",
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/plotly.js",
"author": {
"name": "Alex Johnson"
},
"bugs": {
"url": "https://github.com/alexcjohnson/world-calendars/issues"
},
"bundleDependencies": false,
"dependencies": {
"object-assign": "^4.1.0"
},
"deprecated": false,
"description": "Convert between various world calendars",
"devDependencies": {
"jasmine": "^2.5.2",
"jasmine-core": "^2.5.2",
"karma": "^1.3.0",
"karma-browserify": "^5.1.0",
"karma-firefox-launcher": "^1.0.0",
"karma-jasmine": "^1.0.2",
"watchify": "^3.7.0"
},
"homepage": "https://github.com/alexcjohnson/world-calendars#readme",
"keywords": [
"calendar",
"date",
"international"
],
"license": "MIT",
"main": "dist/index.js",
"name": "world-calendars",
"repository": {
"type": "git",
"url": "git+https://github.com/alexcjohnson/world-calendars.git"
},
"scripts": {
"build": "node bin/build.js",
"clean": "cd dist && ls | grep -v README.md | xargs rm -rf",
"start": "npm run clean && npm run build",
"test": "karma start test/karma.conf.js",
"test:jasmine": "jasmine test/test.js",
"version": "npm run build && git add -A dist dist/* jquery-src bin"
},
"version": "1.0.3"
}