{ "_from": "d3-geo-projection@^2.7.1", "_id": "d3-geo-projection@2.8.1", "_inBundle": false, "_integrity": "sha512-VObmT3vQQgU7IxkDwyIuOrWK4AS2OHyvucp1vHo98WE7DvAN+VcS3Pf/oKenszPfbMtHusOfQNBLEMyGHguvTg==", "_location": "/d3-geo-projection", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "d3-geo-projection@^2.7.1", "name": "d3-geo-projection", "escapedName": "d3-geo-projection", "rawSpec": "^2.7.1", "saveSpec": null, "fetchSpec": "^2.7.1" }, "_requiredBy": [ "/vega-projection" ], "_resolved": "https://registry.npmjs.org/d3-geo-projection/-/d3-geo-projection-2.8.1.tgz", "_shasum": "80447ef6cc6ab561646d251c20f4882c81879938", "_spec": "d3-geo-projection@^2.7.1", "_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/vega-projection", "author": { "name": "Mike Bostock", "url": "https://bost.ocks.org/mike" }, "bin": { "geo2svg": "bin/geo2svg", "geograticule": "bin/geograticule", "geoproject": "bin/geoproject", "geoquantize": "bin/geoquantize", "geostitch": "bin/geostitch" }, "bugs": { "url": "https://github.com/d3/d3-geo-projection/issues" }, "bundleDependencies": false, "contributors": [ { "name": "Jason Davies", "url": "http://www.jasondavies.com" }, { "name": "Philippe Rivière", "url": "https://visionscarto.net" } ], "dependencies": { "commander": "2", "d3-array": "1", "d3-geo": "^1.10.0", "resolve": "^1.1.10" }, "deprecated": false, "description": "Extended geographic projections for d3-geo.", "devDependencies": { "canvas": "1", "d3-format": "1", "eslint": "5", "rollup": "0.64", "rollup-plugin-terser": "1", "tape": "4", "topojson-client": "3", "us-atlas": "1", "world-atlas": "1" }, "files": [ "bin/geo*", "bin/**/*.js", "dist/**/*.js", "src/**/*.js" ], "homepage": "https://d3js.org/d3-geo-projection/", "jsdelivr": "dist/d3-geo-projection.min.js", "keywords": [ "d3", "d3-module", "cartography", "projection" ], "license": "BSD-3-Clause", "main": "dist/d3-geo-projection.js", "module": "src/index.js", "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 ../${npm_package_name}/dist/${npm_package_name}.js ${npm_package_name}.v${npm_package_version%%.*}.js && cp ../${npm_package_name}/dist/${npm_package_name}.min.js ${npm_package_name}.v${npm_package_version%%.*}.min.js && git add ${npm_package_name}.v${npm_package_version%%.*}.js ${npm_package_name}.v${npm_package_version%%.*}.min.js && git commit -m \"${npm_package_name} ${npm_package_version}\" && git push && cd - && zip -j dist/${npm_package_name}.zip -- LICENSE README.md dist/${npm_package_name}.js dist/${npm_package_name}.min.js", "prepublishOnly": "rm -rf dist && yarn test && mkdir -p test/output && test/compare-images", "pretest": "rollup -c", "test": "tape 'test/**/*-test.js' && eslint src" }, "sideEffects": false, "unpkg": "dist/d3-geo-projection.min.js", "version": "2.8.1" }