package.json 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  1. {
  2. "_from": "@turf/line-split@^6.5.0",
  3. "_id": "@turf/line-split@6.5.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-/rwUMVr9OI2ccJjw7/6eTN53URtGThNSD5I0GgxyFXMtxWiloRJ9MTff8jBbtPWrRka/Sh2GkwucVRAEakx9Sw==",
  6. "_location": "/@turf/line-split",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@turf/line-split@^6.5.0",
  12. "name": "@turf/line-split",
  13. "escapedName": "@turf%2fline-split",
  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/line-split/-/line-split-6.5.0.tgz",
  23. "_shasum": "116d7fbf714457878225187f5820ef98db7b02c2",
  24. "_spec": "@turf/line-split@^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": "Denis Carriere",
  36. "email": "@DenisCarriere"
  37. }
  38. ],
  39. "dependencies": {
  40. "@turf/bbox": "^6.5.0",
  41. "@turf/helpers": "^6.5.0",
  42. "@turf/invariant": "^6.5.0",
  43. "@turf/line-intersect": "^6.5.0",
  44. "@turf/line-segment": "^6.5.0",
  45. "@turf/meta": "^6.5.0",
  46. "@turf/nearest-point-on-line": "^6.5.0",
  47. "@turf/square": "^6.5.0",
  48. "@turf/truncate": "^6.5.0",
  49. "geojson-rbush": "3.x"
  50. },
  51. "deprecated": false,
  52. "description": "turf line-split module",
  53. "devDependencies": {
  54. "benchmark": "*",
  55. "load-json-file": "*",
  56. "npm-run-all": "*",
  57. "rollup": "*",
  58. "tape": "*",
  59. "write-json-file": "*"
  60. },
  61. "exports": {
  62. "./package.json": "./package.json",
  63. ".": {
  64. "import": "./dist/es/index.js",
  65. "require": "./dist/js/index.js"
  66. }
  67. },
  68. "files": [
  69. "dist",
  70. "index.d.ts"
  71. ],
  72. "funding": "https://opencollective.com/turf",
  73. "gitHead": "5375941072b90d489389db22b43bfe809d5e451e",
  74. "homepage": "https://github.com/Turfjs/turf",
  75. "keywords": [
  76. "turf",
  77. "geojson",
  78. "gis",
  79. "line",
  80. "split"
  81. ],
  82. "license": "MIT",
  83. "main": "dist/js/index.js",
  84. "module": "dist/es/index.js",
  85. "name": "@turf/line-split",
  86. "publishConfig": {
  87. "access": "public"
  88. },
  89. "repository": {
  90. "type": "git",
  91. "url": "git://github.com/Turfjs/turf.git"
  92. },
  93. "scripts": {
  94. "bench": "node -r esm bench.js",
  95. "build": "rollup -c ../../rollup.config.js && echo '{\"type\":\"module\"}' > dist/es/package.json",
  96. "docs": "node ../../scripts/generate-readmes",
  97. "test": "npm-run-all test:*",
  98. "test:tape": "node -r esm test.js"
  99. },
  100. "sideEffects": false,
  101. "types": "index.d.ts",
  102. "version": "6.5.0"
  103. }