| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172 |
- {
- "_from": "d3-geo@1.7.1",
- "_id": "d3-geo@1.7.1",
- "_inBundle": false,
- "_integrity": "sha512-O4AempWAr+P5qbk2bC2FuN/sDW4z+dN2wDf9QV3bxQt4M5HfOEeXLgJ/UKQW0+o1Dj8BE+L5kiDbdWUMjsmQpw==",
- "_location": "/d3-geo",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "d3-geo@1.7.1",
- "name": "d3-geo",
- "escapedName": "d3-geo",
- "rawSpec": "1.7.1",
- "saveSpec": null,
- "fetchSpec": "1.7.1"
- },
- "_requiredBy": [
- "/@turf/buffer"
- ],
- "_resolved": "https://registry.npmjs.org/d3-geo/-/d3-geo-1.7.1.tgz",
- "_shasum": "44bbc7a218b1fd859f3d8fd7c443ca836569ce99",
- "_spec": "d3-geo@1.7.1",
- "_where": "F:\\project\\node_util\\node_modules\\@turf\\buffer",
- "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.49",
- "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.7.1"
- }
|