package.json 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. {
  2. "_from": "@turf/midpoint@^6.5.0",
  3. "_id": "@turf/midpoint@6.5.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-MyTzV44IwmVI6ec9fB2OgZ53JGNlgOpaYl9ArKoF49rXpL84F9rNATndbe0+MQIhdkw8IlzA6xVP4lZzfMNVCw==",
  6. "_location": "/@turf/midpoint",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@turf/midpoint@^6.5.0",
  12. "name": "@turf/midpoint",
  13. "escapedName": "@turf%2fmidpoint",
  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/midpoint/-/midpoint-6.5.0.tgz",
  23. "_shasum": "5f9428959309feccaf3f55873a8de70d4121bdce",
  24. "_spec": "@turf/midpoint@^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/bearing": "^6.5.0",
  35. "@turf/destination": "^6.5.0",
  36. "@turf/distance": "^6.5.0",
  37. "@turf/helpers": "^6.5.0"
  38. },
  39. "deprecated": false,
  40. "description": "turf midpoint module",
  41. "devDependencies": {
  42. "benchmark": "*",
  43. "npm-run-all": "*",
  44. "rollup": "*",
  45. "tape": "*"
  46. },
  47. "exports": {
  48. "./package.json": "./package.json",
  49. ".": {
  50. "import": "./dist/es/index.js",
  51. "require": "./dist/js/index.js"
  52. }
  53. },
  54. "files": [
  55. "dist",
  56. "index.d.ts"
  57. ],
  58. "funding": "https://opencollective.com/turf",
  59. "gitHead": "5375941072b90d489389db22b43bfe809d5e451e",
  60. "homepage": "https://github.com/Turfjs/turf",
  61. "keywords": [
  62. "turf",
  63. "midpoint",
  64. "bisect",
  65. "geojson",
  66. "line"
  67. ],
  68. "license": "MIT",
  69. "main": "dist/js/index.js",
  70. "module": "dist/es/index.js",
  71. "name": "@turf/midpoint",
  72. "publishConfig": {
  73. "access": "public"
  74. },
  75. "repository": {
  76. "type": "git",
  77. "url": "git://github.com/Turfjs/turf.git"
  78. },
  79. "scripts": {
  80. "bench": "node -r esm bench.js",
  81. "build": "rollup -c ../../rollup.config.js && echo '{\"type\":\"module\"}' > dist/es/package.json",
  82. "docs": "node ../../scripts/generate-readmes",
  83. "test": "npm-run-all test:*",
  84. "test:tape": "node -r esm test.js"
  85. },
  86. "sideEffects": false,
  87. "types": "index.d.ts",
  88. "version": "6.5.0"
  89. }