package.json 2.7 KB

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