{
  "_args": [
    [
      "d3-geo@1.6.4",
      "D:\\jenkins\\workspace\\xypm-web"
    ]
  ],
  "_from": "d3-geo@1.6.4",
  "_id": "d3-geo@1.6.4",
  "_inBundle": false,
  "_integrity": "sha512-O5Q3iftLc6/EdU1MHUm+O29NoKKN/cyQtySnD9/yEEcinN+q4ng+H56e2Yn1YWdfZBoiaRVtR2NoJ3ivKX5ptQ==",
  "_location": "/d3-geo",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "d3-geo@1.6.4",
    "name": "d3-geo",
    "escapedName": "d3-geo",
    "rawSpec": "1.6.4",
    "saveSpec": null,
    "fetchSpec": "1.6.4"
  },
  "_requiredBy": [
    "/@antv/data-set",
    "/d3-geo-projection"
  ],
  "_resolved": "https://registry.npmmirror.com/d3-geo/-/d3-geo-1.6.4.tgz",
  "_spec": "1.6.4",
  "_where": "D:\\jenkins\\workspace\\xypm-web",
  "author": {
    "name": "Mike Bostock",
    "url": "http://bost.ocks.org/mike"
  },
  "bugs": {
    "url": "https://github.com/d3/d3-geo/issues"
  },
  "dependencies": {
    "d3-array": "1"
  },
  "description": "Shapes and calculators for spherical coordinates.",
  "devDependencies": {
    "canvas": "1",
    "d3-format": "1",
    "eslint": "3",
    "package-preamble": "0.1",
    "rollup": "0.41",
    "tape": "4",
    "topojson-client": "3",
    "uglify-js": "^2.8.11"
  },
  "homepage": "https://d3js.org/d3-geo/",
  "jsnext:main": "index",
  "keywords": [
    "d3",
    "d3-module",
    "geo",
    "maps",
    "cartography"
  ],
  "license": "BSD-3-Clause",
  "main": "build/d3-geo.js",
  "module": "index",
  "name": "d3-geo",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/d3/d3-geo.git"
  },
  "scripts": {
    "postpublish": "git push && git push --tags && cd ../d3.github.com && git pull && cp ../d3-geo/build/d3-geo.js d3-geo.v1.js && cp ../d3-geo/build/d3-geo.min.js d3-geo.v1.min.js && git add d3-geo.v1.js d3-geo.v1.min.js && git commit -m \"d3-geo ${npm_package_version}\" && git push && cd - && zip -j build/d3-geo.zip -- LICENSE README.md build/d3-geo.js build/d3-geo.min.js",
    "prepublish": "npm run test && test/compare-images && uglifyjs --preamble \"$(preamble)\" build/d3-geo.js -c negate_iife=false -m -o build/d3-geo.min.js",
    "pretest": "rm -rf build && mkdir build && rollup --banner \"$(preamble)\" -f umd -g d3-array:d3 -n d3 -o build/d3-geo.js -- index.js",
    "test": "tape 'test/**/*-test.js' && mkdir -p test/output && eslint index.js src"
  },
  "version": "1.6.4"
}
