{
  "_args": [
    [
      "d3-composite-projections@1.4.0",
      "D:\\jenkins\\workspace\\xypm-web"
    ]
  ],
  "_from": "d3-composite-projections@1.4.0",
  "_id": "d3-composite-projections@1.4.0",
  "_inBundle": false,
  "_integrity": "sha512-csygyxdRfy7aUYRPea23veM6sjisdHI+DNd0nHcAGMd2LyL2lklr+xLRzHiJ+hy1HGp6YgAtbqdJR8CsLolrNQ==",
  "_location": "/d3-composite-projections",
  "_phantomChildren": {
    "d3-array": "2.12.1"
  },
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "d3-composite-projections@1.4.0",
    "name": "d3-composite-projections",
    "escapedName": "d3-composite-projections",
    "rawSpec": "1.4.0",
    "saveSpec": null,
    "fetchSpec": "1.4.0"
  },
  "_requiredBy": [
    "/@antv/data-set"
  ],
  "_resolved": "https://registry.npmmirror.com/d3-composite-projections/-/d3-composite-projections-1.4.0.tgz",
  "_spec": "1.4.0",
  "_where": "D:\\jenkins\\workspace\\xypm-web",
  "author": {
    "name": "Roger Veciana i Rovira",
    "url": "http://geoexamples.com"
  },
  "bugs": {
    "url": "https://github.com/rveciana/d3-composite-projections/issues"
  },
  "dependencies": {
    "d3-geo": "^2.0.1",
    "d3-path": "^2.0.0"
  },
  "description": "Like the AlbersUsa projection, adds several d3 projections to show the countries that are far from the mainland close to it.",
  "devDependencies": {
    "canvas": "2.6.1",
    "eslint": "^7",
    "pixelmatch": "^5.2.1",
    "pngjs": "^5.0.0",
    "rollup": "^2.28.2",
    "rollup-plugin-terser": "^7.0.2",
    "tape": "^5.0.1",
    "topojson": "3"
  },
  "homepage": "http://geoexamples.com/d3-composite-projections/",
  "jsnext:main": "index",
  "license": "BSD-3-Clause",
  "main": "d3-composite-projections.js",
  "module": "./index.js",
  "name": "d3-composite-projections",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/rveciana/d3-composite-projections.git"
  },
  "scripts": {
    "build": "rollup -c",
    "postpublish": "git push && git push --tags",
    "prepublish": "npm run test",
    "pretest": "npm run build",
    "test": "mkdir -p test/output && tape 'test/*-test.js' && eslint index.js src"
  },
  "unpkg": "d3-composite-projections.min.js",
  "version": "1.4.0"
}
