package.json 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. {
  2. "_from": "@turf/centroid@^6.5.0",
  3. "_id": "@turf/centroid@6.5.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-MwE1oq5E3isewPprEClbfU5pXljIK/GUOMbn22UM3IFPDJX0KeoyLNwghszkdmFp/qMGL/M13MMWvU+GNLXP/A==",
  6. "_location": "/@turf/centroid",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@turf/centroid@^6.5.0",
  12. "name": "@turf/centroid",
  13. "escapedName": "@turf%2fcentroid",
  14. "scope": "@turf",
  15. "rawSpec": "^6.5.0",
  16. "saveSpec": null,
  17. "fetchSpec": "^6.5.0"
  18. },
  19. "_requiredBy": [
  20. "/@turf/center-median",
  21. "/@turf/center-of-mass",
  22. "/@turf/distance-weight",
  23. "/@turf/interpolate",
  24. "/@turf/transform-rotate",
  25. "/@turf/transform-scale",
  26. "/@turf/turf"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/@turf/centroid/-/centroid-6.5.0.tgz",
  29. "_shasum": "ecaa365412e5a4d595bb448e7dcdacfb49eb0009",
  30. "_spec": "@turf/centroid@^6.5.0",
  31. "_where": "F:\\project\\node_util\\node_modules\\@turf\\turf",
  32. "author": {
  33. "name": "Turf Authors"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/Turfjs/turf/issues"
  37. },
  38. "bundleDependencies": false,
  39. "dependencies": {
  40. "@turf/helpers": "^6.5.0",
  41. "@turf/meta": "^6.5.0"
  42. },
  43. "deprecated": false,
  44. "description": "turf centroid module",
  45. "devDependencies": {
  46. "@types/tape": "*",
  47. "benchmark": "*",
  48. "geojson-fixtures": "*",
  49. "glob": "*",
  50. "load-json-file": "*",
  51. "npm-run-all": "*",
  52. "tape": "*",
  53. "ts-node": "*",
  54. "tslint": "*",
  55. "typescript": "*",
  56. "write-json-file": "*"
  57. },
  58. "exports": {
  59. "./package.json": "./package.json",
  60. ".": {
  61. "import": "./dist/es/index.js",
  62. "require": "./dist/js/index.js"
  63. }
  64. },
  65. "files": [
  66. "dist"
  67. ],
  68. "funding": "https://opencollective.com/turf",
  69. "gitHead": "5375941072b90d489389db22b43bfe809d5e451e",
  70. "homepage": "https://github.com/Turfjs/turf",
  71. "keywords": [
  72. "turf",
  73. "geojson",
  74. "geo",
  75. "gis"
  76. ],
  77. "license": "MIT",
  78. "main": "dist/js/index.js",
  79. "module": "dist/es/index.js",
  80. "name": "@turf/centroid",
  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. }