{ "_from": "d3-geo-projection@~2.1.2", "_id": "d3-geo-projection@2.1.2", "_inBundle": false, "_integrity": "sha512-zft6RRvPaB1qplTodBVcSH5Ftvmvvg0qoDiqpt+fyNthGr/qr+DD30cizNDluXjW7jmo7EKUTjvFCAHofv08Ow==", "_location": "/d3-geo-projection", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "d3-geo-projection@~2.1.2", "name": "d3-geo-projection", "escapedName": "d3-geo-projection", "rawSpec": "~2.1.2", "saveSpec": null, "fetchSpec": "~2.1.2" }, "_requiredBy": [ "/@antv/data-set" ], "_resolved": "https://registry.npmmirror.com/d3-geo-projection/-/d3-geo-projection-2.1.2.tgz", "_shasum": "7df8e1e9d046d631c6509f7e531357d4adc24aa3", "_spec": "d3-geo-projection@~2.1.2", "_where": "D:\\jenkins\\workspace\\dataShare-fvue\\node_modules\\@antv\\data-set", "author": { "name": "Mike Bostock", "url": "http://bost.ocks.org/mike" }, "bin": { "geo2svg": "bin/geo2svg", "geograticule": "bin/geograticule", "geoproject": "bin/geoproject", "geostitch": "bin/geostitch" }, "bugs": { "url": "https://github.com/d3/d3-geo-projection/issues" }, "bundleDependencies": false, "contributors": [ { "name": "Jason Davies", "url": "http://www.jasondavies.com" } ], "dependencies": { "commander": "2", "d3-array": "1", "d3-geo": "^1.1.0" }, "deprecated": false, "description": "Extended geographic projections for d3-geo.", "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", "us-atlas": "1", "world-atlas": "1" }, "homepage": "https://d3js.org/d3-geo-projection/", "jsnext:main": "index", "keywords": [ "d3", "d3-module", "cartography", "projection" ], "license": "BSD-3-Clause", "main": "build/d3-geo-projection.js", "module": "index", "name": "d3-geo-projection", "repository": { "type": "git", "url": "git+https://github.com/d3/d3-geo-projection.git" }, "scripts": { "postpublish": "git push && git push --tags && cd ../d3.github.com && git pull && cp ../d3-geo-projection/build/d3-geo-projection.js d3-geo-projection.v2.js && cp ../d3-geo-projection/build/d3-geo-projection.min.js d3-geo-projection.v2.min.js && git add d3-geo-projection.v2.js d3-geo-projection.v2.min.js && git commit -m \"d3-geo-projection ${npm_package_version}\" && git push && cd - && zip -j build/d3-geo-projection.zip -- LICENSE README.md build/d3-geo-projection.js build/d3-geo-projection.min.js", "prepublish": "npm run test && mkdir -p test/output && test/compare-images && uglifyjs --preamble \"$(preamble)\" build/d3-geo-projection.js -c -m -o build/d3-geo-projection.min.js", "pretest": "rm -rf build && mkdir build && rollup --banner \"$(preamble)\" -g d3-array:d3,d3-geo:d3 -f umd -n d3 -o build/d3-geo-projection.js -- index.js", "test": "tape 'test/**/*-test.js' && eslint index.js src" }, "version": "2.1.2" }