package.json 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  1. {
  2. "_from": "@turf/length@^6.5.0",
  3. "_id": "@turf/length@6.5.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-5pL5/pnw52fck3oRsHDcSGrj9HibvtlrZ0QNy2OcW8qBFDNgZ4jtl6U7eATVoyWPKBHszW3dWETW+iLV7UARig==",
  6. "_location": "/@turf/length",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@turf/length@^6.5.0",
  12. "name": "@turf/length",
  13. "escapedName": "@turf%2flength",
  14. "scope": "@turf",
  15. "rawSpec": "^6.5.0",
  16. "saveSpec": null,
  17. "fetchSpec": "^6.5.0"
  18. },
  19. "_requiredBy": [
  20. "/@turf/line-chunk",
  21. "/@turf/turf"
  22. ],
  23. "_resolved": "https://registry.npmjs.org/@turf/length/-/length-6.5.0.tgz",
  24. "_shasum": "ff4e9072d5f997e1c32a1311d214d184463f83fa",
  25. "_spec": "@turf/length@^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": "Denis Carriere",
  37. "email": "@DenisCarriere"
  38. },
  39. {
  40. "name": "Tom MacWright",
  41. "email": "@tmcw"
  42. }
  43. ],
  44. "dependencies": {
  45. "@turf/distance": "^6.5.0",
  46. "@turf/helpers": "^6.5.0",
  47. "@turf/meta": "^6.5.0"
  48. },
  49. "deprecated": false,
  50. "description": "turf length module",
  51. "devDependencies": {
  52. "@types/tape": "*",
  53. "benchmark": "*",
  54. "load-json-file": "*",
  55. "npm-run-all": "*",
  56. "tape": "*",
  57. "ts-node": "*",
  58. "tslint": "*",
  59. "typescript": "*",
  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. ],
  72. "funding": "https://opencollective.com/turf",
  73. "gitHead": "5375941072b90d489389db22b43bfe809d5e451e",
  74. "homepage": "https://github.com/Turfjs/turf",
  75. "keywords": [
  76. "turf",
  77. "linestring",
  78. "length",
  79. "distance",
  80. "units",
  81. "gis"
  82. ],
  83. "license": "MIT",
  84. "main": "dist/js/index.js",
  85. "module": "dist/es/index.js",
  86. "name": "@turf/length",
  87. "publishConfig": {
  88. "access": "public"
  89. },
  90. "repository": {
  91. "type": "git",
  92. "url": "git://github.com/Turfjs/turf.git"
  93. },
  94. "scripts": {
  95. "bench": "ts-node bench.js",
  96. "build": "npm-run-all build:*",
  97. "build:es": "tsc --outDir dist/es --module esnext --declaration false && echo '{\"type\":\"module\"}' > dist/es/package.json",
  98. "build:js": "tsc",
  99. "docs": "node ../../scripts/generate-readmes",
  100. "test": "npm-run-all test:*",
  101. "test:tape": "ts-node -r esm test.js"
  102. },
  103. "sideEffects": false,
  104. "types": "dist/js/index.d.ts",
  105. "version": "6.5.0"
  106. }