package.json 2.8 KB

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