package.json 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. {
  2. "_from": "topojson-server@3.x",
  3. "_id": "topojson-server@3.0.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-/VS9j/ffKr2XAOjlZ9CgyyeLmgJ9dMwq6Y0YEON8O7p/tGGk+dCWnrE03zEdu7i4L7YsFZLEPZPzCvcB7lEEXw==",
  6. "_location": "/topojson-server",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "topojson-server@3.x",
  12. "name": "topojson-server",
  13. "escapedName": "topojson-server",
  14. "rawSpec": "3.x",
  15. "saveSpec": null,
  16. "fetchSpec": "3.x"
  17. },
  18. "_requiredBy": [
  19. "/@turf/concave"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/topojson-server/-/topojson-server-3.0.1.tgz",
  22. "_shasum": "d2b3ec095b6732299be76a48406111b3201a34f5",
  23. "_spec": "topojson-server@3.x",
  24. "_where": "F:\\project\\node_util\\node_modules\\@turf\\concave",
  25. "author": {
  26. "name": "Mike Bostock",
  27. "url": "https://bost.ocks.org/mike"
  28. },
  29. "bin": {
  30. "geo2topo": "bin/geo2topo"
  31. },
  32. "bugs": {
  33. "url": "https://github.com/topojson/topojson-server/issues"
  34. },
  35. "bundleDependencies": false,
  36. "dependencies": {
  37. "commander": "2"
  38. },
  39. "deprecated": false,
  40. "description": "Convert GeoJSON to TopoJSON for smaller files and the power of topology!",
  41. "devDependencies": {
  42. "eslint": "6",
  43. "rollup": "1",
  44. "rollup-plugin-terser": "5",
  45. "tape": "4",
  46. "topojson-client": "3"
  47. },
  48. "files": [
  49. "bin/geo*",
  50. "dist/**/*.js",
  51. "src/**/*.js"
  52. ],
  53. "homepage": "https://github.com/topojson/topojson-server",
  54. "jsdelivr": "dist/topojson-server.min.js",
  55. "keywords": [
  56. "topojson",
  57. "geojson"
  58. ],
  59. "license": "ISC",
  60. "main": "dist/topojson-server.js",
  61. "module": "src/index.js",
  62. "name": "topojson-server",
  63. "repository": {
  64. "type": "git",
  65. "url": "git+https://github.com/topojson/topojson-server.git"
  66. },
  67. "scripts": {
  68. "postpublish": "git push && git push --tags && zip -j dist/${npm_package_name}.zip -- LICENSE README.md dist/${npm_package_name}.js dist/${npm_package_name}.min.js",
  69. "prepublishOnly": "rm -rf dist && yarn test",
  70. "pretest": "rollup -c",
  71. "test": "tape 'test/**/*-test.js' && eslint src test"
  72. },
  73. "unpkg": "dist/topojson-server.min.js",
  74. "version": "3.0.1"
  75. }