package.json 2.8 KB

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