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/d3-selection/package.json

82 lines
2.7 KiB

{
"_from": "d3-selection@^1.4.1",
"_id": "d3-selection@1.4.1",
"_inBundle": false,
"_integrity": "sha512-BTIbRjv/m5rcVTfBs4AMBLKs4x8XaaLkwm28KWu9S2vKNqXkXt2AH2Qf0sdPZHjFxcWg/YL53zcqAz+3g4/7PA==",
"_location": "/d3-selection",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "d3-selection@^1.4.1",
"name": "d3-selection",
"escapedName": "d3-selection",
"rawSpec": "^1.4.1",
"saveSpec": null,
"fetchSpec": "^1.4.1"
},
"_requiredBy": [
"/",
"/circlepack-chart",
"/d3",
"/d3-brush",
"/d3-drag",
"/d3-lasso",
"/d3-selection-multi",
"/d3-transition",
"/d3-zoom",
"/d3-zoomable",
"/parcoord-es"
],
"_resolved": "https://registry.npmjs.org/d3-selection/-/d3-selection-1.4.1.tgz",
"_shasum": "98eedbbe085fbda5bafa2f9e3f3a2f4d7d622a98",
"_spec": "d3-selection@^1.4.1",
"_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend",
"author": {
"name": "Mike Bostock",
"url": "https://bost.ocks.org/mike"
},
"bugs": {
"url": "https://github.com/d3/d3-selection/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Data-driven DOM manipulation: select elements and join them to data.",
"devDependencies": {
"eslint": "6",
"jsdom": "15",
"rollup": "1",
"rollup-plugin-terser": "5",
"tape": "4"
},
"files": [
"dist/**/*.js",
"src/**/*.js"
],
"homepage": "https://d3js.org/d3-selection/",
"jsdelivr": "dist/d3-selection.min.js",
"keywords": [
"d3",
"d3-module",
"dom",
"selection",
"data-join"
],
"license": "BSD-3-Clause",
"main": "dist/d3-selection.js",
"module": "src/index.js",
"name": "d3-selection",
"repository": {
"type": "git",
"url": "git+https://github.com/d3/d3-selection.git"
},
"scripts": {
"postpublish": "git push && git push --tags && cd ../d3.github.com && git pull && cp ../${npm_package_name}/dist/${npm_package_name}.js ${npm_package_name}.v${npm_package_version%%.*}.js && cp ../${npm_package_name}/dist/${npm_package_name}.min.js ${npm_package_name}.v${npm_package_version%%.*}.min.js && git add ${npm_package_name}.v${npm_package_version%%.*}.js ${npm_package_name}.v${npm_package_version%%.*}.min.js && git commit -m \"${npm_package_name} ${npm_package_version}\" && git push && cd - && zip -j dist/${npm_package_name}.zip -- LICENSE README.md dist/${npm_package_name}.js dist/${npm_package_name}.min.js",
"prepublishOnly": "rm -rf dist && yarn test",
"pretest": "rollup -c",
"test": "tape 'test/**/*-test.js' && eslint src"
},
"sideEffects": false,
"unpkg": "dist/d3-selection.min.js",
"version": "1.4.1"
}