package.json 2.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. {
  2. "_from": "@turf/moran-index@^6.5.0",
  3. "_id": "@turf/moran-index@6.5.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-ItsnhrU2XYtTtTudrM8so4afBCYWNaB0Mfy28NZwLjB5jWuAsvyV+YW+J88+neK/ougKMTawkmjQqodNJaBeLQ==",
  6. "_location": "/@turf/moran-index",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@turf/moran-index@^6.5.0",
  12. "name": "@turf/moran-index",
  13. "escapedName": "@turf%2fmoran-index",
  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/moran-index/-/moran-index-6.5.0.tgz",
  23. "_shasum": "456264bfb014a7b5f527807c9dcf25df3c6b2efd",
  24. "_spec": "@turf/moran-index@^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. "contributors": [
  34. {
  35. "name": "Haoming Zhuang",
  36. "email": "@zhuang-hao-ming"
  37. }
  38. ],
  39. "dependencies": {
  40. "@turf/distance-weight": "^6.5.0",
  41. "@turf/helpers": "^6.5.0",
  42. "@turf/meta": "^6.5.0"
  43. },
  44. "deprecated": false,
  45. "description": "turf moran-index module",
  46. "devDependencies": {
  47. "@types/tape": "*",
  48. "benchmark": "*",
  49. "load-json-file": "*",
  50. "npm-run-all": "*",
  51. "tape": "*",
  52. "ts-node": "*",
  53. "tslint": "*",
  54. "typescript": "*",
  55. "write-json-file": "*"
  56. },
  57. "exports": {
  58. "./package.json": "./package.json",
  59. ".": {
  60. "import": "./dist/es/index.js",
  61. "require": "./dist/js/index.js"
  62. }
  63. },
  64. "files": [
  65. "dist"
  66. ],
  67. "funding": "https://opencollective.com/turf",
  68. "gitHead": "5375941072b90d489389db22b43bfe809d5e451e",
  69. "homepage": "https://github.com/Turfjs/turf",
  70. "keywords": [
  71. "turf",
  72. "moran-index"
  73. ],
  74. "license": "MIT",
  75. "main": "dist/js/index.js",
  76. "module": "dist/es/index.js",
  77. "name": "@turf/moran-index",
  78. "publishConfig": {
  79. "access": "public"
  80. },
  81. "repository": {
  82. "type": "git",
  83. "url": "git://github.com/Turfjs/turf.git"
  84. },
  85. "scripts": {
  86. "bench": "ts-node bench.js",
  87. "build": "npm-run-all build:*",
  88. "build:es": "tsc --outDir dist/es --module esnext --declaration false && echo '{\"type\":\"module\"}' > dist/es/package.json",
  89. "build:js": "tsc",
  90. "docs": "node ../../scripts/generate-readmes",
  91. "test": "npm-run-all test:*",
  92. "test:tape": "ts-node -r esm test.js"
  93. },
  94. "sideEffects": false,
  95. "types": "dist/js/index.d.ts",
  96. "version": "6.5.0"
  97. }