package.json 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. {
  2. "_from": "concaveman@*",
  3. "_id": "concaveman@1.2.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-PwZYKaM/ckQSa8peP5JpVr7IMJ4Nn/MHIaWUjP4be+KoZ7Botgs8seAZGpmaOM+UZXawcdYRao/px9ycrCihHw==",
  6. "_location": "/concaveman",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "concaveman@*",
  12. "name": "concaveman",
  13. "escapedName": "concaveman",
  14. "rawSpec": "*",
  15. "saveSpec": null,
  16. "fetchSpec": "*"
  17. },
  18. "_requiredBy": [
  19. "/@turf/convex"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/concaveman/-/concaveman-1.2.1.tgz",
  22. "_shasum": "47d20b4521125c15fabf453653c2696d9ee41e0b",
  23. "_spec": "concaveman@*",
  24. "_where": "F:\\project\\node_util\\node_modules\\@turf\\convex",
  25. "author": {
  26. "name": "Vladimir Agafonkin"
  27. },
  28. "bugs": {
  29. "url": "https://github.com/mapbox/concaveman/issues"
  30. },
  31. "bundleDependencies": false,
  32. "dependencies": {
  33. "point-in-polygon": "^1.1.0",
  34. "rbush": "^3.0.1",
  35. "robust-predicates": "^2.0.4",
  36. "tinyqueue": "^2.0.3"
  37. },
  38. "deprecated": false,
  39. "description": "Fast 2D concave hull algorithm in JavaScript (generates an outline of a point set)",
  40. "devDependencies": {
  41. "eslint": "^7.32.0",
  42. "eslint-config-mourner": "^2.0.1",
  43. "tape": "^5.3.1"
  44. },
  45. "eslintConfig": {
  46. "extends": "mourner"
  47. },
  48. "homepage": "https://github.com/mapbox/concaveman#readme",
  49. "keywords": [
  50. "concave",
  51. "hull",
  52. "algorithm",
  53. "geometry",
  54. "shape",
  55. "outline"
  56. ],
  57. "license": "ISC",
  58. "main": "index.js",
  59. "name": "concaveman",
  60. "repository": {
  61. "type": "git",
  62. "url": "git://github.com/mapbox/concaveman.git"
  63. },
  64. "scripts": {
  65. "pretest": "eslint index.js test/*.js",
  66. "test": "tape test/test.js"
  67. },
  68. "version": "1.2.1"
  69. }