{
  "_args": [
    [
      "d3-brush@3.0.0",
      "C:\\sitios\\cognicion-front-main\\vue3\\cognicion-front"
    ]
  ],
  "_from": "d3-brush@3.0.0",
  "_id": "d3-brush@3.0.0",
  "_inBundle": false,
  "_integrity": "sha512-ALnjWlVYkXsVIGlOsuWH1+3udkYFI48Ljihfnh8FZPF2QS9o+PzGLBslO0PjzVoHLZ2KCVgAM8NVkXPJB2aNnQ==",
  "_location": "/d3-brush",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "d3-brush@3.0.0",
    "name": "d3-brush",
    "escapedName": "d3-brush",
    "rawSpec": "3.0.0",
    "saveSpec": null,
    "fetchSpec": "3.0.0"
  },
  "_requiredBy": [
    "/d3"
  ],
  "_resolved": "https://registry.npmjs.org/d3-brush/-/d3-brush-3.0.0.tgz",
  "_spec": "3.0.0",
  "_where": "C:\\sitios\\cognicion-front-main\\vue3\\cognicion-front",
  "author": {
    "name": "Mike Bostock",
    "url": "https://bost.ocks.org/mike"
  },
  "bugs": {
    "url": "https://github.com/d3/d3-brush/issues"
  },
  "dependencies": {
    "d3-dispatch": "1 - 3",
    "d3-drag": "2 - 3",
    "d3-interpolate": "1 - 3",
    "d3-selection": "3",
    "d3-transition": "3"
  },
  "description": "Select a one- or two-dimensional region using the mouse or touch.",
  "devDependencies": {
    "eslint": "7",
    "mocha": "9",
    "rollup": "2",
    "rollup-plugin-terser": "7"
  },
  "engines": {
    "node": ">=12"
  },
  "exports": {
    "umd": "./dist/d3-brush.min.js",
    "default": "./src/index.js"
  },
  "files": [
    "dist/**/*.js",
    "src/**/*.js"
  ],
  "homepage": "https://d3js.org/d3-brush/",
  "jsdelivr": "dist/d3-brush.min.js",
  "keywords": [
    "d3",
    "d3-module",
    "brush",
    "interaction"
  ],
  "license": "ISC",
  "main": "src/index.js",
  "module": "src/index.js",
  "name": "d3-brush",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/d3/d3-brush.git"
  },
  "scripts": {
    "postpublish": "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 -",
    "prepublishOnly": "rm -rf dist && yarn test && rollup -c && git push",
    "test": "mocha 'test/**/*-test.js' && eslint src test"
  },
  "type": "module",
  "unpkg": "dist/d3-brush.min.js",
  "version": "3.0.0"
}
