{
  "_from": "d3-shape@1.2.0",
  "_id": "d3-shape@1.2.0",
  "_inBundle": false,
  "_integrity": "sha1-RdAVOPBkuv0F6j1tLLdI/YxB93c=",
  "_location": "/d3-shape",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "d3-shape@1.2.0",
    "name": "d3-shape",
    "escapedName": "d3-shape",
    "rawSpec": "1.2.0",
    "saveSpec": null,
    "fetchSpec": "1.2.0"
  },
  "_requiredBy": [
    "/d3"
  ],
  "_resolved": "https://registry.npmjs.org/d3-shape/-/d3-shape-1.2.0.tgz",
  "_shasum": "45d01538f064bafd05ea3d6d2cb748fd8c41f777",
  "_spec": "d3-shape@1.2.0",
  "_where": "C:\\Users\\a5640\\OneDrive - National ChengChi University\\programming\\Python\\flask\\sententree\\static\\node_modules\\d3",
  "author": {
    "name": "Mike Bostock",
    "url": "http://bost.ocks.org/mike"
  },
  "bugs": {
    "url": "https://github.com/d3/d3-shape/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "d3-path": "1"
  },
  "deprecated": false,
  "description": "Graphical primitives for visualization, such as lines and areas.",
  "devDependencies": {
    "d3-polygon": "1",
    "eslint": "3",
    "package-preamble": "0.1",
    "rollup": "0.41",
    "tape": "4",
    "uglify-js": "^2.8.11"
  },
  "homepage": "https://d3js.org/d3-shape/",
  "jsnext:main": "index",
  "keywords": [
    "d3",
    "d3-module",
    "graphics",
    "visualization",
    "canvas",
    "svg"
  ],
  "license": "BSD-3-Clause",
  "main": "build/d3-shape.js",
  "module": "index",
  "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 ../d3-shape/build/d3-shape.js d3-shape.v1.js && cp ../d3-shape/build/d3-shape.min.js d3-shape.v1.min.js && git add d3-shape.v1.js d3-shape.v1.min.js && git commit -m \"d3-shape ${npm_package_version}\" && git push && cd - && zip -j build/d3-shape.zip -- LICENSE README.md build/d3-shape.js build/d3-shape.min.js",
    "prepublish": "npm run test && uglifyjs --preamble \"$(preamble)\" build/d3-shape.js -c -m -o build/d3-shape.min.js",
    "pretest": "rm -rf build && mkdir build && rollup --banner \"$(preamble)\" -f umd -g d3-path:d3 -n d3 -o build/d3-shape.js -- index.js",
    "test": "tape 'test/**/*-test.js' && eslint index.js src"
  },
  "version": "1.2.0"
}