package.json 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. {
  2. "_from": "@turf/tin@^6.5.0",
  3. "_id": "@turf/tin@6.5.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-YLYikRzKisfwj7+F+Tmyy/LE3d2H7D4kajajIfc9mlik2+esG7IolsX/+oUz1biguDYsG0DUA8kVYXDkobukfg==",
  6. "_location": "/@turf/tin",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@turf/tin@^6.5.0",
  12. "name": "@turf/tin",
  13. "escapedName": "@turf%2ftin",
  14. "scope": "@turf",
  15. "rawSpec": "^6.5.0",
  16. "saveSpec": null,
  17. "fetchSpec": "^6.5.0"
  18. },
  19. "_requiredBy": [
  20. "/@turf/concave",
  21. "/@turf/turf"
  22. ],
  23. "_resolved": "https://registry.npmjs.org/@turf/tin/-/tin-6.5.0.tgz",
  24. "_shasum": "b77bebb48237e6613ac6bc0e37a6658be8c17a09",
  25. "_spec": "@turf/tin@^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. "dependencies": {
  35. "@turf/helpers": "^6.5.0"
  36. },
  37. "deprecated": false,
  38. "description": "turf tin module",
  39. "devDependencies": {
  40. "@types/tape": "*",
  41. "benchmark": "*",
  42. "npm-run-all": "*",
  43. "tape": "*",
  44. "ts-node": "*",
  45. "tslint": "*",
  46. "typescript": "*"
  47. },
  48. "exports": {
  49. "./package.json": "./package.json",
  50. ".": {
  51. "import": "./dist/es/index.js",
  52. "require": "./dist/js/index.js"
  53. }
  54. },
  55. "files": [
  56. "dist"
  57. ],
  58. "funding": "https://opencollective.com/turf",
  59. "gitHead": "5375941072b90d489389db22b43bfe809d5e451e",
  60. "homepage": "https://github.com/Turfjs/turf",
  61. "keywords": [
  62. "turf",
  63. "tin",
  64. "triangulate"
  65. ],
  66. "license": "MIT",
  67. "main": "dist/js/index.js",
  68. "module": "dist/es/index.js",
  69. "name": "@turf/tin",
  70. "publishConfig": {
  71. "access": "public"
  72. },
  73. "repository": {
  74. "type": "git",
  75. "url": "git://github.com/Turfjs/turf.git"
  76. },
  77. "scripts": {
  78. "bench": "ts-node bench.js",
  79. "build": "npm-run-all build:*",
  80. "build:es": "tsc --outDir dist/es --module esnext --declaration false && echo '{\"type\":\"module\"}' > dist/es/package.json",
  81. "build:js": "tsc",
  82. "docs": "node ../../scripts/generate-readmes",
  83. "test": "npm-run-all test:*",
  84. "test:tape": "ts-node -r esm test.js",
  85. "test:types": "tsc --esModuleInterop --noEmit types.ts"
  86. },
  87. "sideEffects": false,
  88. "types": "dist/js/index.d.ts",
  89. "version": "6.5.0"
  90. }