{ "_args": [ [ "d3-composite-projections@1.4.0", "D:\\jenkins\\workspace\\cssc-fvue" ] ], "_from": "d3-composite-projections@1.4.0", "_id": "d3-composite-projections@1.4.0", "_inBundle": false, "_integrity": "sha1-J7GC+mNaWGk0n+kRzgGAuXTRfxI=", "_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.npm.taobao.org/d3-composite-projections/download/d3-composite-projections-1.4.0.tgz?cache=0&sync_timestamp=1602059393018&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fd3-composite-projections%2Fdownload%2Fd3-composite-projections-1.4.0.tgz", "_spec": "1.4.0", "_where": "D:\\jenkins\\workspace\\cssc-fvue", "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" }