package.json 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. {
  2. "_args": [
  3. [
  4. "d3-geo@3.1.0",
  5. "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm"
  6. ]
  7. ],
  8. "_from": "d3-geo@3.1.0",
  9. "_id": "d3-geo@3.1.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-JEo5HxXDdDYXCaWdwLRt79y7giK8SbhZJbFWXqbRTolCHFI5jRqteLzCsq51NKbUoX0PjBVSohxrx+NoOUujYA==",
  12. "_location": "/d3-geo",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "d3-geo@3.1.0",
  18. "name": "d3-geo",
  19. "escapedName": "d3-geo",
  20. "rawSpec": "3.1.0",
  21. "saveSpec": null,
  22. "fetchSpec": "3.1.0"
  23. },
  24. "_requiredBy": [
  25. "/d3"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/d3-geo/-/d3-geo-3.1.0.tgz",
  28. "_spec": "3.1.0",
  29. "_where": "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm",
  30. "author": {
  31. "name": "Mike Bostock",
  32. "url": "https://bost.ocks.org/mike"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/d3/d3-geo/issues"
  36. },
  37. "dependencies": {
  38. "d3-array": "2.5.0 - 3"
  39. },
  40. "description": "Shapes and calculators for spherical coordinates.",
  41. "devDependencies": {
  42. "canvas": "2",
  43. "d3-format": "1 - 3",
  44. "eslint": "8",
  45. "mocha": "10",
  46. "pixelmatch": "5",
  47. "pngjs": "6",
  48. "rollup": "3",
  49. "rollup-plugin-terser": "7",
  50. "topojson-client": "3",
  51. "world-atlas": "1"
  52. },
  53. "engines": {
  54. "node": ">=12"
  55. },
  56. "exports": {
  57. "umd": "./dist/d3-geo.min.js",
  58. "default": "./src/index.js"
  59. },
  60. "files": [
  61. "dist/**/*.js",
  62. "src/**/*.js"
  63. ],
  64. "homepage": "https://d3js.org/d3-geo/",
  65. "jsdelivr": "dist/d3-geo.min.js",
  66. "keywords": [
  67. "d3",
  68. "d3-module",
  69. "geo",
  70. "maps",
  71. "cartography"
  72. ],
  73. "license": "ISC",
  74. "main": "src/index.js",
  75. "module": "src/index.js",
  76. "name": "d3-geo",
  77. "repository": {
  78. "type": "git",
  79. "url": "git+https://github.com/d3/d3-geo.git"
  80. },
  81. "scripts": {
  82. "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 -",
  83. "prepublishOnly": "rm -rf dist && rollup -c",
  84. "test": "mocha 'test/**/*-test.js' && eslint src test"
  85. },
  86. "sideEffects": false,
  87. "type": "module",
  88. "unpkg": "dist/d3-geo.min.js",
  89. "version": "3.1.0"
  90. }