package.json 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. {
  2. "_from": "@turf/standard-deviational-ellipse@^6.5.0",
  3. "_id": "@turf/standard-deviational-ellipse@6.5.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-02CAlz8POvGPFK2BKK8uHGUk/LXb0MK459JVjKxLC2yJYieOBTqEbjP0qaWhiBhGzIxSMaqe8WxZ0KvqdnstHA==",
  6. "_location": "/@turf/standard-deviational-ellipse",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@turf/standard-deviational-ellipse@^6.5.0",
  12. "name": "@turf/standard-deviational-ellipse",
  13. "escapedName": "@turf%2fstandard-deviational-ellipse",
  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/standard-deviational-ellipse/-/standard-deviational-ellipse-6.5.0.tgz",
  23. "_shasum": "775c7b9a2be6546bf64ea8ac08cdcd80563f2935",
  24. "_spec": "@turf/standard-deviational-ellipse@^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": "Moacir P. de Sá Pereira",
  36. "email": "@muziejus"
  37. }
  38. ],
  39. "dependencies": {
  40. "@turf/center-mean": "^6.5.0",
  41. "@turf/ellipse": "^6.5.0",
  42. "@turf/helpers": "^6.5.0",
  43. "@turf/invariant": "^6.5.0",
  44. "@turf/meta": "^6.5.0",
  45. "@turf/points-within-polygon": "^6.5.0"
  46. },
  47. "deprecated": false,
  48. "description": "turf standard-deviational-ellipse module",
  49. "devDependencies": {
  50. "@turf/random": "^6.5.0",
  51. "@turf/truncate": "^6.5.0",
  52. "benchmark": "*",
  53. "load-json-file": "*",
  54. "npm-run-all": "*",
  55. "rollup": "*",
  56. "tape": "*",
  57. "write-json-file": "*"
  58. },
  59. "exports": {
  60. "./package.json": "./package.json",
  61. ".": {
  62. "import": "./dist/es/index.js",
  63. "require": "./dist/js/index.js"
  64. }
  65. },
  66. "files": [
  67. "dist",
  68. "index.d.ts"
  69. ],
  70. "funding": "https://opencollective.com/turf",
  71. "gitHead": "5375941072b90d489389db22b43bfe809d5e451e",
  72. "homepage": "https://github.com/Turfjs/turf",
  73. "keywords": [
  74. "turf",
  75. "standard-deviational-ellipse",
  76. "geostatistics",
  77. "directional distribution"
  78. ],
  79. "license": "MIT",
  80. "main": "dist/js/index.js",
  81. "module": "dist/es/index.js",
  82. "name": "@turf/standard-deviational-ellipse",
  83. "publishConfig": {
  84. "access": "public"
  85. },
  86. "repository": {
  87. "type": "git",
  88. "url": "git://github.com/Turfjs/turf.git"
  89. },
  90. "scripts": {
  91. "bench": "node -r esm bench.js",
  92. "build": "rollup -c ../../rollup.config.js && echo '{\"type\":\"module\"}' > dist/es/package.json",
  93. "docs": "node ../../scripts/generate-readmes",
  94. "test": "npm-run-all test:*",
  95. "test:tape": "node -r esm test.js",
  96. "test:types": "tsc --esModuleInterop --noEmit types.ts"
  97. },
  98. "sideEffects": false,
  99. "types": "index.d.ts",
  100. "version": "6.5.0"
  101. }