package.json 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  1. {
  2. "_from": "@turf/line-chunk@^6.5.0",
  3. "_id": "@turf/line-chunk@6.5.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-i1FGE6YJaaYa+IJesTfyRRQZP31QouS+wh/pa6O3CC0q4T7LtHigyBSYjrbjSLfn2EVPYGlPCMFEqNWCOkC6zg==",
  6. "_location": "/@turf/line-chunk",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@turf/line-chunk@^6.5.0",
  12. "name": "@turf/line-chunk",
  13. "escapedName": "@turf%2fline-chunk",
  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-chunk/-/line-chunk-6.5.0.tgz",
  23. "_shasum": "02cefa74564b9cf533a3ac8a5109c97cb7170d10",
  24. "_spec": "@turf/line-chunk@^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": "Rowan Winsemius",
  40. "email": "@rowanwins"
  41. },
  42. {
  43. "name": "Denis Carriere",
  44. "email": "@DenisCarriere"
  45. },
  46. {
  47. "name": "Daniel Pulido",
  48. "email": "@dpmcmlxxvi"
  49. }
  50. ],
  51. "dependencies": {
  52. "@turf/helpers": "^6.5.0",
  53. "@turf/length": "^6.5.0",
  54. "@turf/line-slice-along": "^6.5.0",
  55. "@turf/meta": "^6.5.0"
  56. },
  57. "deprecated": false,
  58. "description": "turf line-chunk module",
  59. "devDependencies": {
  60. "@turf/truncate": "^6.5.0",
  61. "benchmark": "*",
  62. "load-json-file": "*",
  63. "npm-run-all": "*",
  64. "rollup": "*",
  65. "tape": "*",
  66. "write-json-file": "*"
  67. },
  68. "exports": {
  69. "./package.json": "./package.json",
  70. ".": {
  71. "import": "./dist/es/index.js",
  72. "require": "./dist/js/index.js"
  73. }
  74. },
  75. "files": [
  76. "dist",
  77. "index.d.ts"
  78. ],
  79. "funding": "https://opencollective.com/turf",
  80. "gitHead": "5375941072b90d489389db22b43bfe809d5e451e",
  81. "homepage": "https://github.com/Turfjs/turf",
  82. "keywords": [
  83. "turf",
  84. "gis",
  85. "geojson",
  86. "linestring",
  87. "line segment"
  88. ],
  89. "license": "MIT",
  90. "main": "dist/js/index.js",
  91. "module": "dist/es/index.js",
  92. "name": "@turf/line-chunk",
  93. "publishConfig": {
  94. "access": "public"
  95. },
  96. "repository": {
  97. "type": "git",
  98. "url": "git://github.com/Turfjs/turf.git"
  99. },
  100. "scripts": {
  101. "bench": "node -r esm bench.js",
  102. "build": "rollup -c ../../rollup.config.js && echo '{\"type\":\"module\"}' > dist/es/package.json",
  103. "docs": "node ../../scripts/generate-readmes",
  104. "test": "npm-run-all test:*",
  105. "test:tape": "node -r esm test.js",
  106. "test:types": "tsc --esModuleInterop --noEmit types.ts"
  107. },
  108. "sideEffects": false,
  109. "types": "index.d.ts",
  110. "version": "6.5.0"
  111. }