node-red-contrib-tak-registration 0.3.1 → 0.6.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (412) hide show
  1. package/README.md +1 -1
  2. package/node_modules/@turf/along/package.json +41 -69
  3. package/node_modules/@turf/angle/package.json +44 -75
  4. package/node_modules/@turf/area/package.json +38 -68
  5. package/node_modules/@turf/bbox/package.json +37 -81
  6. package/node_modules/@turf/bbox-clip/package.json +44 -81
  7. package/node_modules/@turf/bbox-polygon/package.json +36 -66
  8. package/node_modules/@turf/bearing/package.json +36 -70
  9. package/node_modules/@turf/bezier-spline/package.json +39 -67
  10. package/node_modules/@turf/boolean-clockwise/package.json +42 -83
  11. package/node_modules/@turf/boolean-contains/package.json +46 -80
  12. package/node_modules/@turf/boolean-crosses/package.json +45 -79
  13. package/node_modules/@turf/boolean-disjoint/package.json +44 -79
  14. package/node_modules/@turf/boolean-equal/package.json +47 -84
  15. package/node_modules/@turf/boolean-intersects/package.json +42 -77
  16. package/node_modules/@turf/boolean-overlap/package.json +48 -82
  17. package/node_modules/@turf/boolean-parallel/package.json +42 -73
  18. package/node_modules/@turf/boolean-point-in-polygon/package.json +37 -77
  19. package/node_modules/@turf/boolean-point-on-line/package.json +39 -73
  20. package/node_modules/@turf/boolean-within/package.json +46 -79
  21. package/node_modules/@turf/buffer/package.json +47 -84
  22. package/node_modules/@turf/center/package.json +42 -73
  23. package/node_modules/@turf/center-mean/package.json +45 -78
  24. package/node_modules/@turf/center-median/package.json +45 -76
  25. package/node_modules/@turf/center-of-mass/package.json +40 -68
  26. package/node_modules/@turf/centroid/package.json +40 -74
  27. package/node_modules/@turf/circle/package.json +41 -71
  28. package/node_modules/@turf/clean-coords/package.json +40 -75
  29. package/node_modules/@turf/clone/package.json +36 -81
  30. package/node_modules/@turf/clusters/package.json +39 -70
  31. package/node_modules/@turf/clusters-dbscan/package.json +51 -88
  32. package/node_modules/@turf/clusters-kmeans/package.json +53 -90
  33. package/node_modules/@turf/collect/package.json +42 -73
  34. package/node_modules/@turf/combine/package.json +37 -65
  35. package/node_modules/@turf/concave/package.json +56 -111
  36. package/node_modules/@turf/convex/package.json +39 -68
  37. package/node_modules/@turf/destination/package.json +41 -75
  38. package/node_modules/@turf/difference/package.json +35 -63
  39. package/node_modules/@turf/dissolve/package.json +38 -66
  40. package/node_modules/@turf/distance/package.json +38 -83
  41. package/node_modules/@turf/distance-weight/package.json +40 -72
  42. package/node_modules/@turf/ellipse/package.json +43 -75
  43. package/node_modules/@turf/envelope/package.json +36 -65
  44. package/node_modules/@turf/explode/package.json +36 -67
  45. package/node_modules/@turf/flatten/package.json +39 -73
  46. package/node_modules/@turf/flip/package.json +36 -64
  47. package/node_modules/@turf/great-circle/package.json +41 -78
  48. package/node_modules/@turf/helpers/package.json +38 -184
  49. package/node_modules/@turf/hex-grid/package.json +50 -97
  50. package/node_modules/@turf/interpolate/package.json +47 -78
  51. package/node_modules/@turf/intersect/package.json +39 -69
  52. package/node_modules/@turf/invariant/package.json +36 -126
  53. package/node_modules/@turf/isobands/package.json +52 -83
  54. package/node_modules/@turf/isolines/package.json +48 -79
  55. package/node_modules/@turf/kinks/package.json +35 -63
  56. package/node_modules/@turf/length/package.json +43 -78
  57. package/node_modules/@turf/line-arc/package.json +36 -65
  58. package/node_modules/@turf/line-chunk/package.json +44 -84
  59. package/node_modules/@turf/line-intersect/package.json +46 -85
  60. package/node_modules/@turf/line-offset/package.json +41 -78
  61. package/node_modules/@turf/line-overlap/package.json +48 -80
  62. package/node_modules/@turf/line-segment/package.json +38 -70
  63. package/node_modules/@turf/line-slice/package.json +39 -67
  64. package/node_modules/@turf/line-slice-along/package.json +36 -65
  65. package/node_modules/@turf/line-split/package.json +46 -77
  66. package/node_modules/@turf/line-to-polygon/package.json +43 -74
  67. package/node_modules/@turf/mask/package.json +35 -63
  68. package/node_modules/@turf/meta/package.json +39 -128
  69. package/node_modules/@turf/midpoint/package.json +36 -64
  70. package/node_modules/@turf/moran-index/package.json +39 -70
  71. package/node_modules/@turf/nearest-point/package.json +39 -69
  72. package/node_modules/@turf/nearest-point-on-line/package.json +40 -71
  73. package/node_modules/@turf/nearest-point-to-line/package.json +47 -78
  74. package/node_modules/@turf/planepoint/package.json +34 -62
  75. package/node_modules/@turf/point-grid/package.json +45 -80
  76. package/node_modules/@turf/point-on-feature/package.json +40 -68
  77. package/node_modules/@turf/point-to-line-distance/package.json +46 -78
  78. package/node_modules/@turf/points-within-polygon/package.json +35 -64
  79. package/node_modules/@turf/polygon-smooth/package.json +37 -68
  80. package/node_modules/@turf/polygon-tangents/package.json +43 -77
  81. package/node_modules/@turf/polygon-to-line/package.json +39 -69
  82. package/node_modules/@turf/polygonize/package.json +43 -77
  83. package/node_modules/@turf/projection/package.json +44 -77
  84. package/node_modules/@turf/random/package.json +34 -62
  85. package/node_modules/@turf/rectangle-grid/package.json +43 -77
  86. package/node_modules/@turf/rewind/package.json +43 -83
  87. package/node_modules/@turf/rhumb-bearing/package.json +43 -85
  88. package/node_modules/@turf/rhumb-destination/package.json +44 -85
  89. package/node_modules/@turf/rhumb-distance/package.json +44 -84
  90. package/node_modules/@turf/sample/package.json +32 -60
  91. package/node_modules/@turf/sector/package.json +37 -65
  92. package/node_modules/@turf/shortest-path/package.json +45 -79
  93. package/node_modules/@turf/simplify/package.json +43 -77
  94. package/node_modules/@turf/square/package.json +33 -62
  95. package/node_modules/@turf/square-grid/package.json +40 -69
  96. package/node_modules/@turf/standard-deviational-ellipse/package.json +43 -74
  97. package/node_modules/@turf/tag/package.json +38 -66
  98. package/node_modules/@turf/tesselate/package.json +40 -80
  99. package/node_modules/@turf/tin/package.json +34 -63
  100. package/node_modules/@turf/transform-rotate/package.json +45 -80
  101. package/node_modules/@turf/transform-scale/package.json +51 -86
  102. package/node_modules/@turf/transform-translate/package.json +44 -78
  103. package/node_modules/@turf/triangle-grid/package.json +42 -71
  104. package/node_modules/@turf/truncate/package.json +40 -72
  105. package/node_modules/@turf/turf/package.json +74 -102
  106. package/node_modules/@turf/union/package.json +39 -67
  107. package/node_modules/@turf/unkink-polygon/package.json +40 -68
  108. package/node_modules/@turf/voronoi/package.json +43 -83
  109. package/node_modules/@types/geojson/package.json +42 -66
  110. package/node_modules/adm-zip/LICENSE +21 -21
  111. package/node_modules/adm-zip/adm-zip.js +25 -22
  112. package/node_modules/adm-zip/headers/mainHeader.js +2 -1
  113. package/node_modules/adm-zip/package.json +28 -57
  114. package/node_modules/adm-zip/util/utils.js +1 -0
  115. package/node_modules/asynckit/package.json +40 -68
  116. package/node_modules/axios/CHANGELOG.md +473 -837
  117. package/node_modules/axios/LICENSE +4 -16
  118. package/node_modules/axios/MIGRATION_GUIDE.md +3 -0
  119. package/node_modules/axios/README.md +518 -114
  120. package/node_modules/axios/SECURITY.md +4 -3
  121. package/node_modules/axios/dist/axios.js +2759 -2070
  122. package/node_modules/axios/dist/axios.js.map +1 -0
  123. package/node_modules/axios/dist/axios.min.js +2 -2
  124. package/node_modules/axios/dist/axios.min.js.map +1 -0
  125. package/node_modules/axios/dist/browser/axios.cjs +3210 -0
  126. package/node_modules/axios/dist/browser/axios.cjs.map +1 -0
  127. package/node_modules/axios/dist/esm/axios.js +3232 -0
  128. package/node_modules/axios/dist/esm/axios.js.map +1 -0
  129. package/node_modules/axios/dist/esm/axios.min.js +2 -0
  130. package/node_modules/axios/dist/esm/axios.min.js.map +1 -0
  131. package/node_modules/axios/dist/node/axios.cjs +4237 -0
  132. package/node_modules/axios/dist/node/axios.cjs.map +1 -0
  133. package/node_modules/axios/index.d.cts +532 -0
  134. package/node_modules/axios/index.d.ts +398 -72
  135. package/node_modules/axios/index.js +41 -1
  136. package/node_modules/axios/lib/adapters/adapters.js +59 -0
  137. package/node_modules/axios/lib/adapters/http.js +479 -217
  138. package/node_modules/axios/lib/adapters/xhr.js +95 -54
  139. package/node_modules/axios/lib/axios.js +49 -20
  140. package/node_modules/axios/lib/cancel/CancelToken.js +91 -89
  141. package/node_modules/axios/lib/cancel/CanceledError.js +25 -0
  142. package/node_modules/axios/lib/cancel/isCancel.js +2 -2
  143. package/node_modules/axios/lib/core/Axios.js +155 -100
  144. package/node_modules/axios/lib/core/AxiosError.js +100 -0
  145. package/node_modules/axios/lib/core/AxiosHeaders.js +288 -0
  146. package/node_modules/axios/lib/core/InterceptorManager.js +62 -45
  147. package/node_modules/axios/lib/core/buildFullPath.js +5 -4
  148. package/node_modules/axios/lib/core/dispatchRequest.js +27 -33
  149. package/node_modules/axios/lib/core/mergeConfig.js +58 -52
  150. package/node_modules/axios/lib/core/settle.js +8 -6
  151. package/node_modules/axios/lib/core/transformData.js +15 -9
  152. package/node_modules/axios/lib/defaults/index.js +76 -41
  153. package/node_modules/axios/lib/defaults/transitional.js +1 -1
  154. package/node_modules/axios/lib/env/classes/FormData.js +2 -0
  155. package/node_modules/axios/lib/env/data.js +1 -3
  156. package/node_modules/axios/lib/helpers/AxiosTransformStream.js +191 -0
  157. package/node_modules/axios/lib/helpers/AxiosURLSearchParams.js +58 -0
  158. package/node_modules/axios/lib/helpers/HttpStatusCode.js +71 -0
  159. package/node_modules/axios/lib/helpers/ZlibHeaderTransformStream.js +28 -0
  160. package/node_modules/axios/lib/helpers/bind.js +3 -7
  161. package/node_modules/axios/lib/helpers/buildURL.js +26 -33
  162. package/node_modules/axios/lib/helpers/callbackify.js +16 -0
  163. package/node_modules/axios/lib/helpers/combineURLs.js +3 -2
  164. package/node_modules/axios/lib/helpers/cookies.js +43 -44
  165. package/node_modules/axios/lib/helpers/deprecatedMethod.js +4 -2
  166. package/node_modules/axios/lib/helpers/formDataToJSON.js +92 -0
  167. package/node_modules/axios/lib/helpers/formDataToStream.js +111 -0
  168. package/node_modules/axios/lib/helpers/fromDataURI.js +53 -0
  169. package/node_modules/axios/lib/helpers/isAbsoluteURL.js +3 -2
  170. package/node_modules/axios/lib/helpers/isAxiosError.js +4 -3
  171. package/node_modules/axios/lib/helpers/isURLSameOrigin.js +44 -45
  172. package/node_modules/axios/lib/helpers/null.js +2 -0
  173. package/node_modules/axios/lib/helpers/parseHeaders.js +24 -22
  174. package/node_modules/axios/lib/helpers/parseProtocol.js +6 -0
  175. package/node_modules/axios/lib/helpers/readBlob.js +15 -0
  176. package/node_modules/axios/lib/helpers/speedometer.js +55 -0
  177. package/node_modules/axios/lib/helpers/spread.js +3 -2
  178. package/node_modules/axios/lib/helpers/throttle.js +33 -0
  179. package/node_modules/axios/lib/helpers/toFormData.js +203 -39
  180. package/node_modules/axios/lib/helpers/toURLEncodedForm.js +18 -0
  181. package/node_modules/axios/lib/helpers/validator.js +27 -18
  182. package/node_modules/axios/lib/platform/browser/classes/Blob.js +3 -0
  183. package/node_modules/axios/lib/platform/browser/classes/FormData.js +3 -0
  184. package/node_modules/axios/lib/platform/browser/classes/URLSearchParams.js +4 -0
  185. package/node_modules/axios/lib/platform/browser/index.js +64 -0
  186. package/node_modules/axios/lib/platform/index.js +3 -0
  187. package/node_modules/axios/lib/platform/node/classes/FormData.js +3 -0
  188. package/node_modules/axios/lib/platform/node/classes/URLSearchParams.js +4 -0
  189. package/node_modules/axios/lib/platform/node/index.js +12 -0
  190. package/node_modules/axios/lib/utils.js +517 -144
  191. package/node_modules/axios/package.json +194 -93
  192. package/node_modules/call-bind/package.json +78 -109
  193. package/node_modules/combined-stream/package.json +14 -46
  194. package/node_modules/commander/package.json +20 -53
  195. package/node_modules/concaveman/node_modules/quickselect/package.json +43 -0
  196. package/node_modules/{@turf/collect → concaveman}/node_modules/rbush/README.md +22 -95
  197. package/node_modules/{@turf/unkink-polygon → concaveman}/node_modules/rbush/index.js +131 -181
  198. package/node_modules/concaveman/node_modules/rbush/package.json +56 -0
  199. package/node_modules/concaveman/node_modules/rbush/rbush.js +574 -0
  200. package/node_modules/concaveman/node_modules/rbush/rbush.min.js +1 -0
  201. package/node_modules/concaveman/package.json +15 -46
  202. package/node_modules/d3-array/package.json +19 -47
  203. package/node_modules/d3-geo/package.json +24 -52
  204. package/node_modules/d3-voronoi/package.json +19 -47
  205. package/node_modules/deep-equal/package.json +34 -64
  206. package/node_modules/define-properties/.eslintrc +10 -3
  207. package/node_modules/define-properties/.github/FUNDING.yml +12 -0
  208. package/node_modules/define-properties/.nycrc +9 -0
  209. package/node_modules/define-properties/CHANGELOG.md +39 -0
  210. package/node_modules/define-properties/README.md +11 -13
  211. package/node_modules/define-properties/index.js +12 -17
  212. package/node_modules/define-properties/package.json +85 -95
  213. package/node_modules/delayed-stream/package.json +14 -49
  214. package/node_modules/density-clustering/package.json +46 -70
  215. package/node_modules/earcut/README.md +12 -3
  216. package/node_modules/earcut/dist/earcut.dev.js +47 -50
  217. package/node_modules/earcut/dist/earcut.min.js +1 -1
  218. package/node_modules/earcut/package.json +26 -60
  219. package/node_modules/earcut/src/earcut.js +46 -49
  220. package/node_modules/follow-redirects/README.md +8 -1
  221. package/node_modules/follow-redirects/index.js +83 -36
  222. package/node_modules/follow-redirects/package.json +38 -74
  223. package/node_modules/form-data/package.json +37 -70
  224. package/node_modules/function-bind/package.json +23 -56
  225. package/node_modules/functions-have-names/.editorconfig +20 -0
  226. package/node_modules/functions-have-names/.eslintrc +19 -0
  227. package/node_modules/functions-have-names/.github/FUNDING.yml +12 -0
  228. package/node_modules/functions-have-names/.nycrc +9 -0
  229. package/node_modules/functions-have-names/CHANGELOG.md +89 -0
  230. package/node_modules/functions-have-names/LICENSE +21 -0
  231. package/node_modules/functions-have-names/README.md +40 -0
  232. package/node_modules/functions-have-names/index.js +31 -0
  233. package/node_modules/functions-have-names/package.json +55 -0
  234. package/node_modules/functions-have-names/test/index.js +65 -0
  235. package/node_modules/geojson-equality/package.json +23 -55
  236. package/node_modules/geojson-rbush/node_modules/quickselect/package.json +43 -0
  237. package/node_modules/{@turf/unkink-polygon → geojson-rbush}/node_modules/rbush/README.md +22 -95
  238. package/node_modules/{@turf/collect → geojson-rbush}/node_modules/rbush/index.js +131 -181
  239. package/node_modules/geojson-rbush/node_modules/rbush/package.json +56 -0
  240. package/node_modules/geojson-rbush/node_modules/rbush/rbush.js +574 -0
  241. package/node_modules/geojson-rbush/node_modules/rbush/rbush.min.js +1 -0
  242. package/node_modules/geojson-rbush/package.json +32 -71
  243. package/node_modules/get-intrinsic/.eslintrc +3 -8
  244. package/node_modules/get-intrinsic/.nycrc +0 -4
  245. package/node_modules/get-intrinsic/CHANGELOG.md +53 -0
  246. package/node_modules/get-intrinsic/README.md +7 -1
  247. package/node_modules/get-intrinsic/index.js +29 -8
  248. package/node_modules/get-intrinsic/package.json +91 -104
  249. package/node_modules/get-intrinsic/test/GetIntrinsic.js +26 -12
  250. package/node_modules/has/package.json +21 -46
  251. package/node_modules/has-property-descriptors/.eslintrc +13 -0
  252. package/node_modules/has-property-descriptors/.github/FUNDING.yml +12 -0
  253. package/node_modules/has-property-descriptors/.nycrc +9 -0
  254. package/node_modules/has-property-descriptors/CHANGELOG.md +16 -0
  255. package/node_modules/has-property-descriptors/LICENSE +21 -0
  256. package/node_modules/has-property-descriptors/README.md +43 -0
  257. package/node_modules/has-property-descriptors/index.js +33 -0
  258. package/node_modules/has-property-descriptors/package.json +70 -0
  259. package/node_modules/has-property-descriptors/test/index.js +57 -0
  260. package/node_modules/has-proto/.eslintrc +5 -0
  261. package/node_modules/has-proto/.github/FUNDING.yml +12 -0
  262. package/node_modules/has-proto/CHANGELOG.md +23 -0
  263. package/node_modules/has-proto/LICENSE +21 -0
  264. package/node_modules/has-proto/README.md +38 -0
  265. package/node_modules/has-proto/index.js +11 -0
  266. package/node_modules/has-proto/package.json +74 -0
  267. package/node_modules/has-proto/test/index.js +19 -0
  268. package/node_modules/has-symbols/package.json +99 -125
  269. package/node_modules/has-tostringtag/package.json +82 -109
  270. package/node_modules/is-arguments/package.json +89 -114
  271. package/node_modules/is-date-object/package.json +77 -108
  272. package/node_modules/is-regex/package.json +84 -112
  273. package/node_modules/mime-db/HISTORY.md +8 -0
  274. package/node_modules/mime-db/LICENSE +19 -18
  275. package/node_modules/mime-db/README.md +1 -1
  276. package/node_modules/mime-db/db.json +54 -6
  277. package/node_modules/mime-db/index.js +1 -0
  278. package/node_modules/mime-db/package.json +24 -66
  279. package/node_modules/mime-types/HISTORY.md +9 -0
  280. package/node_modules/mime-types/README.md +1 -1
  281. package/node_modules/mime-types/package.json +19 -62
  282. package/node_modules/object-assign/package.json +15 -49
  283. package/node_modules/object-is/package.json +85 -112
  284. package/node_modules/object-keys/package.json +86 -116
  285. package/node_modules/point-in-polygon/package.json +19 -48
  286. package/node_modules/polygon-clipping/package.json +41 -80
  287. package/node_modules/proxy-from-env/.eslintrc +29 -0
  288. package/node_modules/proxy-from-env/.travis.yml +10 -0
  289. package/node_modules/proxy-from-env/LICENSE +20 -0
  290. package/node_modules/proxy-from-env/README.md +131 -0
  291. package/node_modules/proxy-from-env/index.js +108 -0
  292. package/node_modules/proxy-from-env/package.json +34 -0
  293. package/node_modules/proxy-from-env/test.js +483 -0
  294. package/node_modules/quickselect/package.json +13 -41
  295. package/node_modules/rbush/README.md +95 -22
  296. package/node_modules/rbush/index.js +181 -131
  297. package/node_modules/rbush/package.json +39 -71
  298. package/node_modules/rbush/rbush.js +412 -360
  299. package/node_modules/rbush/rbush.min.js +1 -1
  300. package/node_modules/regexp.prototype.flags/.eslintrc +1 -0
  301. package/node_modules/regexp.prototype.flags/CHANGELOG.md +19 -0
  302. package/node_modules/regexp.prototype.flags/implementation.js +9 -0
  303. package/node_modules/regexp.prototype.flags/package.json +98 -122
  304. package/node_modules/regexp.prototype.flags/test/shimmed.js +2 -1
  305. package/node_modules/regexp.prototype.flags/test/tests.js +7 -5
  306. package/node_modules/robust-predicates/package.json +25 -52
  307. package/node_modules/skmeans/package.json +18 -53
  308. package/node_modules/splaytree/Readme.md +58 -57
  309. package/node_modules/splaytree/dist/splay.esm.js +21 -8
  310. package/node_modules/splaytree/dist/splay.esm.js.map +1 -1
  311. package/node_modules/splaytree/dist/splay.js +21 -8
  312. package/node_modules/splaytree/dist/splay.js.map +1 -1
  313. package/node_modules/splaytree/package.json +36 -68
  314. package/node_modules/splaytree/src/index.ts +16 -4
  315. package/node_modules/tinyqueue/package.json +34 -59
  316. package/node_modules/topojson-client/package.json +28 -56
  317. package/node_modules/topojson-server/package.json +27 -55
  318. package/node_modules/turf-jsts/package.json +33 -68
  319. package/node_modules/uuid/CHANGELOG.md +39 -0
  320. package/node_modules/uuid/README.md +30 -73
  321. package/node_modules/uuid/dist/commonjs-browser/index.js +79 -0
  322. package/node_modules/uuid/dist/commonjs-browser/md5.js +223 -0
  323. package/node_modules/uuid/dist/commonjs-browser/native.js +11 -0
  324. package/node_modules/uuid/dist/commonjs-browser/nil.js +8 -0
  325. package/node_modules/uuid/dist/commonjs-browser/parse.js +45 -0
  326. package/node_modules/uuid/dist/commonjs-browser/regex.js +8 -0
  327. package/node_modules/uuid/dist/commonjs-browser/rng.js +25 -0
  328. package/node_modules/uuid/dist/commonjs-browser/sha1.js +104 -0
  329. package/node_modules/uuid/dist/commonjs-browser/stringify.js +44 -0
  330. package/node_modules/uuid/dist/commonjs-browser/v1.js +107 -0
  331. package/node_modules/uuid/dist/commonjs-browser/v3.js +16 -0
  332. package/node_modules/uuid/dist/commonjs-browser/v35.js +80 -0
  333. package/node_modules/uuid/dist/commonjs-browser/v4.js +43 -0
  334. package/node_modules/uuid/dist/commonjs-browser/v5.js +16 -0
  335. package/node_modules/uuid/dist/commonjs-browser/validate.js +17 -0
  336. package/node_modules/uuid/dist/commonjs-browser/version.js +21 -0
  337. package/node_modules/uuid/dist/esm-browser/md5.js +23 -23
  338. package/node_modules/uuid/dist/esm-browser/native.js +4 -0
  339. package/node_modules/uuid/dist/esm-browser/parse.js +2 -2
  340. package/node_modules/uuid/dist/esm-browser/rng.js +4 -5
  341. package/node_modules/uuid/dist/esm-browser/sha1.js +26 -26
  342. package/node_modules/uuid/dist/esm-browser/stringify.js +9 -6
  343. package/node_modules/uuid/dist/esm-browser/v1.js +17 -17
  344. package/node_modules/uuid/dist/esm-browser/v3.js +1 -1
  345. package/node_modules/uuid/dist/esm-browser/v35.js +12 -10
  346. package/node_modules/uuid/dist/esm-browser/v4.js +9 -4
  347. package/node_modules/uuid/dist/esm-browser/v5.js +1 -1
  348. package/node_modules/uuid/dist/esm-browser/version.js +1 -1
  349. package/node_modules/uuid/dist/esm-node/native.js +4 -0
  350. package/node_modules/uuid/dist/esm-node/stringify.js +7 -3
  351. package/node_modules/uuid/dist/esm-node/v1.js +2 -2
  352. package/node_modules/uuid/dist/esm-node/v35.js +6 -4
  353. package/node_modules/uuid/dist/esm-node/v4.js +7 -2
  354. package/node_modules/uuid/dist/esm-node/version.js +1 -1
  355. package/node_modules/uuid/dist/index.js +18 -18
  356. package/node_modules/uuid/dist/native-browser.js +11 -0
  357. package/node_modules/uuid/dist/native.js +15 -0
  358. package/node_modules/uuid/dist/rng-browser.js +2 -3
  359. package/node_modules/uuid/dist/stringify.js +8 -3
  360. package/node_modules/uuid/dist/v1.js +2 -2
  361. package/node_modules/uuid/dist/v35.js +7 -5
  362. package/node_modules/uuid/dist/v4.js +8 -2
  363. package/node_modules/uuid/dist/version.js +1 -1
  364. package/node_modules/uuid/package.json +87 -120
  365. package/package.json +12 -8
  366. package/tak-ingest.html +40 -0
  367. package/tak-ingest.js +48 -0
  368. package/tak-registration.html +13 -2
  369. package/tak-registration.js +55 -7
  370. package/node_modules/@turf/collect/node_modules/quickselect/package.json +0 -69
  371. package/node_modules/@turf/collect/node_modules/rbush/package.json +0 -85
  372. package/node_modules/@turf/collect/node_modules/rbush/rbush.js +0 -626
  373. package/node_modules/@turf/collect/node_modules/rbush/rbush.min.js +0 -1
  374. package/node_modules/@turf/unkink-polygon/node_modules/quickselect/package.json +0 -69
  375. package/node_modules/@turf/unkink-polygon/node_modules/rbush/package.json +0 -85
  376. package/node_modules/@turf/unkink-polygon/node_modules/rbush/rbush.js +0 -626
  377. package/node_modules/@turf/unkink-polygon/node_modules/rbush/rbush.min.js +0 -1
  378. package/node_modules/axios/UPGRADE_GUIDE.md +0 -168
  379. package/node_modules/axios/dist/axios.map +0 -1
  380. package/node_modules/axios/dist/axios.min.map +0 -1
  381. package/node_modules/axios/lib/cancel/Cancel.js +0 -19
  382. package/node_modules/axios/lib/core/createError.js +0 -18
  383. package/node_modules/axios/lib/core/enhanceError.js +0 -43
  384. package/node_modules/axios/lib/helpers/normalizeHeaderName.js +0 -12
  385. package/node_modules/axios/tsconfig.json +0 -14
  386. package/node_modules/axios/tslint.json +0 -6
  387. package/node_modules/combined-stream/yarn.lock +0 -17
  388. package/node_modules/d3-array/yarn.lock +0 -939
  389. package/node_modules/define-properties/.jscs.json +0 -175
  390. package/node_modules/define-properties/.travis.yml +0 -233
  391. package/node_modules/define-properties/test/index.js +0 -125
  392. package/node_modules/get-intrinsic/.eslintignore +0 -1
  393. package/node_modules/uuid/dist/umd/uuid.min.js +0 -1
  394. package/node_modules/uuid/dist/umd/uuidNIL.min.js +0 -1
  395. package/node_modules/uuid/dist/umd/uuidParse.min.js +0 -1
  396. package/node_modules/uuid/dist/umd/uuidStringify.min.js +0 -1
  397. package/node_modules/uuid/dist/umd/uuidValidate.min.js +0 -1
  398. package/node_modules/uuid/dist/umd/uuidVersion.min.js +0 -1
  399. package/node_modules/uuid/dist/umd/uuidv1.min.js +0 -1
  400. package/node_modules/uuid/dist/umd/uuidv3.min.js +0 -1
  401. package/node_modules/uuid/dist/umd/uuidv4.min.js +0 -1
  402. package/node_modules/uuid/dist/umd/uuidv5.min.js +0 -1
  403. /package/node_modules/{@turf/collect → concaveman}/node_modules/quickselect/LICENSE +0 -0
  404. /package/node_modules/{@turf/collect → concaveman}/node_modules/quickselect/README.md +0 -0
  405. /package/node_modules/{@turf/collect → concaveman}/node_modules/quickselect/index.js +0 -0
  406. /package/node_modules/{@turf/collect → concaveman}/node_modules/quickselect/quickselect.js +0 -0
  407. /package/node_modules/{@turf/collect → concaveman}/node_modules/rbush/LICENSE +0 -0
  408. /package/node_modules/{@turf/unkink-polygon → geojson-rbush}/node_modules/quickselect/LICENSE +0 -0
  409. /package/node_modules/{@turf/unkink-polygon → geojson-rbush}/node_modules/quickselect/README.md +0 -0
  410. /package/node_modules/{@turf/unkink-polygon → geojson-rbush}/node_modules/quickselect/index.js +0 -0
  411. /package/node_modules/{@turf/unkink-polygon → geojson-rbush}/node_modules/quickselect/quickselect.js +0 -0
  412. /package/node_modules/{@turf/unkink-polygon → geojson-rbush}/node_modules/rbush/LICENSE +0 -0
