{ "_from": "d3-composite-projections@~1.2.0", "_id": "d3-composite-projections@1.2.3", "_inBundle": false, "_integrity": "sha512-RxNBoRGf3epTnQBUKeEpaXpD8BA/Ud0xRuLwWxyI7dWfuuYgJZMKw6ZsZOwfDNC0ZbMWaU0eBFlL05A2jlcsWg==", "_location": "/d3-composite-projections", "_phantomChildren": { "d3-array": "1.2.4" }, "_requested": { "type": "range", "registry": true, "raw": "d3-composite-projections@~1.2.0", "name": "d3-composite-projections", "escapedName": "d3-composite-projections", "rawSpec": "~1.2.0", "saveSpec": null, "fetchSpec": "~1.2.0" }, "_requiredBy": [ "/@antv/data-set" ], "_resolved": "https://registry.npmmirror.com/d3-composite-projections/-/d3-composite-projections-1.2.3.tgz", "_shasum": "d4283b32fca77ab0aeab92354f7726410f94b1cc", "_spec": "d3-composite-projections@~1.2.0", "_where": "/data/jenkins/workspace/front-v5-web/node_modules/@antv/data-set", "author": { "name": "Roger Veciana i Rovira", "url": "http://geoexamples.com" }, "bugs": { "url": "https://github.com/rveciana/d3-composite-projections/issues" }, "bundleDependencies": false, "dependencies": { "d3-geo": "^1.11.6", "d3-path": "^1.0.7" }, "deprecated": false, "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", "eslint": "^6.1.0", "package-preamble": "0.1", "pixelmatch": "^5.0.2", "pngjs": "^3.4.0", "rollup": "^1.17.0", "tape": "^4.11.0", "topojson": "3", "uglify-js": "3.6" }, "homepage": "http://geoexamples.com/d3-composite-projections/", "jsnext:main": "index", "license": "BSD-3-Clause", "main": "d3-composite-projections.js", "name": "d3-composite-projections", "repository": { "type": "git", "url": "git+https://github.com/rveciana/d3-composite-projections.git" }, "scripts": { "postpublish": "git push && git push --tags", "prepublish": "npm run test && uglifyjs --preamble \"$(preamble)\" d3-composite-projections.js -c -m -o d3-composite-projections.min.js", "pretest": "rollup --banner \"$(preamble)\" -f umd -g d3-geo:d3,d3-path:d3 -n d3 -o d3-composite-projections.js -- index.js", "test": "mkdir -p test/output && tape 'test/*-test.js' && eslint index.js src" }, "version": "1.2.3" }