package.json 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. {
  2. "_from": "@turf/ellipse@^6.5.0",
  3. "_id": "@turf/ellipse@6.5.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-kuXtwFviw/JqnyJXF1mrR/cb496zDTSbGKtSiolWMNImYzGGkbsAsFTjwJYgD7+4FixHjp0uQPzo70KDf3AIBw==",
  6. "_location": "/@turf/ellipse",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@turf/ellipse@^6.5.0",
  12. "name": "@turf/ellipse",
  13. "escapedName": "@turf%2fellipse",
  14. "scope": "@turf",
  15. "rawSpec": "^6.5.0",
  16. "saveSpec": null,
  17. "fetchSpec": "^6.5.0"
  18. },
  19. "_requiredBy": [
  20. "/@turf/standard-deviational-ellipse",
  21. "/@turf/turf"
  22. ],
  23. "_resolved": "https://registry.npmjs.org/@turf/ellipse/-/ellipse-6.5.0.tgz",
  24. "_shasum": "1e20cc9eb968f35ab891572892a0bffcef5e552a",
  25. "_spec": "@turf/ellipse@^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. "contributors": [
  35. {
  36. "name": "Moacir P. de Sá Pereira",
  37. "email": "@muziejus"
  38. }
  39. ],
  40. "dependencies": {
  41. "@turf/helpers": "^6.5.0",
  42. "@turf/invariant": "^6.5.0",
  43. "@turf/rhumb-destination": "^6.5.0",
  44. "@turf/transform-rotate": "^6.5.0"
  45. },
  46. "deprecated": false,
  47. "description": "turf ellipse module",
  48. "devDependencies": {
  49. "@mapbox/geojsonhint": "*",
  50. "@turf/bbox-polygon": "^6.5.0",
  51. "@turf/circle": "^6.5.0",
  52. "@turf/destination": "^6.5.0",
  53. "@turf/truncate": "^6.5.0",
  54. "benchmark": "*",
  55. "glob": "*",
  56. "load-json-file": "*",
  57. "npm-run-all": "*",
  58. "rollup": "*",
  59. "tape": "*",
  60. "write-json-file": "*"
  61. },
  62. "exports": {
  63. "./package.json": "./package.json",
  64. ".": {
  65. "import": "./dist/es/index.js",
  66. "require": "./dist/js/index.js"
  67. }
  68. },
  69. "files": [
  70. "dist",
  71. "index.d.ts"
  72. ],
  73. "funding": "https://opencollective.com/turf",
  74. "gitHead": "5375941072b90d489389db22b43bfe809d5e451e",
  75. "homepage": "https://github.com/Turfjs/turf",
  76. "keywords": [
  77. "turf",
  78. "ellipse"
  79. ],
  80. "license": "MIT",
  81. "main": "dist/js/index.js",
  82. "module": "dist/es/index.js",
  83. "name": "@turf/ellipse",
  84. "publishConfig": {
  85. "access": "public"
  86. },
  87. "repository": {
  88. "type": "git",
  89. "url": "git://github.com/Turfjs/turf.git"
  90. },
  91. "scripts": {
  92. "bench": "node -r esm bench.js",
  93. "build": "rollup -c ../../rollup.config.js && echo '{\"type\":\"module\"}' > dist/es/package.json",
  94. "docs": "node ../../scripts/generate-readmes",
  95. "test": "npm-run-all test:*",
  96. "test:tape": "node -r esm test.js"
  97. },
  98. "sideEffects": false,
  99. "types": "index.d.ts",
  100. "version": "6.5.0"
  101. }