@@ -1,45 +1,7 @@
1
1
  {
2
- "_from": "d3-array@1",
3
- "_id": "d3-array@1.2.4",
4
- "_inBundle": false,
5
- "_integrity": "sha512-KHW6M86R+FUPYGb3R5XiYjXPq7VzwxZ22buHhAEVG5ztoEcZZMLov530mmccaqA1GghZArjQV46fuc8kUqhhHw==",
6
- "_location": "/d3-array",
7
- "_phantomChildren": {},
8
- "_requested": {
9
- "type": "range",
10
- "registry": true,
11
- "raw": "d3-array@1",
12
- "name": "d3-array",
13
- "escapedName": "d3-array",
14
- "rawSpec": "1",
15
- "saveSpec": null,
16
- "fetchSpec": "1"
17
- },
18
- "_requiredBy": [
19
- "/d3-geo"
20
- ],
21
- "_resolved": "https://registry.npmjs.org/d3-array/-/d3-array-1.2.4.tgz",
22
- "_shasum": "635ce4d5eea759f6f605863dbcfc30edc737f71f",
23
- "_spec": "d3-array@1",
24
- "_where": "/Users/conway/Projects/TAKreg/node_modules/d3-geo",
25
- "author": {
26
- "name": "Mike Bostock",
27
- "url": "http://bost.ocks.org/mike"
28
- },
29
- "bugs": {
30
- "url": "https://github.com/d3/d3-array/issues"
31
- },
32
- "bundleDependencies": false,
33
- "deprecated": false,
2
+ "name": "d3-array",
3
+ "version": "1.2.4",
34
4
  "description": "Array manipulation, ordering, searching, summarizing, etc.",
35
- "devDependencies": {
36
- "eslint": "5",
37
- "rollup": "0.64",
38
- "rollup-plugin-terser": "1",
39
- "seedrandom": "2",
40
- "tape": "4"
41
- },
42
- "homepage": "https://d3js.org/d3-array/",
43
5
  "keywords": [
44
6
  "d3",
45
7
  "d3-module",
@@ -51,20 +13,30 @@
51
13
  "sort",
52
14
  "array"
53
15
  ],
16
+ "homepage": "https://d3js.org/d3-array/",
54
17
  "license": "BSD-3-Clause",
18
+ "author": {
19
+ "name": "Mike Bostock",
20
+ "url": "http://bost.ocks.org/mike"
21
+ },
55
22
  "main": "dist/d3-array.js",
23
+ "unpkg": "dist/d3-array.min.js",
56
24
  "module": "src/index.js",
57
- "name": "d3-array",
58
25
  "repository": {
59
26
  "type": "git",
60
- "url": "git+https://github.com/d3/d3-array.git"
27
+ "url": "https://github.com/d3/d3-array.git"
61
28
  },
62
29
  "scripts": {
63
- "postpublish": "git push && git push --tags && cd ../d3.github.com && git pull && cp ../${npm_package_name}/dist/${npm_package_name}.js ${npm_package_name}.v${npm_package_version%%.*}.js && cp ../${npm_package_name}/dist/${npm_package_name}.min.js ${npm_package_name}.v${npm_package_version%%.*}.min.js && git add ${npm_package_name}.v${npm_package_version%%.*}.js ${npm_package_name}.v${npm_package_version%%.*}.min.js && git commit -m \"${npm_package_name} ${npm_package_version}\" && git push && cd - && zip -j dist/${npm_package_name}.zip -- LICENSE README.md dist/${npm_package_name}.js dist/${npm_package_name}.min.js",
64
- "prepublishOnly": "rm -rf dist && yarn test",
65
30
  "pretest": "rollup -c",
66
- "test": "tape 'test/**/*-test.js' && eslint src"
31
+ "test": "tape 'test/**/*-test.js' && eslint src",
32
+ "prepublishOnly": "rm -rf dist && yarn test",
33
+ "postpublish": "git push && git push --tags && cd ../d3.github.com && git pull && cp ../${npm_package_name}/dist/${npm_package_name}.js ${npm_package_name}.v${npm_package_version%%.*}.js && cp ../${npm_package_name}/dist/${npm_package_name}.min.js ${npm_package_name}.v${npm_package_version%%.*}.min.js && git add ${npm_package_name}.v${npm_package_version%%.*}.js ${npm_package_name}.v${npm_package_version%%.*}.min.js && git commit -m \"${npm_package_name} ${npm_package_version}\" && git push && cd - && zip -j dist/${npm_package_name}.zip -- LICENSE README.md dist/${npm_package_name}.js dist/${npm_package_name}.min.js"
67
34
  },
68
- "unpkg": "dist/d3-array.min.js",
69
- "version": "1.2.4"
35
+ "devDependencies": {
36
+ "eslint": "5",
37
+ "rollup": "0.64",
38
+ "rollup-plugin-terser": "1",
39
+ "seedrandom": "2",
40
+ "tape": "4"
41
+ }
70
42
  }
