package.json 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  1. {
  2. "_from": "@turf/boolean-clockwise@^6.5.0",
  3. "_id": "@turf/boolean-clockwise@6.5.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-45+C7LC5RMbRWrxh3Z0Eihsc8db1VGBO5d9BLTOAwU4jR6SgsunTfRWR16X7JUwIDYlCVEmnjcXJNi/kIU3VIw==",
  6. "_location": "/@turf/boolean-clockwise",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@turf/boolean-clockwise@^6.5.0",
  12. "name": "@turf/boolean-clockwise",
  13. "escapedName": "@turf%2fboolean-clockwise",
  14. "scope": "@turf",
  15. "rawSpec": "^6.5.0",
  16. "saveSpec": null,
  17. "fetchSpec": "^6.5.0"
  18. },
  19. "_requiredBy": [
  20. "/@turf/rewind",
  21. "/@turf/turf"
  22. ],
  23. "_resolved": "https://registry.npmjs.org/@turf/boolean-clockwise/-/boolean-clockwise-6.5.0.tgz",
  24. "_shasum": "34573ecc18f900080f00e4ff364631a8b1135794",
  25. "_spec": "@turf/boolean-clockwise@^6.5.0",
  26. "_where": "F:\\project\\node_util\\node_modules\\@turf\\turf",
  27. "author": {
  28. "name": "Turf Authors"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/Turfjs/turf/issues"
  32. },
  33. "bundleDependencies": false,
  34. "contributors": [
  35. {
  36. "name": "Morgan Herlocker",
  37. "email": "@morganherlocker"
  38. },
  39. {
  40. "name": "Rowan Winsemius",
  41. "email": "@rowanwins"
  42. },
  43. {
  44. "name": "Denis Carriere",
  45. "email": "@DenisCarriere"
  46. },
  47. {
  48. "name": "Stefano Borghi",
  49. "email": "@stebogit"
  50. }
  51. ],
  52. "dependencies": {
  53. "@turf/helpers": "^6.5.0",
  54. "@turf/invariant": "^6.5.0"
  55. },
  56. "deprecated": false,
  57. "description": "turf boolean-clockwise module",
  58. "devDependencies": {
  59. "@types/tape": "*",
  60. "benchmark": "*",
  61. "glob": "*",
  62. "load-json-file": "*",
  63. "npm-run-all": "*",
  64. "tape": "*",
  65. "ts-node": "*",
  66. "tslint": "*",
  67. "typescript": "*"
  68. },
  69. "exports": {
  70. "./package.json": "./package.json",
  71. ".": {
  72. "import": "./dist/es/index.js",
  73. "require": "./dist/js/index.js"
  74. }
  75. },
  76. "files": [
  77. "dist"
  78. ],
  79. "funding": "https://opencollective.com/turf",
  80. "gitHead": "5375941072b90d489389db22b43bfe809d5e451e",
  81. "homepage": "https://github.com/Turfjs/turf",
  82. "keywords": [
  83. "turf",
  84. "clockwise",
  85. "boolean"
  86. ],
  87. "license": "MIT",
  88. "main": "dist/js/index.js",
  89. "module": "dist/es/index.js",
  90. "name": "@turf/boolean-clockwise",
  91. "publishConfig": {
  92. "access": "public"
  93. },
  94. "repository": {
  95. "type": "git",
  96. "url": "git://github.com/Turfjs/turf.git"
  97. },
  98. "scripts": {
  99. "bench": "ts-node bench.js",
  100. "build": "npm-run-all build:*",
  101. "build:es": "tsc --outDir dist/es --module esnext --declaration false && echo '{\"type\":\"module\"}' > dist/es/package.json",
  102. "build:js": "tsc",
  103. "docs": "node ../../scripts/generate-readmes",
  104. "test": "npm-run-all test:*",
  105. "test:tape": "ts-node -r esm test.js"
  106. },
  107. "sideEffects": false,
  108. "types": "dist/js/index.d.ts",
  109. "version": "6.5.0"
  110. }