package.json 2.6 KB

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