package.json 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. {
  2. "_from": "@turf/circle@^6.5.0",
  3. "_id": "@turf/circle@6.5.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-oU1+Kq9DgRnoSbWFHKnnUdTmtcRUMmHoV9DjTXu9vOLNV5OWtAAh1VZ+mzsioGGzoDNT/V5igbFOkMfBQc0B6A==",
  6. "_location": "/@turf/circle",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@turf/circle@^6.5.0",
  12. "name": "@turf/circle",
  13. "escapedName": "@turf%2fcircle",
  14. "scope": "@turf",
  15. "rawSpec": "^6.5.0",
  16. "saveSpec": null,
  17. "fetchSpec": "^6.5.0"
  18. },
  19. "_requiredBy": [
  20. "/@turf/line-arc",
  21. "/@turf/sector",
  22. "/@turf/turf"
  23. ],
  24. "_resolved": "https://registry.npmjs.org/@turf/circle/-/circle-6.5.0.tgz",
  25. "_shasum": "dc017d8c0131d1d212b7c06f76510c22bbeb093c",
  26. "_spec": "@turf/circle@^6.5.0",
  27. "_where": "F:\\project\\node_util\\node_modules\\@turf\\turf",
  28. "author": {
  29. "name": "Turf Authors"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/Turfjs/turf/issues"
  33. },
  34. "bundleDependencies": false,
  35. "dependencies": {
  36. "@turf/destination": "^6.5.0",
  37. "@turf/helpers": "^6.5.0"
  38. },
  39. "deprecated": false,
  40. "description": "turf circle module",
  41. "devDependencies": {
  42. "@mapbox/geojsonhint": "*",
  43. "@turf/truncate": "^6.5.0",
  44. "@types/tape": "*",
  45. "benchmark": "*",
  46. "load-json-file": "*",
  47. "npm-run-all": "*",
  48. "tape": "*",
  49. "ts-node": "*",
  50. "tslint": "*",
  51. "typescript": "*",
  52. "write-json-file": "*"
  53. },
  54. "exports": {
  55. "./package.json": "./package.json",
  56. ".": {
  57. "import": "./dist/es/index.js",
  58. "require": "./dist/js/index.js"
  59. }
  60. },
  61. "files": [
  62. "dist"
  63. ],
  64. "funding": "https://opencollective.com/turf",
  65. "gitHead": "5375941072b90d489389db22b43bfe809d5e451e",
  66. "homepage": "https://github.com/Turfjs/turf",
  67. "keywords": [
  68. "turf",
  69. "circle",
  70. "radius",
  71. "polygon",
  72. "miles",
  73. "km"
  74. ],
  75. "license": "MIT",
  76. "main": "dist/js/index.js",
  77. "module": "dist/es/index.js",
  78. "name": "@turf/circle",
  79. "publishConfig": {
  80. "access": "public"
  81. },
  82. "repository": {
  83. "type": "git",
  84. "url": "git://github.com/Turfjs/turf.git"
  85. },
  86. "scripts": {
  87. "bench": "ts-node bench.js",
  88. "build": "npm-run-all build:*",
  89. "build:es": "tsc --outDir dist/es --module esnext --declaration false && echo '{\"type\":\"module\"}' > dist/es/package.json",
  90. "build:js": "tsc",
  91. "docs": "node ../../scripts/generate-readmes",
  92. "test": "npm-run-all test:*",
  93. "test:tape": "ts-node -r esm test.js",
  94. "test:types": "tsc --esModuleInterop --noEmit types.ts"
  95. },
  96. "sideEffects": false,
  97. "types": "dist/js/index.d.ts",
  98. "version": "6.5.0"
  99. }