{
  "_args": [
    [
      "d3@7.3.0",
      "C:\\sitios\\cognicion-front-main\\vue3\\cognicion-front"
    ]
  ],
  "_from": "d3@7.3.0",
  "_id": "d3@7.3.0",
  "_inBundle": false,
  "_integrity": "sha512-MDRLJCMK232OJQRqGljQ/gCxtB8k3/sLKFjftMjzPB3nKVUODpdW9Rb3vcq7U8Ka5YKoZkAmp++Ur6I+6iNWIw==",
  "_location": "/d3",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "d3@7.3.0",
    "name": "d3",
    "escapedName": "d3",
    "rawSpec": "7.3.0",
    "saveSpec": null,
    "fetchSpec": "7.3.0"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/d3/-/d3-7.3.0.tgz",
  "_spec": "7.3.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/issues"
  },
  "dependencies": {
    "d3-array": "3",
    "d3-axis": "3",
    "d3-brush": "3",
    "d3-chord": "3",
    "d3-color": "3",
    "d3-contour": "3",
    "d3-delaunay": "6",
    "d3-dispatch": "3",
    "d3-drag": "3",
    "d3-dsv": "3",
    "d3-ease": "3",
    "d3-fetch": "3",
    "d3-force": "3",
    "d3-format": "3",
    "d3-geo": "3",
    "d3-hierarchy": "3",
    "d3-interpolate": "3",
    "d3-path": "3",
    "d3-polygon": "3",
    "d3-quadtree": "3",
    "d3-random": "3",
    "d3-scale": "4",
    "d3-scale-chromatic": "3",
    "d3-selection": "3",
    "d3-shape": "3",
    "d3-time": "3",
    "d3-time-format": "4",
    "d3-timer": "3",
    "d3-transition": "3",
    "d3-zoom": "3"
  },
  "description": "Data-Driven Documents",
  "devDependencies": {
    "@rollup/plugin-json": "4",
    "@rollup/plugin-node-resolve": "13",
    "eslint": "8",
    "mocha": "9",
    "rollup": "2",
    "rollup-plugin-ascii": "0.0",
    "rollup-plugin-terser": "7"
  },
  "engines": {
    "node": ">=12"
  },
  "exports": {
    "umd": "./dist/d3.min.js",
    "default": "./src/index.js"
  },
  "files": [
    "dist/**/*.js",
    "src/**/*.js"
  ],
  "homepage": "https://d3js.org",
  "jsdelivr": "dist/d3.min.js",
  "keywords": [
    "d3",
    "dom",
    "visualization",
    "svg",
    "animation",
    "canvas"
  ],
  "license": "ISC",
  "main": "src/index.js",
  "module": "src/index.js",
  "name": "d3",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/d3/d3.git"
  },
  "scripts": {
    "postpublish": "git push --tags && cd ../d3.github.com && git pull && cp ../d3/dist/d3.js d3.v${npm_package_version%%.*}.js && cp ../d3/dist/d3.min.js d3.v${npm_package_version%%.*}.min.js && git add d3.v${npm_package_version%%.*}.js d3.v${npm_package_version%%.*}.min.js && git commit -m \"d3 ${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.min.js",
  "version": "7.3.0"
}
