package.json 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112
  1. {
  2. "_from": "@turf/boolean-equal@^6.5.0",
  3. "_id": "@turf/boolean-equal@6.5.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-cY0M3yoLC26mhAnjv1gyYNQjn7wxIXmL2hBmI/qs8g5uKuC2hRWi13ydufE3k4x0aNRjFGlg41fjoYLwaVF+9Q==",
  6. "_location": "/@turf/boolean-equal",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@turf/boolean-equal@^6.5.0",
  12. "name": "@turf/boolean-equal",
  13. "escapedName": "@turf%2fboolean-equal",
  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/boolean-equal/-/boolean-equal-6.5.0.tgz",
  23. "_shasum": "b1c0ce14e9d9fb7778cddcf22558c9f523fe9141",
  24. "_spec": "@turf/boolean-equal@^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": "Tim Channell",
  40. "email": "@tcql"
  41. },
  42. {
  43. "name": "Stefano Borghi",
  44. "email": "@stebogit"
  45. }
  46. ],
  47. "dependencies": {
  48. "@turf/clean-coords": "^6.5.0",
  49. "@turf/helpers": "^6.5.0",
  50. "@turf/invariant": "^6.5.0",
  51. "geojson-equality": "0.1.6"
  52. },
  53. "deprecated": false,
  54. "description": "turf boolean-equal module",
  55. "devDependencies": {
  56. "@types/geojson-equality": "^0.2.0",
  57. "@types/tape": "*",
  58. "benchmark": "*",
  59. "boolean-shapely": "*",
  60. "glob": "*",
  61. "load-json-file": "*",
  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. "gis",
  84. "boolean",
  85. "de-9im",
  86. "equal",
  87. "boolean-equal"
  88. ],
  89. "license": "MIT",
  90. "main": "dist/js/index.js",
  91. "module": "dist/es/index.js",
  92. "name": "@turf/boolean-equal",
  93. "publishConfig": {
  94. "access": "public"
  95. },
  96. "repository": {
  97. "type": "git",
  98. "url": "git://github.com/Turfjs/turf.git"
  99. },
  100. "scripts": {
  101. "bench": "ts-node bench.js",
  102. "build": "npm-run-all build:*",
  103. "build:es": "tsc --outDir dist/es --module esnext --declaration false && echo '{\"type\":\"module\"}' > dist/es/package.json",
  104. "build:js": "tsc",
  105. "docs": "node ../../scripts/generate-readmes",
  106. "test": "npm-run-all test:*",
  107. "test:tape": "ts-node -r esm test.js"
  108. },
  109. "sideEffects": false,
  110. "types": "dist/js/index.d.ts",
  111. "version": "6.5.0"
  112. }