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

79 lines
2.5 KiB

{
"_from": "d3-brush",
"_id": "d3-brush@1.1.5",
"_inBundle": false,
"_integrity": "sha512-rEaJ5gHlgLxXugWjIkolTA0OyMvw8UWU1imYXy1v642XyyswmI1ybKOv05Ft+ewq+TFmdliD3VuK0pRp1VT/5A==",
"_location": "/d3-brush",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "d3-brush",
"name": "d3-brush",
"escapedName": "d3-brush",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
"/",
"/d3",
"/parcoord-es"
],
"_resolved": "https://registry.npmjs.org/d3-brush/-/d3-brush-1.1.5.tgz",
"_shasum": "066b8e84d17b192986030446c97c0fba7e1bacdc",
"_spec": "d3-brush",
"_where": "/Users/anchaa/Documents/Research/StackVis_code/StackVis/frontend",
"author": {
"name": "Mike Bostock",
"url": "http://bost.ocks.org/mike"
},
"bugs": {
"url": "https://github.com/d3/d3-brush/issues"
},
"bundleDependencies": false,
"dependencies": {
"d3-dispatch": "1",
"d3-drag": "1",
"d3-interpolate": "1",
"d3-selection": "1",
"d3-transition": "1"
},
"deprecated": false,
"description": "Select a one- or two-dimensional region using the mouse or touch.",
"devDependencies": {
"eslint": "6",
"rollup": "1",
"rollup-plugin-terser": "5",
"tape": "4"
},
"files": [
"dist/**/*.js",
"src/**/*.js"
],
"homepage": "https://d3js.org/d3-brush/",
"jsdelivr": "dist/d3-brush.min.js",
"keywords": [
"d3",
"d3-module",
"brush",
"interaction"
],
"license": "BSD-3-Clause",
"main": "dist/d3-brush.js",
"module": "src/index.js",
"name": "d3-brush",
"repository": {
"type": "git",
"url": "git+https://github.com/d3/d3-brush.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"
},
"unpkg": "dist/d3-brush.min.js",
"version": "1.1.5"
}