package.json 2.4 KB

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