package.json 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  1. {
  2. "_from": "@turf/bbox-clip@^6.5.0",
  3. "_id": "@turf/bbox-clip@6.5.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-F6PaIRF8WMp8EmgU/Ke5B1Y6/pia14UAYB5TiBC668w5rVVjy5L8rTm/m2lEkkDMHlzoP9vNY4pxpNthE7rLcQ==",
  6. "_location": "/@turf/bbox-clip",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@turf/bbox-clip@^6.5.0",
  12. "name": "@turf/bbox-clip",
  13. "escapedName": "@turf%2fbbox-clip",
  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/bbox-clip/-/bbox-clip-6.5.0.tgz",
  23. "_shasum": "8e07d51ef8c875f9490d5c8699a2e51918587c94",
  24. "_spec": "@turf/bbox-clip@^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": "Tim Channell",
  36. "email": "@tcql"
  37. },
  38. {
  39. "name": "Vladimir Agafonkin",
  40. "email": "@mourner"
  41. },
  42. {
  43. "name": "Denis Carriere",
  44. "email": "@DenisCarriere"
  45. }
  46. ],
  47. "dependencies": {
  48. "@turf/helpers": "^6.5.0",
  49. "@turf/invariant": "^6.5.0"
  50. },
  51. "deprecated": false,
  52. "description": "turf bbox-clip module",
  53. "devDependencies": {
  54. "@turf/bbox": "^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. "geojson",
  81. "gis",
  82. "bbox",
  83. "clip"
  84. ],
  85. "license": "MIT",
  86. "main": "dist/js/index.js",
  87. "module": "dist/es/index.js",
  88. "name": "@turf/bbox-clip",
  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. }