package.json 2.7 KB

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