@@ -1,40 +1,36 @@
1
1
  {
2
- "_from": "d3-geo@1.7.1",
3
- "_id": "d3-geo@1.7.1",
4
- "_inBundle": false,
5
- "_integrity": "sha512-O4AempWAr+P5qbk2bC2FuN/sDW4z+dN2wDf9QV3bxQt4M5HfOEeXLgJ/UKQW0+o1Dj8BE+L5kiDbdWUMjsmQpw==",
6
- "_location": "/d3-geo",
7
- "_phantomChildren": {},
8
- "_requested": {
9
- "type": "version",
10
- "registry": true,
11
- "raw": "d3-geo@1.7.1",
12
- "name": "d3-geo",
13
- "escapedName": "d3-geo",
14
- "rawSpec": "1.7.1",
15
- "saveSpec": null,
16
- "fetchSpec": "1.7.1"
17
- },
18
- "_requiredBy": [
19
- "/@turf/buffer"
2
+ "name": "d3-geo",
3
+ "version": "1.7.1",
4
+ "description": "Shapes and calculators for spherical coordinates.",
5
+ "keywords": [
6
+ "d3",
7
+ "d3-module",
8
+ "geo",
9
+ "maps",
10
+ "cartography"
20
11
  ],
21
- "_resolved": "https://registry.npmjs.org/d3-geo/-/d3-geo-1.7.1.tgz",
22
- "_shasum": "44bbc7a218b1fd859f3d8fd7c443ca836569ce99",
23
- "_spec": "d3-geo@1.7.1",
24
- "_where": "/Users/conway/Projects/TAKreg/node_modules/@turf/buffer",
12
+ "homepage": "https://d3js.org/d3-geo/",
13
+ "license": "BSD-3-Clause",
25
14
  "author": {
26
15
  "name": "Mike Bostock",
27
16
  "url": "https://bost.ocks.org/mike"
28
17
  },
29
- "bugs": {
30
- "url": "https://github.com/d3/d3-geo/issues"
18
+ "main": "build/d3-geo.js",
19
+ "module": "index",
20
+ "jsnext:main": "index",
21
+ "repository": {
22
+ "type": "git",
23
+ "url": "https://github.com/d3/d3-geo.git"
24
+ },
25
+ "scripts": {
26
+ "pretest": "rm -rf build && mkdir build && rollup -c --banner \"$(preamble)\"",
27
+ "test": "tape 'test/**/*-test.js' && mkdir -p test/output && eslint index.js src",
28
+ "prepublishOnly": "npm run test && test/compare-images && uglifyjs -b beautify=false,preamble=\"'$(preamble)'\" build/d3-geo.js -c -m -o build/d3-geo.min.js",
29
+ "postpublish": "git push && git push --tags && cd ../d3.github.com && git pull && cp ../d3-geo/build/d3-geo.js d3-geo.v1.js && cp ../d3-geo/build/d3-geo.min.js d3-geo.v1.min.js && git add d3-geo.v1.js d3-geo.v1.min.js && git commit -m \"d3-geo ${npm_package_version}\" && git push && cd - && zip -j build/d3-geo.zip -- LICENSE README.md build/d3-geo.js build/d3-geo.min.js"
31
30
  },
32
- "bundleDependencies": false,
33
31
  "dependencies": {
34
32
  "d3-array": "1"
35
33
  },
36
- "deprecated": false,
37
- "description": "Shapes and calculators for spherical coordinates.",
38
34
  "devDependencies": {
39
35
  "canvas": "1",
40
36
  "d3-format": "1",
@@ -44,29 +40,5 @@
44
40
  "tape": "4",
45
41
  "topojson-client": "3",
46
42
  "uglify-js": "3"
47
- },
48
- "homepage": "https://d3js.org/d3-geo/",
49
- "jsnext:main": "index",
50
- "keywords": [
51
- "d3",
52
- "d3-module",
53
- "geo",
54
- "maps",
55
- "cartography"
56
- ],
57
- "license": "BSD-3-Clause",
58
- "main": "build/d3-geo.js",
59
- "module": "index",
60
- "name": "d3-geo",
61
- "repository": {
62
- "type": "git",
63
- "url": "git+https://github.com/d3/d3-geo.git"
64
- },
65
- "scripts": {
66
- "postpublish": "git push && git push --tags && cd ../d3.github.com && git pull && cp ../d3-geo/build/d3-geo.js d3-geo.v1.js && cp ../d3-geo/build/d3-geo.min.js d3-geo.v1.min.js && git add d3-geo.v1.js d3-geo.v1.min.js && git commit -m \"d3-geo ${npm_package_version}\" && git push && cd - && zip -j build/d3-geo.zip -- LICENSE README.md build/d3-geo.js build/d3-geo.min.js",
67
- "prepublishOnly": "npm run test && test/compare-images && uglifyjs -b beautify=false,preamble=\"'$(preamble)'\" build/d3-geo.js -c -m -o build/d3-geo.min.js",
68
- "pretest": "rm -rf build && mkdir build && rollup -c --banner \"$(preamble)\"",
69
- "test": "tape 'test/**/*-test.js' && mkdir -p test/output && eslint index.js src"
70
- },
71
- "version": "1.7.1"
43
+ }
72
44
  }
@@ -1,65 +1,37 @@
1
1
  {
2
- "_from": "d3-voronoi@1.1.2",
3
- "_id": "d3-voronoi@1.1.2",
4
- "_inBundle": false,
5
- "_integrity": "sha1-Fodmfo8TotFYyAwUgMWinLDYlzw=",
6
- "_location": "/d3-voronoi",
7
- "_phantomChildren": {},
8
- "_requested": {
9
- "type": "version",
10
- "registry": true,
11
- "raw": "d3-voronoi@1.1.2",
12
- "name": "d3-voronoi",
13
- "escapedName": "d3-voronoi",
14
- "rawSpec": "1.1.2",
15
- "saveSpec": null,
16
- "fetchSpec": "1.1.2"
17
- },
18
- "_requiredBy": [
19
- "/@turf/voronoi"
20
- ],
21
- "_resolved": "https://registry.npmjs.org/d3-voronoi/-/d3-voronoi-1.1.2.tgz",
22
- "_shasum": "1687667e8f13a2d158c80c1480c5a29cb0d8973c",
23
- "_spec": "d3-voronoi@1.1.2",
24
- "_where": "/Users/conway/Projects/TAKreg/node_modules/@turf/voronoi",
25
- "author": {
26
- "name": "Mike Bostock",
27
- "url": "http://bost.ocks.org/mike"
28
- },
29
- "bugs": {
30
- "url": "https://github.com/d3/d3-voronoi/issues"
31
- },
32
- "bundleDependencies": false,
33
- "deprecated": false,
2
+ "name": "d3-voronoi",
3
+ "version": "1.1.2",
34
4
  "description": "Compute the Voronoi diagram of a set of two-dimensional points.",
35
- "devDependencies": {
36
- "eslint": "3",
37
- "package-preamble": "0.0",
38
- "rollup": "0.41",
39
- "tape": "4",
40
- "uglify-js": "^2.8.11"
41
- },
42
- "homepage": "https://d3js.org/d3-voronoi/",
43
- "jsnext:main": "index",
44
5
  "keywords": [
45
6
  "d3",
46
7
  "d3-module",
47
8
  "voronoi",
48
9
  "delaunay"
49
10
  ],
11
+ "homepage": "https://d3js.org/d3-voronoi/",
50
12
  "license": "BSD-3-Clause",
13
+ "author": {
14
+ "name": "Mike Bostock",
15
+ "url": "http://bost.ocks.org/mike"
16
+ },
51
17
  "main": "build/d3-voronoi.js",
52
18
  "module": "index",
53
- "name": "d3-voronoi",
19
+ "jsnext:main": "index",
54
20
  "repository": {
55
21
  "type": "git",
56
- "url": "git+https://github.com/d3/d3-voronoi.git"
22
+ "url": "https://github.com/d3/d3-voronoi.git"
57
23
  },
58
24
  "scripts": {
59
- "postpublish": "git push && git push --tags && cd ../d3.github.com && git pull && cp ../d3-voronoi/build/d3-voronoi.js d3-voronoi.v1.js && cp ../d3-voronoi/build/d3-voronoi.min.js d3-voronoi.v1.min.js && git add d3-voronoi.v1.js d3-voronoi.v1.min.js && git commit -m \"d3-voronoi ${npm_package_version}\" && git push && cd - && zip -j build/d3-voronoi.zip -- LICENSE README.md build/d3-voronoi.js build/d3-voronoi.min.js",
60
- "prepublish": "npm run test && uglifyjs --preamble \"$(preamble)\" build/d3-voronoi.js -c -m -o build/d3-voronoi.min.js",
61
25
  "pretest": "rm -rf build && mkdir build && rollup --banner \"$(preamble)\" -f umd -n d3 -o build/d3-voronoi.js -- index.js",
62
- "test": "tape 'test/**/*-test.js' && eslint index.js src"
26
+ "test": "tape 'test/**/*-test.js' && eslint index.js src",
27
+ "prepublish": "npm run test && uglifyjs --preamble \"$(preamble)\" build/d3-voronoi.js -c -m -o build/d3-voronoi.min.js",
28
+ "postpublish": "git push && git push --tags && cd ../d3.github.com && git pull && cp ../d3-voronoi/build/d3-voronoi.js d3-voronoi.v1.js && cp ../d3-voronoi/build/d3-voronoi.min.js d3-voronoi.v1.min.js && git add d3-voronoi.v1.js d3-voronoi.v1.min.js && git commit -m \"d3-voronoi ${npm_package_version}\" && git push && cd - && zip -j build/d3-voronoi.zip -- LICENSE README.md build/d3-voronoi.js build/d3-voronoi.min.js"
63
29
  },
64
- "version": "1.1.2"
30
+ "devDependencies": {
31
+ "eslint": "3",
32
+ "package-preamble": "0.0",
33
+ "rollup": "0.41",
34
+ "tape": "4",
35
+ "uglify-js": "^2.8.11"
36
+ }
65
37
  }
@@ -1,44 +1,23 @@
1
1
  {
2
- "_from": "deep-equal@^1.0.0",
3
- "_id": "deep-equal@1.1.1",
4
- "_inBundle": false,
5
- "_integrity": "sha512-yd9c5AdiqVcR+JjcwUQb9DkhJc8ngNr0MahEBGvDiJw8puWab2yZlh+nkasOnZP+EGTAP6rRp2JzJhJZzvNF8g==",
6
- "_location": "/deep-equal",
7
- "_phantomChildren": {},
8
- "_requested": {
9
- "type": "range",
10
- "registry": true,
11
- "raw": "deep-equal@^1.0.0",
12
- "name": "deep-equal",
13
- "escapedName": "deep-equal",
14
- "rawSpec": "^1.0.0",
15
- "saveSpec": null,
16
- "fetchSpec": "^1.0.0"
17
- },
18
- "_requiredBy": [
19
- "/@turf/line-overlap",
20
- "/geojson-equality"
21
- ],
22
- "_resolved": "https://registry.npmjs.org/deep-equal/-/deep-equal-1.1.1.tgz",
23
- "_shasum": "b5c98c942ceffaf7cb051e24e1434a25a2e6076a",
24
- "_spec": "deep-equal@^1.0.0",
25
- "_where": "/Users/conway/Projects/TAKreg/node_modules/geojson-equality",
26
- "author": {
27
- "name": "James Halliday",
28
- "email": "mail@substack.net",
29
- "url": "http://substack.net"
30
- },
31
- "auto-changelog": {
32
- "output": "CHANGELOG.md",
33
- "template": "keepachangelog",
34
- "unreleased": false,
35
- "commitLimit": false,
36
- "backfillLimit": false
2
+ "name": "deep-equal",
3
+ "version": "1.1.1",
4
+ "description": "node's assert.deepEqual algorithm",
5
+ "main": "index.js",
6
+ "directories": {
7
+ "lib": ".",
8
+ "example": "example",
9
+ "test": "test"
37
10
  },
38
- "bugs": {
39
- "url": "https://github.com/substack/node-deep-equal/issues"
11
+ "scripts": {
12
+ "prepublish": "safe-publish-latest",
13
+ "pretest": "npm run lint",
14
+ "lint": "eslint .",
15
+ "tests-only": "tape test/*",
16
+ "test": "npm run tests-only",
17
+ "posttest": "npx aud",
18
+ "version": "auto-changelog && git add CHANGELOG.md",
19
+ "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\""
40
20
  },
41
- "bundleDependencies": false,
42
21
  "dependencies": {
43
22
  "is-arguments": "^1.0.4",
44
23
  "is-date-object": "^1.0.1",
@@ -47,8 +26,6 @@
47
26
  "object-keys": "^1.1.1",
48
27
  "regexp.prototype.flags": "^1.2.0"
49
28
  },
50
- "deprecated": false,
51
- "description": "node's assert.deepEqual algorithm",
52
29
  "devDependencies": {
53
30
  "@ljharb/eslint-config": "^15.0.1",
54
31
  "auto-changelog": "^1.16.2",
@@ -56,37 +33,24 @@
56
33
  "safe-publish-latest": "^1.1.4",
57
34
  "tape": "^4.11.0"
58
35
  },
59
- "directories": {
60
- "lib": ".",
61
- "example": "example",
62
- "test": "test"
63
- },
64
- "funding": {
65
- "url": "https://github.com/sponsors/ljharb"
36
+ "repository": {
37
+ "type": "git",
38
+ "url": "http://github.com/substack/node-deep-equal.git"
66
39
  },
67
- "homepage": "https://github.com/substack/node-deep-equal#readme",
68
40
  "keywords": [
69
41
  "equality",
70
42
  "equal",
71
43
  "compare"
72
44
  ],
73
- "license": "MIT",
74
- "main": "index.js",
75
- "name": "deep-equal",
76
- "repository": {
77
- "type": "git",
78
- "url": "git+ssh://git@github.com/substack/node-deep-equal.git"
45
+ "author": {
46
+ "name": "James Halliday",
47
+ "email": "mail@substack.net",
48
+ "url": "http://substack.net"
79
49
  },
80
- "scripts": {
81
- "lint": "eslint .",
82
- "posttest": "npx aud",
83
- "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
84
- "prepublish": "safe-publish-latest",
85
- "pretest": "npm run lint",
86
- "test": "npm run tests-only",
87
- "tests-only": "tape test/*",
88
- "version": "auto-changelog && git add CHANGELOG.md"
50
+ "funding": {
51
+ "url": "https://github.com/sponsors/ljharb"
89
52
  },
53
+ "license": "MIT",
90
54
  "testling": {
91
55
  "files": "test/*.js",
92
56
  "browsers": {
@@ -113,5 +77,11 @@
113
77
  ]
114
78
  }
115
79
  },
116
- "version": "1.1.1"
80
+ "auto-changelog": {
81
+ "output": "CHANGELOG.md",
82
+ "template": "keepachangelog",
83
+ "unreleased": false,
84
+ "commitLimit": false,
85
+ "backfillLimit": false
86
+ }
117
87
  }
@@ -5,8 +5,15 @@
5
5
 
6
6
  "rules": {
7
7
  "id-length": [2, { "min": 1, "max": 35 }],
8
- "max-lines-per-function": [2, 100],
9
8
  "max-params": [2, 4],
10
- "max-statements": [2, 13]
11
- }
9
+ },
10
+
11
+ "overrides": [
12
+ {
13
+ "files": "test/**",
14
+ "rules": {
15
+ "max-lines-per-function": 0,
16
+ },
17
+ },
18
+ ],
12
19
  }
@@ -0,0 +1,12 @@
1
+ # These are supported funding model platforms
2
+
3
+ github: [ljharb]
4
+ patreon: # Replace with a single Patreon username
5
+ open_collective: # Replace with a single Open Collective username
6
+ ko_fi: # Replace with a single Ko-fi username
7
+ tidelift: npm/define-properties
8
+ community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
9
+ liberapay: # Replace with a single Liberapay username
10
+ issuehunt: # Replace with a single IssueHunt username
11
+ otechie: # Replace with a single Otechie username
12
+ custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2']
@@ -0,0 +1,9 @@
1
+ {
2
+ "all": true,
3
+ "check-coverage": false,
4
+ "reporter": ["text-summary", "text", "html", "json"],
5
+ "exclude": [
6
+ "coverage",
7
+ "test"
8
+ ]
9
+ }
@@ -1,3 +1,42 @@
1
+ # Changelog
2
+
3
+ All notable changes to this project will be documented in this file.
4
+
5
+ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
6
+ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
+
8
+ ## [v1.2.0](https://github.com/ljharb/define-properties/compare/v1.1.4...v1.2.0) - 2023-02-10
9
+
10
+ ### Commits
11
+
12
+ - [New] if the predicate is boolean `true`, it compares the existing value with `===` as the predicate [`d8dd6fc`](https://github.com/ljharb/define-properties/commit/d8dd6fca40d7c5878a4b643b91e66ae5a513a194)
13
+ - [meta] add `auto-changelog` [`7ebe2b0`](https://github.com/ljharb/define-properties/commit/7ebe2b0a0f90e62b842942cd45e86864fe75d9f6)
14
+ - [meta] use `npmignore` to autogenerate an npmignore file [`647478a`](https://github.com/ljharb/define-properties/commit/647478a8401fbf053fb633c0a3a7c982da6bad74)
15
+ - [Dev Deps] update `@ljharb/eslint-config`, `aud`, `tape` [`e620d70`](https://github.com/ljharb/define-properties/commit/e620d707d2e1118a38796f22a862200eb0a53fff)
16
+ - [Dev Deps] update `aud`, `tape` [`f1e5072`](https://github.com/ljharb/define-properties/commit/f1e507225c2551a99ed4fe40d3fe71b0f44acf88)
17
+ - [actions] update checkout action [`628b3af`](https://github.com/ljharb/define-properties/commit/628b3af5c74b8f0963296d811a8f6fa657baf964)
18
+
19
+ <!-- auto-changelog-above -->
20
+
21
+ 1.1.4 / 2022-04-14
22
+ =================
23
+ * [Refactor] use `has-property-descriptors`
24
+ * [readme] add github actions/codecov badges
25
+ * [Docs] fix header parsing; remove testling
26
+ * [Deps] update `object-keys`
27
+ * [meta] use `prepublishOnly` script for npm 7+
28
+ * [meta] add `funding` field; create FUNDING.yml
29
+ * [actions] add "Allow Edits" workflow; automatic rebasing / merge commit blocking
30
+ * [actions] reuse common workflows
31
+ * [actions] update codecov uploader
32
+ * [actions] use `node/install` instead of `node/run`; use `codecov` action
33
+ * [Tests] migrate tests to Github Actions
34
+ * [Tests] run `nyc` on all tests; use `tape` runner
35
+ * [Tests] use shared travis-ci config
36
+ * [Tests] use `npx aud` instead of `nsp` or `npm audit` with hoops
37
+ * [Tests] remove `jscs`
38
+ * [Dev Deps] update `eslint`, `@ljharb/eslint-config`, `safe-publish-latest`, `tape`; add `aud`, `safe-publish-latest`
39
+
1
40
  1.1.3 / 2018-08-14
2
41
  =================
3
42
  * [Refactor] use a for loop instead of `foreach` to make for smaller bundle sizes
@@ -1,6 +1,7 @@
1
- #define-properties <sup>[![Version Badge][npm-version-svg]][package-url]</sup>
1
+ # define-properties <sup>[![Version Badge][npm-version-svg]][package-url]</sup>
2
2
 
3
- [![Build Status][travis-svg]][travis-url]
3
+ [![github actions][actions-image]][actions-url]
4
+ [![coverage][codecov-image]][codecov-url]
4
5
  [![dependency status][deps-svg]][deps-url]
5
6
  [![dev dependency status][dev-deps-svg]][dev-deps-url]
6
7
  [![License][license-image]][license-url]
@@ -8,8 +9,6 @@
8
9
 
9
10
  [![npm badge][npm-badge-png]][package-url]
10
11
 
11
- [![browser support][testling-svg]][testling-url]
12
-
13
12
  Define multiple non-enumerable properties at once. Uses `Object.defineProperty` when available; falls back to standard assignment in older engines.
14
13
  Existing properties are not overridden. Accepts a map of property names to a predicate that, when true, force-overrides.
15
14
 
@@ -69,18 +68,17 @@ if (define.supportsDescriptors) {
69
68
  Simply clone the repo, `npm install`, and run `npm test`
70
69
 
71
70
  [package-url]: https://npmjs.org/package/define-properties
72
- [npm-version-svg]: http://versionbadg.es/ljharb/define-properties.svg
73
- [travis-svg]: https://travis-ci.org/ljharb/define-properties.svg
74
- [travis-url]: https://travis-ci.org/ljharb/define-properties
71
+ [npm-version-svg]: https://versionbadg.es/ljharb/define-properties.svg
75
72
  [deps-svg]: https://david-dm.org/ljharb/define-properties.svg
76
73
  [deps-url]: https://david-dm.org/ljharb/define-properties
77
74
  [dev-deps-svg]: https://david-dm.org/ljharb/define-properties/dev-status.svg
78
75
  [dev-deps-url]: https://david-dm.org/ljharb/define-properties#info=devDependencies
79
- [testling-svg]: https://ci.testling.com/ljharb/define-properties.png
80
- [testling-url]: https://ci.testling.com/ljharb/define-properties
81
76
  [npm-badge-png]: https://nodei.co/npm/define-properties.png?downloads=true&stars=true
82
- [license-image]: http://img.shields.io/npm/l/define-properties.svg
77
+ [license-image]: https://img.shields.io/npm/l/define-properties.svg
83
78
  [license-url]: LICENSE
84
- [downloads-image]: http://img.shields.io/npm/dm/define-properties.svg
85
- [downloads-url]: http://npm-stat.com/charts.html?package=define-properties
86
-
79
+ [downloads-image]: https://img.shields.io/npm/dm/define-properties.svg
80
+ [downloads-url]: https://npm-stat.com/charts.html?package=define-properties
81
+ [codecov-image]: https://codecov.io/gh/ljharb/define-properties/branch/main/graphs/badge.svg
82
+ [codecov-url]: https://app.codecov.io/gh/ljharb/define-properties/
83
+ [actions-image]: https://img.shields.io/endpoint?url=https://github-actions-badge-u3jn4tfpocch.runkit.sh/ljharb/define-properties
84
+ [actions-url]: https://github.com/ljharb/define-properties/actions
@@ -11,24 +11,19 @@ var isFunction = function (fn) {
11
11
  return typeof fn === 'function' && toStr.call(fn) === '[object Function]';
12
12
  };
13
13
 
14
- var arePropertyDescriptorsSupported = function () {
15
- var obj = {};
16
- try {
17
- origDefineProperty(obj, 'x', { enumerable: false, value: obj });
18
- // eslint-disable-next-line no-unused-vars, no-restricted-syntax
19
- for (var _ in obj) { // jscs:ignore disallowUnusedVariables
20
- return false;
21
- }
22
- return obj.x === obj;
23
- } catch (e) { /* this is IE 8. */
24
- return false;
25
- }
26
- };
27
- var supportsDescriptors = origDefineProperty && arePropertyDescriptorsSupported();
14
+ var hasPropertyDescriptors = require('has-property-descriptors')();
15
+
16
+ var supportsDescriptors = origDefineProperty && hasPropertyDescriptors;
28
17
 
29
18
  var defineProperty = function (object, name, value, predicate) {
30
- if (name in object && (!isFunction(predicate) || !predicate())) {
31
- return;
19
+ if (name in object) {
20
+ if (predicate === true) {
21
+ if (object[name] === value) {
22
+ return;
23
+ }
24
+ } else if (!isFunction(predicate) || !predicate()) {
25
+ return;
26
+ }
32
27
  }
33
28
  if (supportsDescriptors) {
34
29
  origDefineProperty(object, name, {
@@ -38,7 +33,7 @@ var defineProperty = function (object, name, value, predicate) {
38
33
  writable: true
39
34
  });
40
35
  } else {
41
- object[name] = value;
36
+ object[name] = value; // eslint-disable-line no-param-reassign
42
37
  }
43
38
  };
44
39