package.json 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. {
  2. "_from": "d3-geo@1.7.1",
  3. "_id": "d3-geo@1.7.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-O4AempWAr+P5qbk2bC2FuN/sDW4z+dN2wDf9QV3bxQt4M5HfOEeXLgJ/UKQW0+o1Dj8BE+L5kiDbdWUMjsmQpw==",
  6. "_location": "/d3-geo",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "d3-geo@1.7.1",
  12. "name": "d3-geo",
  13. "escapedName": "d3-geo",
  14. "rawSpec": "1.7.1",
  15. "saveSpec": null,
  16. "fetchSpec": "1.7.1"
  17. },
  18. "_requiredBy": [
  19. "/@turf/buffer"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/d3-geo/-/d3-geo-1.7.1.tgz",
  22. "_shasum": "44bbc7a218b1fd859f3d8fd7c443ca836569ce99",
  23. "_spec": "d3-geo@1.7.1",
  24. "_where": "F:\\project\\node_util\\node_modules\\@turf\\buffer",
  25. "author": {
  26. "name": "Mike Bostock",
  27. "url": "https://bost.ocks.org/mike"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/d3/d3-geo/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "d3-array": "1"
  35. },
  36. "deprecated": false,
  37. "description": "Shapes and calculators for spherical coordinates.",
  38. "devDependencies": {
  39. "canvas": "1",
  40. "d3-format": "1",
  41. "eslint": "4",
  42. "package-preamble": "0.1",
  43. "rollup": "0.49",
  44. "tape": "4",
  45. "topojson-client": "3",
  46. "uglify-js": "3"
  47. },
  48. "homepage": "https://d3js.org/d3-geo/",
  49. "jsnext:main": "index",
  50. "keywords": [
  51. "d3",
  52. "d3-module",
  53. "geo",
  54. "maps",
  55. "cartography"
  56. ],
  57. "license": "BSD-3-Clause",
  58. "main": "build/d3-geo.js",
  59. "module": "index",
  60. "name": "d3-geo",
  61. "repository": {
  62. "type": "git",
  63. "url": "git+https://github.com/d3/d3-geo.git"
  64. },
  65. "scripts": {
  66. "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",
  67. "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",
  68. "pretest": "rm -rf build && mkdir build && rollup -c --banner \"$(preamble)\"",
  69. "test": "tape 'test/**/*-test.js' && mkdir -p test/output && eslint index.js src"
  70. },
  71. "version": "1.7.1"
  72. }