package.json 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  1. {
  2. "_from": "@turf/isobands@^6.5.0",
  3. "_id": "@turf/isobands@6.5.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-4h6sjBPhRwMVuFaVBv70YB7eGz+iw0bhPRnp+8JBdX1UPJSXhoi/ZF2rACemRUr0HkdVB/a1r9gC32vn5IAEkw==",
  6. "_location": "/@turf/isobands",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@turf/isobands@^6.5.0",
  12. "name": "@turf/isobands",
  13. "escapedName": "@turf%2fisobands",
  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/isobands/-/isobands-6.5.0.tgz",
  23. "_shasum": "5e0929d9d8d53147074a5cfe4533768782e2a2ce",
  24. "_spec": "@turf/isobands@^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": "Stefano Borghi",
  36. "email": "@stebogit"
  37. }
  38. ],
  39. "dependencies": {
  40. "@turf/area": "^6.5.0",
  41. "@turf/bbox": "^6.5.0",
  42. "@turf/boolean-point-in-polygon": "^6.5.0",
  43. "@turf/explode": "^6.5.0",
  44. "@turf/helpers": "^6.5.0",
  45. "@turf/invariant": "^6.5.0",
  46. "@turf/meta": "^6.5.0",
  47. "object-assign": "*"
  48. },
  49. "deprecated": false,
  50. "description": "turf isobands module",
  51. "devDependencies": {
  52. "@turf/envelope": "^6.5.0",
  53. "@turf/point-grid": "^6.5.0",
  54. "@turf/random": "^6.5.0",
  55. "@turf/rhumb-destination": "^6.5.0",
  56. "@turf/truncate": "^6.5.0",
  57. "benchmark": "*",
  58. "chroma-js": "*",
  59. "load-json-file": "*",
  60. "matrix-to-grid": "*",
  61. "npm-run-all": "*",
  62. "rollup": "*",
  63. "tape": "*",
  64. "write-json-file": "*"
  65. },
  66. "exports": {
  67. "./package.json": "./package.json",
  68. ".": {
  69. "import": "./dist/es/index.js",
  70. "require": "./dist/js/index.js"
  71. }
  72. },
  73. "files": [
  74. "dist",
  75. "index.d.ts"
  76. ],
  77. "funding": "https://opencollective.com/turf",
  78. "gitHead": "5375941072b90d489389db22b43bfe809d5e451e",
  79. "homepage": "https://github.com/Turfjs/turf",
  80. "keywords": [
  81. "turf",
  82. "geojson",
  83. "contours",
  84. "isobands",
  85. "elevation",
  86. "topography",
  87. "filled"
  88. ],
  89. "license": "MIT",
  90. "main": "dist/js/index.js",
  91. "module": "dist/es/index.js",
  92. "name": "@turf/isobands",
  93. "publishConfig": {
  94. "access": "public"
  95. },
  96. "repository": {
  97. "type": "git",
  98. "url": "git://github.com/Turfjs/turf.git"
  99. },
  100. "scripts": {
  101. "bench": "node -r esm bench.js",
  102. "build": "rollup -c ../../rollup.config.js && echo '{\"type\":\"module\"}' > dist/es/package.json",
  103. "docs": "node ../../scripts/generate-readmes",
  104. "test": "npm-run-all test:*",
  105. "test:tape": "node -r esm test.js"
  106. },
  107. "sideEffects": false,
  108. "types": "index.d.ts",
  109. "version": "6.5.0"
  110. }