package.json 2.4 KB

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