package.json 2.5 KB

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