NuclearDispersionSystem/ant-design-vue-jeecg/node_modules/d3-geo-projection/package.json

60 lines
2.1 KiB
JSON
Raw Normal View History

2023-09-14 14:47:11 +08:00
{
"name": "d3-geo-projection",
"version": "2.1.2",
"description": "Extended geographic projections for d3-geo.",
"keywords": [
"d3",
"d3-module",
"cartography",
"projection"
],
"homepage": "https://d3js.org/d3-geo-projection/",
"license": "BSD-3-Clause",
"author": {
"name": "Mike Bostock",
"url": "http://bost.ocks.org/mike"
},
"contributors": [
{
"name": "Jason Davies",
"url": "http://www.jasondavies.com"
}
],
"main": "build/d3-geo-projection.js",
"module": "index",
"jsnext:main": "index",
"repository": {
"type": "git",
"url": "https://github.com/d3/d3-geo-projection.git"
},
"bin": {
"geo2svg": "bin/geo2svg",
"geograticule": "bin/geograticule",
"geoproject": "bin/geoproject",
"geostitch": "bin/geostitch"
},
"scripts": {
"pretest": "rm -rf build && mkdir build && rollup --banner \"$(preamble)\" -g d3-array:d3,d3-geo:d3 -f umd -n d3 -o build/d3-geo-projection.js -- index.js",
"test": "tape 'test/**/*-test.js' && eslint index.js src",
"prepublish": "npm run test && mkdir -p test/output && test/compare-images && uglifyjs --preamble \"$(preamble)\" build/d3-geo-projection.js -c -m -o build/d3-geo-projection.min.js",
"postpublish": "git push && git push --tags && cd ../d3.github.com && git pull && cp ../d3-geo-projection/build/d3-geo-projection.js d3-geo-projection.v2.js && cp ../d3-geo-projection/build/d3-geo-projection.min.js d3-geo-projection.v2.min.js && git add d3-geo-projection.v2.js d3-geo-projection.v2.min.js && git commit -m \"d3-geo-projection ${npm_package_version}\" && git push && cd - && zip -j build/d3-geo-projection.zip -- LICENSE README.md build/d3-geo-projection.js build/d3-geo-projection.min.js"
},
"dependencies": {
"commander": "2",
"d3-array": "1",
"d3-geo": "^1.1.0"
},
"devDependencies": {
"canvas": "1",
"d3-format": "1",
"eslint": "3",
"package-preamble": "0.1",
"rollup": "0.41",
"tape": "4",
"topojson-client": "3",
"uglify-js": "^2.8.11",
"us-atlas": "1",
"world-atlas": "1"
}
}