package.json 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  1. {
  2. "_from": "@turf/projection@^6.5.0",
  3. "_id": "@turf/projection@6.5.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-/Pgh9mDvQWWu8HRxqpM+tKz8OzgauV+DiOcr3FCjD6ubDnrrmMJlsf6fFJmggw93mtVPrZRL6yyi9aYCQBOIvg==",
  6. "_location": "/@turf/projection",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@turf/projection@^6.5.0",
  12. "name": "@turf/projection",
  13. "escapedName": "@turf%2fprojection",
  14. "scope": "@turf",
  15. "rawSpec": "^6.5.0",
  16. "saveSpec": null,
  17. "fetchSpec": "^6.5.0"
  18. },
  19. "_requiredBy": [
  20. "/@turf/buffer",
  21. "/@turf/point-to-line-distance",
  22. "/@turf/turf"
  23. ],
  24. "_resolved": "https://registry.npmjs.org/@turf/projection/-/projection-6.5.0.tgz",
  25. "_shasum": "d2aad862370bf03f2270701115464a8406c144b2",
  26. "_spec": "@turf/projection@^6.5.0",
  27. "_where": "F:\\project\\node_util\\node_modules\\@turf\\turf",
  28. "author": {
  29. "name": "Turf Authors"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/Turfjs/turf/issues"
  33. },
  34. "bundleDependencies": false,
  35. "contributors": [
  36. {
  37. "name": "Stefano Borghi",
  38. "email": "@stebogit"
  39. }
  40. ],
  41. "dependencies": {
  42. "@turf/clone": "^6.5.0",
  43. "@turf/helpers": "^6.5.0",
  44. "@turf/meta": "^6.5.0"
  45. },
  46. "deprecated": false,
  47. "description": "turf projection module",
  48. "devDependencies": {
  49. "@turf/truncate": "^6.5.0",
  50. "@types/tape": "*",
  51. "benchmark": "*",
  52. "load-json-file": "*",
  53. "npm-run-all": "*",
  54. "proj4": "*",
  55. "tape": "*",
  56. "ts-node": "*",
  57. "tslint": "*",
  58. "typescript": "*",
  59. "write-json-file": "*"
  60. },
  61. "exports": {
  62. "./package.json": "./package.json",
  63. ".": {
  64. "import": "./dist/es/index.js",
  65. "require": "./dist/js/index.js"
  66. }
  67. },
  68. "files": [
  69. "dist"
  70. ],
  71. "funding": "https://opencollective.com/turf",
  72. "gitHead": "5375941072b90d489389db22b43bfe809d5e451e",
  73. "homepage": "https://github.com/Turfjs/turf",
  74. "keywords": [
  75. "turf",
  76. "projection",
  77. "to-mercator",
  78. "to-wgs84",
  79. "EPSG:4326",
  80. "WGS84",
  81. "mercator",
  82. "web-mercator",
  83. "EPSG:3857",
  84. "EPSG:3785",
  85. "900913",
  86. "EPSG:900913",
  87. "EPSG:102113"
  88. ],
  89. "license": "MIT",
  90. "main": "dist/js/index.js",
  91. "module": "dist/es/index.js",
  92. "name": "@turf/projection",
  93. "publishConfig": {
  94. "access": "public"
  95. },
  96. "repository": {
  97. "type": "git",
  98. "url": "git://github.com/Turfjs/turf.git"
  99. },
  100. "scripts": {
  101. "bench": "ts-node bench.js",
  102. "build": "npm-run-all build:*",
  103. "build:es": "tsc --outDir dist/es --module esnext --declaration false && echo '{\"type\":\"module\"}' > dist/es/package.json",
  104. "build:js": "tsc",
  105. "docs": "node ../../scripts/generate-readmes",
  106. "test": "npm-run-all test:*",
  107. "test:tape": "ts-node -r esm test.js",
  108. "test:types": "tsc --esModuleInterop --noEmit types.ts"
  109. },
  110. "sideEffects": false,
  111. "types": "dist/js/index.d.ts",
  112. "version": "6.5.0"
  113. }