package.json 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  1. {
  2. "_from": "@turf/line-offset@^6.5.0",
  3. "_id": "@turf/line-offset@6.5.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-CEXZbKgyz8r72qRvPchK0dxqsq8IQBdH275FE6o4MrBkzMcoZsfSjghtXzKaz9vvro+HfIXal0sTk2mqV1lQTw==",
  6. "_location": "/@turf/line-offset",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@turf/line-offset@^6.5.0",
  12. "name": "@turf/line-offset",
  13. "escapedName": "@turf%2fline-offset",
  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-offset/-/line-offset-6.5.0.tgz",
  23. "_shasum": "2bbd8fcf9ff82009b72890863da444b190e53689",
  24. "_spec": "@turf/line-offset@^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": "David Wee",
  36. "email": "@rook2pawn"
  37. },
  38. {
  39. "name": "Rowan Winsemius",
  40. "email": "@rowanwins"
  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. "@turf/meta": "^6.5.0"
  51. },
  52. "deprecated": false,
  53. "description": "turf line-offset module",
  54. "devDependencies": {
  55. "@turf/truncate": "^6.5.0",
  56. "benchmark": "*",
  57. "load-json-file": "*",
  58. "npm-run-all": "*",
  59. "rollup": "*",
  60. "tape": "*",
  61. "write-json-file": "*"
  62. },
  63. "exports": {
  64. "./package.json": "./package.json",
  65. ".": {
  66. "import": "./dist/es/index.js",
  67. "require": "./dist/js/index.js"
  68. }
  69. },
  70. "files": [
  71. "dist",
  72. "index.d.ts"
  73. ],
  74. "funding": "https://opencollective.com/turf",
  75. "gitHead": "5375941072b90d489389db22b43bfe809d5e451e",
  76. "homepage": "https://github.com/Turfjs/turf",
  77. "keywords": [
  78. "line",
  79. "linestring",
  80. "turf",
  81. "offset"
  82. ],
  83. "license": "MIT",
  84. "main": "dist/js/index.js",
  85. "module": "dist/es/index.js",
  86. "name": "@turf/line-offset",
  87. "publishConfig": {
  88. "access": "public"
  89. },
  90. "repository": {
  91. "type": "git",
  92. "url": "git://github.com/Turfjs/turf.git"
  93. },
  94. "scripts": {
  95. "bench": "node -r esm bench.js",
  96. "build": "rollup -c ../../rollup.config.js && echo '{\"type\":\"module\"}' > dist/es/package.json",
  97. "docs": "node ../../scripts/generate-readmes",
  98. "test": "npm-run-all test:*",
  99. "test:tape": "node -r esm test.js",
  100. "test:types": "tsc --esModuleInterop --noEmit types.ts"
  101. },
  102. "sideEffects": false,
  103. "types": "index.d.ts",
  104. "version": "6.5.0"
  105. }