package.json 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. {
  2. "_from": "@turf/truncate@^6.5.0",
  3. "_id": "@turf/truncate@6.5.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-pFxg71pLk+eJj134Z9yUoRhIi8vqnnKvCYwdT4x/DQl/19RVdq1tV3yqOT3gcTQNfniteylL5qV1uTBDV5sgrg==",
  6. "_location": "/@turf/truncate",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@turf/truncate@^6.5.0",
  12. "name": "@turf/truncate",
  13. "escapedName": "@turf%2ftruncate",
  14. "scope": "@turf",
  15. "rawSpec": "^6.5.0",
  16. "saveSpec": null,
  17. "fetchSpec": "^6.5.0"
  18. },
  19. "_requiredBy": [
  20. "/@turf/line-split",
  21. "/@turf/turf"
  22. ],
  23. "_resolved": "https://registry.npmjs.org/@turf/truncate/-/truncate-6.5.0.tgz",
  24. "_shasum": "c3a16cad959f1be1c5156157d5555c64b19185d8",
  25. "_spec": "@turf/truncate@^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. "dependencies": {
  41. "@turf/helpers": "^6.5.0",
  42. "@turf/meta": "^6.5.0"
  43. },
  44. "deprecated": false,
  45. "description": "turf truncate module",
  46. "devDependencies": {
  47. "@types/tape": "*",
  48. "benchmark": "*",
  49. "load-json-file": "*",
  50. "npm-run-all": "*",
  51. "tape": "*",
  52. "ts-node": "*",
  53. "tslint": "*",
  54. "typescript": "*",
  55. "write-json-file": "*"
  56. },
  57. "exports": {
  58. "./package.json": "./package.json",
  59. ".": {
  60. "import": "./dist/es/index.js",
  61. "require": "./dist/js/index.js"
  62. }
  63. },
  64. "files": [
  65. "dist"
  66. ],
  67. "funding": "https://opencollective.com/turf",
  68. "gitHead": "5375941072b90d489389db22b43bfe809d5e451e",
  69. "homepage": "https://github.com/Turfjs/turf",
  70. "keywords": [
  71. "turf",
  72. "geojson",
  73. "gis",
  74. "truncate"
  75. ],
  76. "license": "MIT",
  77. "main": "dist/js/index.js",
  78. "module": "dist/es/index.js",
  79. "name": "@turf/truncate",
  80. "publishConfig": {
  81. "access": "public"
  82. },
  83. "repository": {
  84. "type": "git",
  85. "url": "git://github.com/Turfjs/turf.git"
  86. },
  87. "scripts": {
  88. "bench": "ts-node bench.js",
  89. "build": "npm-run-all build:*",
  90. "build:es": "tsc --outDir dist/es --module esnext --declaration false && echo '{\"type\":\"module\"}' > dist/es/package.json",
  91. "build:js": "tsc",
  92. "docs": "node ../../scripts/generate-readmes",
  93. "test": "npm-run-all test:*",
  94. "test:tape": "ts-node -r esm test.js",
  95. "test:types": "tsc --esModuleInterop --noEmit types.ts"
  96. },
  97. "sideEffects": false,
  98. "types": "dist/js/index.d.ts",
  99. "version": "6.5.0"
  100. }