package.json 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  1. {
  2. "_from": "@turf/point-grid@^6.5.0",
  3. "_id": "@turf/point-grid@6.5.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-Iq38lFokNNtQJnOj/RBKmyt6dlof0yhaHEDELaWHuECm1lIZLY3ZbVMwbs+nXkwTAHjKfS/OtMheUBkw+ee49w==",
  6. "_location": "/@turf/point-grid",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@turf/point-grid@^6.5.0",
  12. "name": "@turf/point-grid",
  13. "escapedName": "@turf%2fpoint-grid",
  14. "scope": "@turf",
  15. "rawSpec": "^6.5.0",
  16. "saveSpec": null,
  17. "fetchSpec": "^6.5.0"
  18. },
  19. "_requiredBy": [
  20. "/@turf/interpolate",
  21. "/@turf/turf"
  22. ],
  23. "_resolved": "https://registry.npmjs.org/@turf/point-grid/-/point-grid-6.5.0.tgz",
  24. "_shasum": "f628d30afe29d60dcbf54b195e46eab48a4fbfaa",
  25. "_spec": "@turf/point-grid@^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": "Stefano Borghi",
  37. "email": "@stebogit"
  38. },
  39. {
  40. "name": "Denis Carriere",
  41. "email": "@DenisCarriere"
  42. }
  43. ],
  44. "dependencies": {
  45. "@turf/boolean-within": "^6.5.0",
  46. "@turf/distance": "^6.5.0",
  47. "@turf/helpers": "^6.5.0",
  48. "@turf/invariant": "^6.5.0"
  49. },
  50. "deprecated": false,
  51. "description": "turf point-grid module",
  52. "devDependencies": {
  53. "@turf/bbox-polygon": "^6.5.0",
  54. "@turf/truncate": "^6.5.0",
  55. "@types/tape": "*",
  56. "benchmark": "*",
  57. "load-json-file": "*",
  58. "npm-run-all": "*",
  59. "tape": "*",
  60. "ts-node": "*",
  61. "tslint": "*",
  62. "typescript": "*",
  63. "write-json-file": "*"
  64. },
  65. "exports": {
  66. "./package.json": "./package.json",
  67. ".": {
  68. "import": "./dist/es/index.js",
  69. "require": "./dist/js/index.js"
  70. }
  71. },
  72. "files": [
  73. "dist"
  74. ],
  75. "funding": "https://opencollective.com/turf",
  76. "gitHead": "5375941072b90d489389db22b43bfe809d5e451e",
  77. "homepage": "https://github.com/Turfjs/turf",
  78. "keywords": [
  79. "turf",
  80. "grid",
  81. "points",
  82. "geojson"
  83. ],
  84. "license": "MIT",
  85. "main": "dist/js/index.js",
  86. "module": "dist/es/index.js",
  87. "name": "@turf/point-grid",
  88. "publishConfig": {
  89. "access": "public"
  90. },
  91. "repository": {
  92. "type": "git",
  93. "url": "git://github.com/Turfjs/turf.git"
  94. },
  95. "scripts": {
  96. "bench": "ts-node bench.js",
  97. "build": "npm-run-all build:*",
  98. "build:es": "tsc --outDir dist/es --module esnext --declaration false && echo '{\"type\":\"module\"}' > dist/es/package.json",
  99. "build:js": "tsc",
  100. "docs": "node ../../scripts/generate-readmes",
  101. "test": "npm-run-all test:*",
  102. "test:tape": "ts-node -r esm test.js",
  103. "test:types": "tsc --esModuleInterop --noEmit types.ts"
  104. },
  105. "sideEffects": false,
  106. "types": "dist/js/index.d.ts",
  107. "version": "6.5.0"
  108. }