package.json 2.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. {
  2. "_from": "@turf/line-arc@^6.5.0",
  3. "_id": "@turf/line-arc@6.5.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-I6c+V6mIyEwbtg9P9zSFF89T7QPe1DPTG3MJJ6Cm1MrAY0MdejwQKOpsvNl8LDU2ekHOlz2kHpPVR7VJsoMllA==",
  6. "_location": "/@turf/line-arc",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@turf/line-arc@^6.5.0",
  12. "name": "@turf/line-arc",
  13. "escapedName": "@turf%2fline-arc",
  14. "scope": "@turf",
  15. "rawSpec": "^6.5.0",
  16. "saveSpec": null,
  17. "fetchSpec": "^6.5.0"
  18. },
  19. "_requiredBy": [
  20. "/@turf/sector",
  21. "/@turf/turf"
  22. ],
  23. "_resolved": "https://registry.npmjs.org/@turf/line-arc/-/line-arc-6.5.0.tgz",
  24. "_shasum": "5ca35516ccf1f3a01149889d9facb39a77b07431",
  25. "_spec": "@turf/line-arc@^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/circle": "^6.5.0",
  36. "@turf/destination": "^6.5.0",
  37. "@turf/helpers": "^6.5.0"
  38. },
  39. "deprecated": false,
  40. "description": "turf line-arc module",
  41. "devDependencies": {
  42. "@turf/truncate": "^6.5.0",
  43. "benchmark": "*",
  44. "load-json-file": "*",
  45. "npm-run-all": "*",
  46. "tape": "*",
  47. "ts-node": "*",
  48. "typescript": "*",
  49. "write-json-file": "*"
  50. },
  51. "exports": {
  52. "./package.json": "./package.json",
  53. ".": {
  54. "import": "./dist/es/index.js",
  55. "require": "./dist/js/index.js"
  56. }
  57. },
  58. "files": [
  59. "dist"
  60. ],
  61. "funding": "https://opencollective.com/turf",
  62. "gitHead": "5375941072b90d489389db22b43bfe809d5e451e",
  63. "homepage": "https://github.com/Turfjs/turf",
  64. "keywords": [
  65. "turf",
  66. "gif"
  67. ],
  68. "license": "MIT",
  69. "main": "dist/js/index.js",
  70. "module": "dist/es/index.js",
  71. "name": "@turf/line-arc",
  72. "publishConfig": {
  73. "access": "public"
  74. },
  75. "repository": {
  76. "type": "git",
  77. "url": "git://github.com/Turfjs/turf.git"
  78. },
  79. "scripts": {
  80. "bench": "ts-node bench.js",
  81. "build": "npm-run-all build:*",
  82. "build:es": "tsc --outDir dist/es --module esnext --declaration false && echo '{\"type\":\"module\"}' > dist/es/package.json",
  83. "build:js": "tsc",
  84. "docs": "node ../../scripts/generate-readmes",
  85. "test": "npm-run-all test:*",
  86. "test:tape": "ts-node -r esm test.js",
  87. "test:types": "tsc --esModuleInterop --noEmit types.ts"
  88. },
  89. "sideEffects": false,
  90. "types": "dist/js/index.d.ts",
  91. "version": "6.5.0"
  92. }