package.json 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  1. {
  2. "_from": "@turf/bbox@^6.5.0",
  3. "_id": "@turf/bbox@6.5.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-RBbLaao5hXTYyyg577iuMtDB8ehxMlUqHEJiMs8jT1GHkFhr6sYre3lmLsPeYEi/ZKj5TP5tt7fkzNdJ4GIVyw==",
  6. "_location": "/@turf/bbox",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@turf/bbox@^6.5.0",
  12. "name": "@turf/bbox",
  13. "escapedName": "@turf%2fbbox",
  14. "scope": "@turf",
  15. "rawSpec": "^6.5.0",
  16. "saveSpec": null,
  17. "fetchSpec": "^6.5.0"
  18. },
  19. "_requiredBy": [
  20. "/@turf/boolean-contains",
  21. "/@turf/boolean-within",
  22. "/@turf/buffer",
  23. "/@turf/center",
  24. "/@turf/center-mean",
  25. "/@turf/collect",
  26. "/@turf/envelope",
  27. "/@turf/interpolate",
  28. "/@turf/isobands",
  29. "/@turf/isolines",
  30. "/@turf/line-split",
  31. "/@turf/line-to-polygon",
  32. "/@turf/polygon-tangents",
  33. "/@turf/shortest-path",
  34. "/@turf/transform-scale",
  35. "/@turf/turf",
  36. "/geojson-rbush"
  37. ],
  38. "_resolved": "https://registry.npmjs.org/@turf/bbox/-/bbox-6.5.0.tgz",
  39. "_shasum": "bec30a744019eae420dac9ea46fb75caa44d8dc5",
  40. "_spec": "@turf/bbox@^6.5.0",
  41. "_where": "F:\\project\\node_util\\node_modules\\@turf\\turf",
  42. "author": {
  43. "name": "Turf Authors"
  44. },
  45. "bugs": {
  46. "url": "https://github.com/Turfjs/turf/issues"
  47. },
  48. "bundleDependencies": false,
  49. "dependencies": {
  50. "@turf/helpers": "^6.5.0",
  51. "@turf/meta": "^6.5.0"
  52. },
  53. "deprecated": false,
  54. "description": "turf bbox module",
  55. "devDependencies": {
  56. "@types/tape": "*",
  57. "benchmark": "*",
  58. "npm-run-all": "*",
  59. "tape": "*",
  60. "ts-node": "*",
  61. "tslint": "*",
  62. "typescript": "*"
  63. },
  64. "exports": {
  65. "./package.json": "./package.json",
  66. ".": {
  67. "import": "./dist/es/index.js",
  68. "require": "./dist/js/index.js"
  69. }
  70. },
  71. "files": [
  72. "dist"
  73. ],
  74. "funding": "https://opencollective.com/turf",
  75. "gitHead": "5375941072b90d489389db22b43bfe809d5e451e",
  76. "homepage": "https://github.com/Turfjs/turf",
  77. "keywords": [
  78. "turf",
  79. "extent",
  80. "bbox",
  81. "polygon",
  82. "featurecollection",
  83. "geojson"
  84. ],
  85. "license": "MIT",
  86. "main": "dist/js/index.js",
  87. "module": "dist/es/index.js",
  88. "name": "@turf/bbox",
  89. "publishConfig": {
  90. "access": "public"
  91. },
  92. "repository": {
  93. "type": "git",
  94. "url": "git://github.com/Turfjs/turf.git"
  95. },
  96. "scripts": {
  97. "bench": "ts-node bench.js",
  98. "build": "npm-run-all build:*",
  99. "build:es": "tsc --outDir dist/es --module esnext --declaration false && echo '{\"type\":\"module\"}' > dist/es/package.json",
  100. "build:js": "tsc",
  101. "docs": "node ../../scripts/generate-readmes",
  102. "test": "npm-run-all test:*",
  103. "test:tape": "ts-node -r esm test.js"
  104. },
  105. "sideEffects": false,
  106. "types": "dist/js/index.d.ts",
  107. "version": "6.5.0"
  108. }