package.json 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. {
  2. "_from": "@turf/combine@^6.5.0",
  3. "_id": "@turf/combine@6.5.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-Q8EIC4OtAcHiJB3C4R+FpB4LANiT90t17uOd851qkM2/o6m39bfN5Mv0PWqMZIHWrrosZqRqoY9dJnzz/rJxYQ==",
  6. "_location": "/@turf/combine",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@turf/combine@^6.5.0",
  12. "name": "@turf/combine",
  13. "escapedName": "@turf%2fcombine",
  14. "scope": "@turf",
  15. "rawSpec": "^6.5.0",
  16. "saveSpec": null,
  17. "fetchSpec": "^6.5.0"
  18. },
  19. "_requiredBy": [
  20. "/@turf/turf"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/@turf/combine/-/combine-6.5.0.tgz",
  23. "_shasum": "e0f3468ac9c09c24fa7184ebbd8a79d2e595ef81",
  24. "_spec": "@turf/combine@^6.5.0",
  25. "_where": "F:\\project\\node_util\\node_modules\\@turf\\turf",
  26. "author": {
  27. "name": "Turf Authors"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/Turfjs/turf/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "@turf/helpers": "^6.5.0",
  35. "@turf/meta": "^6.5.0"
  36. },
  37. "deprecated": false,
  38. "description": "turf combine module",
  39. "devDependencies": {
  40. "@types/tape": "*",
  41. "benchmark": "*",
  42. "npm-run-all": "*",
  43. "tape": "*",
  44. "ts-node": "*",
  45. "tslint": "*",
  46. "typescript": "*"
  47. },
  48. "exports": {
  49. "./package.json": "./package.json",
  50. ".": {
  51. "import": "./dist/es/index.js",
  52. "require": "./dist/js/index.js"
  53. }
  54. },
  55. "files": [
  56. "dist"
  57. ],
  58. "funding": "https://opencollective.com/turf",
  59. "gitHead": "5375941072b90d489389db22b43bfe809d5e451e",
  60. "homepage": "https://github.com/Turfjs/turf",
  61. "keywords": [
  62. "turf",
  63. "geojson",
  64. "multipoint",
  65. "multipolygon",
  66. "combine"
  67. ],
  68. "license": "MIT",
  69. "main": "dist/js/index.js",
  70. "module": "dist/es/index.js",
  71. "name": "@turf/combine",
  72. "publishConfig": {
  73. "access": "public"
  74. },
  75. "repository": {
  76. "type": "git",
  77. "url": "git://github.com/Turfjs/turf.git"
  78. },
  79. "scripts": {
  80. "bench": "ts-node bench.js",
  81. "build": "npm-run-all build:*",
  82. "build:es": "tsc --outDir dist/es --module esnext --declaration false && echo '{\"type\":\"module\"}' > dist/es/package.json",
  83. "build:js": "tsc",
  84. "docs": "node ../../scripts/generate-readmes",
  85. "test": "npm-run-all test:*",
  86. "test:tape": "ts-node -r esm test.js"
  87. },
  88. "sideEffects": false,
  89. "types": "dist/js/index.d.ts",
  90. "version": "6.5.0"
  91. }