package.json 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. {
  2. "_from": "@turf/flatten@^6.5.0",
  3. "_id": "@turf/flatten@6.5.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-IBZVwoNLVNT6U/bcUUllubgElzpMsNoCw8tLqBw6dfYg9ObGmpEjf9BIYLr7a2Yn5ZR4l7YIj2T7kD5uJjZADQ==",
  6. "_location": "/@turf/flatten",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@turf/flatten@^6.5.0",
  12. "name": "@turf/flatten",
  13. "escapedName": "@turf%2fflatten",
  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/flatten/-/flatten-6.5.0.tgz",
  23. "_shasum": "0bd26161f4f1759bbad6ba9485e8ee65f3fa72a7",
  24. "_spec": "@turf/flatten@^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. "contributors": [
  34. {
  35. "name": "Tom MacWright",
  36. "email": "@tmcw"
  37. },
  38. {
  39. "name": "Denis Carriere",
  40. "email": "@DenisCarriere"
  41. }
  42. ],
  43. "dependencies": {
  44. "@turf/helpers": "^6.5.0",
  45. "@turf/meta": "^6.5.0"
  46. },
  47. "deprecated": false,
  48. "description": "turf flatten module",
  49. "devDependencies": {
  50. "benchmark": "*",
  51. "load-json-file": "*",
  52. "npm-run-all": "*",
  53. "rollup": "*",
  54. "tape": "*",
  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. "index.d.ts"
  67. ],
  68. "funding": "https://opencollective.com/turf",
  69. "gitHead": "5375941072b90d489389db22b43bfe809d5e451e",
  70. "homepage": "https://github.com/Turfjs/turf",
  71. "keywords": [
  72. "turf",
  73. "geojson",
  74. "geography",
  75. "gis",
  76. "featurecollection"
  77. ],
  78. "license": "MIT",
  79. "main": "dist/js/index.js",
  80. "module": "dist/es/index.js",
  81. "name": "@turf/flatten",
  82. "publishConfig": {
  83. "access": "public"
  84. },
  85. "repository": {
  86. "type": "git",
  87. "url": "git://github.com/Turfjs/turf.git"
  88. },
  89. "scripts": {
  90. "bench": "node -r esm bench.js",
  91. "build": "rollup -c ../../rollup.config.js && echo '{\"type\":\"module\"}' > dist/es/package.json",
  92. "docs": "node ../../scripts/generate-readmes",
  93. "test": "npm-run-all test:*",
  94. "test:tape": "node -r esm test.js",
  95. "test:types": "tsc --esModuleInterop --noEmit types.ts"
  96. },
  97. "sideEffects": false,
  98. "types": "index.d.ts",
  99. "version": "6.5.0"
  100. }