{ "_from": "d3-geo@1.9.1", "_id": "d3-geo@1.9.1", "_inBundle": false, "_integrity": "sha512-l9wL/cEQkyZQYXw3xbmLsH3eQ5ij+icNfo4r0GrLa5rOCZR/e/3am45IQ0FvQ5uMsv+77zBRunLc9ufTWSQYFA==", "_location": "/d3-geo", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "d3-geo@1.9.1", "name": "d3-geo", "escapedName": "d3-geo", "rawSpec": "1.9.1", "saveSpec": null, "fetchSpec": "1.9.1" }, "_requiredBy": [ "/d3" ], "_resolved": "https://registry.npmjs.org/d3-geo/-/d3-geo-1.9.1.tgz", "_shasum": "157e3b0f917379d0f73bebfff3be537f49fa7356", "_spec": "d3-geo@1.9.1", "_where": "C:\\Users\\a5640\\OneDrive - National ChengChi University\\programming\\Python\\flask\\sententree\\static\\node_modules\\d3", "author": { "name": "Mike Bostock", "url": "https://bost.ocks.org/mike" }, "bugs": { "url": "https://github.com/d3/d3-geo/issues" }, "bundleDependencies": false, "dependencies": { "d3-array": "1" }, "deprecated": false, "description": "Shapes and calculators for spherical coordinates.", "devDependencies": { "canvas": "1", "d3-format": "1", "eslint": "4", "package-preamble": "0.1", "rollup": "0.52", "tape": "4", "topojson-client": "3", "uglify-js": "3" }, "homepage": "https://d3js.org/d3-geo/", "jsnext:main": "index", "keywords": [ "d3", "d3-module", "geo", "maps", "cartography" ], "license": "BSD-3-Clause", "main": "build/d3-geo.js", "module": "index", "name": "d3-geo", "repository": { "type": "git", "url": "git+https://github.com/d3/d3-geo.git" }, "scripts": { "postpublish": "git push && git push --tags && cd ../d3.github.com && git pull && cp ../d3-geo/build/d3-geo.js d3-geo.v1.js && cp ../d3-geo/build/d3-geo.min.js d3-geo.v1.min.js && git add d3-geo.v1.js d3-geo.v1.min.js && git commit -m \"d3-geo ${npm_package_version}\" && git push && cd - && zip -j build/d3-geo.zip -- LICENSE README.md build/d3-geo.js build/d3-geo.min.js", "prepublishOnly": "npm run test && test/compare-images && uglifyjs -b beautify=false,preamble=\"'$(preamble)'\" build/d3-geo.js -c -m -o build/d3-geo.min.js", "pretest": "rm -rf build && mkdir build && rollup -c --banner \"$(preamble)\"", "test": "tape 'test/**/*-test.js' && mkdir -p test/output && eslint index.js src" }, "version": "1.9.1" }