package.json 2.4 KB

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