package.json 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. {
  2. "@std/esm": {
  3. "esm": "js",
  4. "cjs": true
  5. },
  6. "_from": "turf-jsts@*",
  7. "_id": "turf-jsts@1.2.3",
  8. "_inBundle": false,
  9. "_integrity": "sha512-Ja03QIJlPuHt4IQ2FfGex4F4JAr8m3jpaHbFbQrgwr7s7L6U8ocrHiF3J1+wf9jzhGKxvDeaCAnGDot8OjGFyA==",
  10. "_location": "/turf-jsts",
  11. "_phantomChildren": {},
  12. "_requested": {
  13. "type": "range",
  14. "registry": true,
  15. "raw": "turf-jsts@*",
  16. "name": "turf-jsts",
  17. "escapedName": "turf-jsts",
  18. "rawSpec": "*",
  19. "saveSpec": null,
  20. "fetchSpec": "*"
  21. },
  22. "_requiredBy": [
  23. "/@turf/buffer"
  24. ],
  25. "_resolved": "https://registry.npmjs.org/turf-jsts/-/turf-jsts-1.2.3.tgz",
  26. "_shasum": "59757f542afbff9a577bbf411f183b8f48d38aa4",
  27. "_spec": "turf-jsts@*",
  28. "_where": "F:\\project\\node_util\\node_modules\\@turf\\buffer",
  29. "author": {
  30. "name": "Björn Harrtell",
  31. "email": "bjorn@wololo.org"
  32. },
  33. "browser": "jsts.min.js",
  34. "bugs": {
  35. "url": "https://github.com/DenisCarriere/turf-jsts/issues"
  36. },
  37. "bundleDependencies": false,
  38. "contributors": [
  39. {
  40. "name": "Denis Carriere",
  41. "email": "@DenisCarriere"
  42. }
  43. ],
  44. "deprecated": false,
  45. "description": "A JavaScript library of spatial predicates and functions for processing geometry",
  46. "devDependencies": {
  47. "@std/esm": "*",
  48. "chai": "*",
  49. "cheerio": "*",
  50. "expect.js": "*",
  51. "git-rev-sync": "*",
  52. "jsdoc": "*",
  53. "mocha": "*",
  54. "react-scripts": "*",
  55. "rollup": "*",
  56. "rollup-plugin-buble": "*",
  57. "rollup-plugin-uglify": "*",
  58. "standard": "*",
  59. "uglify-js": "*"
  60. },
  61. "files": [
  62. "jsts.js",
  63. "jsts.mjs",
  64. "jsts.min.js",
  65. "src"
  66. ],
  67. "homepage": "https://github.com/DenisCarriere/turf-jsts#readme",
  68. "keywords": [
  69. "Turf",
  70. "JSTS",
  71. "JavaScript",
  72. "JTS",
  73. "Java",
  74. "Topology",
  75. "Geometry"
  76. ],
  77. "license": "(EDL-1.0 OR EPL-1.0)",
  78. "main": "jsts.js",
  79. "module": "jsts.mjs",
  80. "name": "turf-jsts",
  81. "repository": {
  82. "type": "git",
  83. "url": "git://github.com/DenisCarriere/turf-jsts.git"
  84. },
  85. "scripts": {
  86. "create-react-app": "react-scripts build",
  87. "prepublish": "rollup -c rollup.config.js",
  88. "test": "NODE_PATH=src mocha -r @std/esm --recursive test/auto/node test/manual",
  89. "test-manual": "NODE_PATH=src mocha -r @std/esm test/manual"
  90. },
  91. "standard": {
  92. "globals": [
  93. "describe",
  94. "it",
  95. "jsts",
  96. "ol"
  97. ]
  98. },
  99. "version": "1.2.3"
  100. }