package.json 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. {
  2. "_from": "topojson-client@3.x",
  3. "_id": "topojson-client@3.1.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-605uxS6bcYxGXw9qi62XyrV6Q3xwbndjachmNxu8HWTtVPxZfEJN9fd/SZS1Q54Sn2y0TMyMxFj/cJINqGHrKw==",
  6. "_location": "/topojson-client",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "topojson-client@3.x",
  12. "name": "topojson-client",
  13. "escapedName": "topojson-client",
  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-client/-/topojson-client-3.1.0.tgz",
  22. "_shasum": "22e8b1ed08a2b922feeb4af6f53b6ef09a467b99",
  23. "_spec": "topojson-client@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. "topo2geo": "bin/topo2geo",
  31. "topomerge": "bin/topomerge",
  32. "topoquantize": "bin/topoquantize"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/topojson/topojson-client/issues"
  36. },
  37. "bundleDependencies": false,
  38. "dependencies": {
  39. "commander": "2"
  40. },
  41. "deprecated": false,
  42. "description": "Manipulate TopoJSON and convert it to GeoJSON.",
  43. "devDependencies": {
  44. "eslint": "6",
  45. "rollup": "1",
  46. "rollup-plugin-terser": "5",
  47. "tape": "4"
  48. },
  49. "files": [
  50. "bin/topo*",
  51. "dist/**/*.js",
  52. "src/**/*.js"
  53. ],
  54. "homepage": "https://github.com/topojson/topojson-client",
  55. "jsdelivr": "dist/topojson-client.min.js",
  56. "keywords": [
  57. "topojson",
  58. "topology",
  59. "geojson"
  60. ],
  61. "license": "ISC",
  62. "main": "dist/topojson-client.js",
  63. "module": "src/index.js",
  64. "name": "topojson-client",
  65. "repository": {
  66. "type": "git",
  67. "url": "git+https://github.com/topojson/topojson-client.git"
  68. },
  69. "scripts": {
  70. "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",
  71. "prepublishOnly": "rm -rf dist && yarn test",
  72. "pretest": "rollup -c",
  73. "test": "tape 'test/**/*-test.js' && eslint src test"
  74. },
  75. "unpkg": "dist/topojson-client.min.js",
  76. "version": "3.1.0"
  77. }