package.json 2.4 KB

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