package.json 2.6 KB

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