{
  "_from": "d3-shape@^3.1.0",
  "_id": "d3-shape@3.2.0",
  "_inBundle": false,
  "_integrity": "sha512-SaLBuwGm3MOViRq2ABk3eLoxwZELpH6zhl3FbAoJ7Vm1gofKx6El1Ib5z23NUEhF9AsGl7y+dzLe5Cw2AArGTA==",
  "_location": "/d3-shape",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "d3-shape@^3.1.0",
    "name": "d3-shape",
    "escapedName": "d3-shape",
    "rawSpec": "^3.1.0",
    "saveSpec": null,
    "fetchSpec": "^3.1.0"
  },
  "_requiredBy": [
    "/victory-vendor"
  ],
  "_resolved": "https://registry.npmjs.org/d3-shape/-/d3-shape-3.2.0.tgz",
  "_shasum": "a1a839cbd9ba45f28674c69d7f855bcf91dfc6a5",
  "_spec": "d3-shape@^3.1.0",
  "_where": "C:\\Sites\\Ecommerce\\node_modules\\victory-vendor",
  "author": {
    "name": "Mike Bostock",
    "url": "http://bost.ocks.org/mike"
  },
  "bugs": {
    "url": "https://github.com/d3/d3-shape/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "d3-path": "^3.1.0"
  },
  "deprecated": false,
  "description": "Graphical primitives for visualization, such as lines and areas.",
  "devDependencies": {
    "d3-polygon": "1 - 3",
    "eslint": "8",
    "mocha": "10",
    "rollup": "3",
    "rollup-plugin-terser": "7"
  },
  "engines": {
    "node": ">=12"
  },
  "exports": {
    "umd": "./dist/d3-shape.min.js",
    "default": "./src/index.js"
  },
  "files": [
    "dist/**/*.js",
    "src/**/*.js"
  ],
  "homepage": "https://d3js.org/d3-shape/",
  "jsdelivr": "dist/d3-shape.min.js",
  "keywords": [
    "d3",
    "d3-module",
    "graphics",
    "visualization",
    "canvas",
    "svg"
  ],
  "license": "ISC",
  "main": "src/index.js",
  "module": "src/index.js",
  "name": "d3-shape",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/d3/d3-shape.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 -",
    "prepublishOnly": "rm -rf dist && rollup -c",
    "test": "mocha 'test/**/*-test.js' && eslint src test"
  },
  "sideEffects": false,
  "type": "module",
  "unpkg": "dist/d3-shape.min.js",
  "version": "3.2.0"
}
