node-red-contrib-tak-registration 0.3.2 → 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 (411) hide show
  1. package/node_modules/@turf/along/package.json +41 -69
  2. package/node_modules/@turf/angle/package.json +44 -75
  3. package/node_modules/@turf/area/package.json +38 -68
  4. package/node_modules/@turf/bbox/package.json +37 -81
  5. package/node_modules/@turf/bbox-clip/package.json +44 -81
  6. package/node_modules/@turf/bbox-polygon/package.json +36 -66
  7. package/node_modules/@turf/bearing/package.json +36 -70
  8. package/node_modules/@turf/bezier-spline/package.json +39 -67
  9. package/node_modules/@turf/boolean-clockwise/package.json +42 -83
  10. package/node_modules/@turf/boolean-contains/package.json +46 -80
  11. package/node_modules/@turf/boolean-crosses/package.json +45 -79
  12. package/node_modules/@turf/boolean-disjoint/package.json +44 -79
  13. package/node_modules/@turf/boolean-equal/package.json +47 -84
  14. package/node_modules/@turf/boolean-intersects/package.json +42 -77
  15. package/node_modules/@turf/boolean-overlap/package.json +48 -82
  16. package/node_modules/@turf/boolean-parallel/package.json +42 -73
  17. package/node_modules/@turf/boolean-point-in-polygon/package.json +37 -77
  18. package/node_modules/@turf/boolean-point-on-line/package.json +39 -73
  19. package/node_modules/@turf/boolean-within/package.json +46 -79
  20. package/node_modules/@turf/buffer/package.json +47 -84
  21. package/node_modules/@turf/center/package.json +42 -73
  22. package/node_modules/@turf/center-mean/package.json +45 -78
  23. package/node_modules/@turf/center-median/package.json +45 -76
  24. package/node_modules/@turf/center-of-mass/package.json +40 -68
  25. package/node_modules/@turf/centroid/package.json +40 -74
  26. package/node_modules/@turf/circle/package.json +41 -71
  27. package/node_modules/@turf/clean-coords/package.json +40 -75
  28. package/node_modules/@turf/clone/package.json +36 -81
  29. package/node_modules/@turf/clusters/package.json +39 -70
  30. package/node_modules/@turf/clusters-dbscan/package.json +51 -88
  31. package/node_modules/@turf/clusters-kmeans/package.json +53 -90
  32. package/node_modules/@turf/collect/package.json +42 -73
  33. package/node_modules/@turf/combine/package.json +37 -65
  34. package/node_modules/@turf/concave/package.json +56 -111
  35. package/node_modules/@turf/convex/package.json +39 -68
  36. package/node_modules/@turf/destination/package.json +41 -75
  37. package/node_modules/@turf/difference/package.json +35 -63
  38. package/node_modules/@turf/dissolve/package.json +38 -66
  39. package/node_modules/@turf/distance/package.json +38 -83
  40. package/node_modules/@turf/distance-weight/package.json +40 -72
  41. package/node_modules/@turf/ellipse/package.json +43 -75
  42. package/node_modules/@turf/envelope/package.json +36 -65
  43. package/node_modules/@turf/explode/package.json +36 -67
  44. package/node_modules/@turf/flatten/package.json +39 -73
  45. package/node_modules/@turf/flip/package.json +36 -64
  46. package/node_modules/@turf/great-circle/package.json +41 -78
  47. package/node_modules/@turf/helpers/package.json +38 -184
  48. package/node_modules/@turf/hex-grid/package.json +50 -97
  49. package/node_modules/@turf/interpolate/package.json +47 -78
  50. package/node_modules/@turf/intersect/package.json +39 -69
  51. package/node_modules/@turf/invariant/package.json +36 -126
  52. package/node_modules/@turf/isobands/package.json +52 -83
  53. package/node_modules/@turf/isolines/package.json +48 -79
  54. package/node_modules/@turf/kinks/package.json +35 -63
  55. package/node_modules/@turf/length/package.json +43 -78
  56. package/node_modules/@turf/line-arc/package.json +36 -65
  57. package/node_modules/@turf/line-chunk/package.json +44 -84
  58. package/node_modules/@turf/line-intersect/package.json +46 -85
  59. package/node_modules/@turf/line-offset/package.json +41 -78
  60. package/node_modules/@turf/line-overlap/package.json +48 -80
  61. package/node_modules/@turf/line-segment/package.json +38 -70
  62. package/node_modules/@turf/line-slice/package.json +39 -67
  63. package/node_modules/@turf/line-slice-along/package.json +36 -65
  64. package/node_modules/@turf/line-split/package.json +46 -77
  65. package/node_modules/@turf/line-to-polygon/package.json +43 -74
  66. package/node_modules/@turf/mask/package.json +35 -63
  67. package/node_modules/@turf/meta/package.json +39 -128
  68. package/node_modules/@turf/midpoint/package.json +36 -64
  69. package/node_modules/@turf/moran-index/package.json +39 -70
  70. package/node_modules/@turf/nearest-point/package.json +39 -69
  71. package/node_modules/@turf/nearest-point-on-line/package.json +40 -71
  72. package/node_modules/@turf/nearest-point-to-line/package.json +47 -78
  73. package/node_modules/@turf/planepoint/package.json +34 -62
  74. package/node_modules/@turf/point-grid/package.json +45 -80
  75. package/node_modules/@turf/point-on-feature/package.json +40 -68
  76. package/node_modules/@turf/point-to-line-distance/package.json +46 -78
  77. package/node_modules/@turf/points-within-polygon/package.json +35 -64
  78. package/node_modules/@turf/polygon-smooth/package.json +37 -68
  79. package/node_modules/@turf/polygon-tangents/package.json +43 -77
  80. package/node_modules/@turf/polygon-to-line/package.json +39 -69
  81. package/node_modules/@turf/polygonize/package.json +43 -77
  82. package/node_modules/@turf/projection/package.json +44 -77
  83. package/node_modules/@turf/random/package.json +34 -62
  84. package/node_modules/@turf/rectangle-grid/package.json +43 -77
  85. package/node_modules/@turf/rewind/package.json +43 -83
  86. package/node_modules/@turf/rhumb-bearing/package.json +43 -85
  87. package/node_modules/@turf/rhumb-destination/package.json +44 -85
  88. package/node_modules/@turf/rhumb-distance/package.json +44 -84
  89. package/node_modules/@turf/sample/package.json +32 -60
  90. package/node_modules/@turf/sector/package.json +37 -65
  91. package/node_modules/@turf/shortest-path/package.json +45 -79
  92. package/node_modules/@turf/simplify/package.json +43 -77
  93. package/node_modules/@turf/square/package.json +33 -62
  94. package/node_modules/@turf/square-grid/package.json +40 -69
  95. package/node_modules/@turf/standard-deviational-ellipse/package.json +43 -74
  96. package/node_modules/@turf/tag/package.json +38 -66
  97. package/node_modules/@turf/tesselate/package.json +40 -80
  98. package/node_modules/@turf/tin/package.json +34 -63
  99. package/node_modules/@turf/transform-rotate/package.json +45 -80
  100. package/node_modules/@turf/transform-scale/package.json +51 -86
  101. package/node_modules/@turf/transform-translate/package.json +44 -78
  102. package/node_modules/@turf/triangle-grid/package.json +42 -71
  103. package/node_modules/@turf/truncate/package.json +40 -72
  104. package/node_modules/@turf/turf/package.json +74 -102
  105. package/node_modules/@turf/union/package.json +39 -67
  106. package/node_modules/@turf/unkink-polygon/package.json +40 -68
  107. package/node_modules/@turf/voronoi/package.json +43 -83
  108. package/node_modules/@types/geojson/package.json +42 -66
  109. package/node_modules/adm-zip/LICENSE +21 -21
  110. package/node_modules/adm-zip/adm-zip.js +25 -22
  111. package/node_modules/adm-zip/headers/mainHeader.js +2 -1
  112. package/node_modules/adm-zip/package.json +28 -57
  113. package/node_modules/adm-zip/util/utils.js +1 -0
  114. package/node_modules/asynckit/package.json +40 -68
  115. package/node_modules/axios/CHANGELOG.md +473 -837
  116. package/node_modules/axios/LICENSE +4 -16
  117. package/node_modules/axios/MIGRATION_GUIDE.md +3 -0
  118. package/node_modules/axios/README.md +518 -114
  119. package/node_modules/axios/SECURITY.md +4 -3
  120. package/node_modules/axios/dist/axios.js +2759 -2070
  121. package/node_modules/axios/dist/axios.js.map +1 -0
  122. package/node_modules/axios/dist/axios.min.js +2 -2
  123. package/node_modules/axios/dist/axios.min.js.map +1 -0
  124. package/node_modules/axios/dist/browser/axios.cjs +3210 -0
  125. package/node_modules/axios/dist/browser/axios.cjs.map +1 -0
  126. package/node_modules/axios/dist/esm/axios.js +3232 -0
  127. package/node_modules/axios/dist/esm/axios.js.map +1 -0
  128. package/node_modules/axios/dist/esm/axios.min.js +2 -0
  129. package/node_modules/axios/dist/esm/axios.min.js.map +1 -0
  130. package/node_modules/axios/dist/node/axios.cjs +4237 -0
  131. package/node_modules/axios/dist/node/axios.cjs.map +1 -0
  132. package/node_modules/axios/index.d.cts +532 -0
  133. package/node_modules/axios/index.d.ts +398 -72
  134. package/node_modules/axios/index.js +41 -1
  135. package/node_modules/axios/lib/adapters/adapters.js +59 -0
  136. package/node_modules/axios/lib/adapters/http.js +479 -217
  137. package/node_modules/axios/lib/adapters/xhr.js +95 -54
  138. package/node_modules/axios/lib/axios.js +49 -20
  139. package/node_modules/axios/lib/cancel/CancelToken.js +91 -89
  140. package/node_modules/axios/lib/cancel/CanceledError.js +25 -0
  141. package/node_modules/axios/lib/cancel/isCancel.js +2 -2
  142. package/node_modules/axios/lib/core/Axios.js +155 -100
  143. package/node_modules/axios/lib/core/AxiosError.js +100 -0
  144. package/node_modules/axios/lib/core/AxiosHeaders.js +288 -0
  145. package/node_modules/axios/lib/core/InterceptorManager.js +62 -45
  146. package/node_modules/axios/lib/core/buildFullPath.js +5 -4
  147. package/node_modules/axios/lib/core/dispatchRequest.js +27 -33
  148. package/node_modules/axios/lib/core/mergeConfig.js +58 -52
  149. package/node_modules/axios/lib/core/settle.js +8 -6
  150. package/node_modules/axios/lib/core/transformData.js +15 -9
  151. package/node_modules/axios/lib/defaults/index.js +76 -41
  152. package/node_modules/axios/lib/defaults/transitional.js +1 -1
  153. package/node_modules/axios/lib/env/classes/FormData.js +2 -0
  154. package/node_modules/axios/lib/env/data.js +1 -3
  155. package/node_modules/axios/lib/helpers/AxiosTransformStream.js +191 -0
  156. package/node_modules/axios/lib/helpers/AxiosURLSearchParams.js +58 -0
  157. package/node_modules/axios/lib/helpers/HttpStatusCode.js +71 -0
  158. package/node_modules/axios/lib/helpers/ZlibHeaderTransformStream.js +28 -0
  159. package/node_modules/axios/lib/helpers/bind.js +3 -7
  160. package/node_modules/axios/lib/helpers/buildURL.js +26 -33
  161. package/node_modules/axios/lib/helpers/callbackify.js +16 -0
  162. package/node_modules/axios/lib/helpers/combineURLs.js +3 -2
  163. package/node_modules/axios/lib/helpers/cookies.js +43 -44
  164. package/node_modules/axios/lib/helpers/deprecatedMethod.js +4 -2
  165. package/node_modules/axios/lib/helpers/formDataToJSON.js +92 -0
  166. package/node_modules/axios/lib/helpers/formDataToStream.js +111 -0
  167. package/node_modules/axios/lib/helpers/fromDataURI.js +53 -0
  168. package/node_modules/axios/lib/helpers/isAbsoluteURL.js +3 -2
  169. package/node_modules/axios/lib/helpers/isAxiosError.js +4 -3
  170. package/node_modules/axios/lib/helpers/isURLSameOrigin.js +44 -45
  171. package/node_modules/axios/lib/helpers/null.js +2 -0
  172. package/node_modules/axios/lib/helpers/parseHeaders.js +24 -22
  173. package/node_modules/axios/lib/helpers/parseProtocol.js +6 -0
  174. package/node_modules/axios/lib/helpers/readBlob.js +15 -0
  175. package/node_modules/axios/lib/helpers/speedometer.js +55 -0
  176. package/node_modules/axios/lib/helpers/spread.js +3 -2
  177. package/node_modules/axios/lib/helpers/throttle.js +33 -0
  178. package/node_modules/axios/lib/helpers/toFormData.js +203 -39
  179. package/node_modules/axios/lib/helpers/toURLEncodedForm.js +18 -0
  180. package/node_modules/axios/lib/helpers/validator.js +27 -18
  181. package/node_modules/axios/lib/platform/browser/classes/Blob.js +3 -0
  182. package/node_modules/axios/lib/platform/browser/classes/FormData.js +3 -0
  183. package/node_modules/axios/lib/platform/browser/classes/URLSearchParams.js +4 -0
  184. package/node_modules/axios/lib/platform/browser/index.js +64 -0
  185. package/node_modules/axios/lib/platform/index.js +3 -0
  186. package/node_modules/axios/lib/platform/node/classes/FormData.js +3 -0
  187. package/node_modules/axios/lib/platform/node/classes/URLSearchParams.js +4 -0
  188. package/node_modules/axios/lib/platform/node/index.js +12 -0
  189. package/node_modules/axios/lib/utils.js +517 -144
  190. package/node_modules/axios/package.json +194 -93
  191. package/node_modules/call-bind/package.json +78 -109
  192. package/node_modules/combined-stream/package.json +14 -46
  193. package/node_modules/commander/package.json +20 -53
  194. package/node_modules/concaveman/node_modules/quickselect/package.json +43 -0
  195. package/node_modules/{@turf/collect → concaveman}/node_modules/rbush/README.md +22 -95
  196. package/node_modules/{@turf/unkink-polygon → concaveman}/node_modules/rbush/index.js +131 -181
  197. package/node_modules/concaveman/node_modules/rbush/package.json +56 -0
  198. package/node_modules/concaveman/node_modules/rbush/rbush.js +574 -0
  199. package/node_modules/concaveman/node_modules/rbush/rbush.min.js +1 -0
  200. package/node_modules/concaveman/package.json +15 -46
  201. package/node_modules/d3-array/package.json +19 -47
  202. package/node_modules/d3-geo/package.json +24 -52
  203. package/node_modules/d3-voronoi/package.json +19 -47
  204. package/node_modules/deep-equal/package.json +34 -64
  205. package/node_modules/define-properties/.eslintrc +10 -3
  206. package/node_modules/define-properties/.github/FUNDING.yml +12 -0
  207. package/node_modules/define-properties/.nycrc +9 -0
  208. package/node_modules/define-properties/CHANGELOG.md +39 -0
  209. package/node_modules/define-properties/README.md +11 -13
  210. package/node_modules/define-properties/index.js +12 -17
  211. package/node_modules/define-properties/package.json +85 -95
  212. package/node_modules/delayed-stream/package.json +14 -49
  213. package/node_modules/density-clustering/package.json +46 -70
  214. package/node_modules/earcut/README.md +12 -3
  215. package/node_modules/earcut/dist/earcut.dev.js +47 -50
  216. package/node_modules/earcut/dist/earcut.min.js +1 -1
  217. package/node_modules/earcut/package.json +26 -60
  218. package/node_modules/earcut/src/earcut.js +46 -49
  219. package/node_modules/follow-redirects/README.md +8 -1
  220. package/node_modules/follow-redirects/index.js +83 -36
  221. package/node_modules/follow-redirects/package.json +38 -74
  222. package/node_modules/form-data/package.json +37 -70
  223. package/node_modules/function-bind/package.json +23 -56
  224. package/node_modules/functions-have-names/.editorconfig +20 -0
  225. package/node_modules/functions-have-names/.eslintrc +19 -0
  226. package/node_modules/functions-have-names/.github/FUNDING.yml +12 -0
  227. package/node_modules/functions-have-names/.nycrc +9 -0
  228. package/node_modules/functions-have-names/CHANGELOG.md +89 -0
  229. package/node_modules/functions-have-names/LICENSE +21 -0
  230. package/node_modules/functions-have-names/README.md +40 -0
  231. package/node_modules/functions-have-names/index.js +31 -0
  232. package/node_modules/functions-have-names/package.json +55 -0
  233. package/node_modules/functions-have-names/test/index.js +65 -0
  234. package/node_modules/geojson-equality/package.json +23 -55
  235. package/node_modules/geojson-rbush/node_modules/quickselect/package.json +43 -0
  236. package/node_modules/{@turf/unkink-polygon → geojson-rbush}/node_modules/rbush/README.md +22 -95
  237. package/node_modules/{@turf/collect → geojson-rbush}/node_modules/rbush/index.js +131 -181
  238. package/node_modules/geojson-rbush/node_modules/rbush/package.json +56 -0
  239. package/node_modules/geojson-rbush/node_modules/rbush/rbush.js +574 -0
  240. package/node_modules/geojson-rbush/node_modules/rbush/rbush.min.js +1 -0
  241. package/node_modules/geojson-rbush/package.json +32 -71
  242. package/node_modules/get-intrinsic/.eslintrc +3 -8
  243. package/node_modules/get-intrinsic/.nycrc +0 -4
  244. package/node_modules/get-intrinsic/CHANGELOG.md +53 -0
  245. package/node_modules/get-intrinsic/README.md +7 -1
  246. package/node_modules/get-intrinsic/index.js +29 -8
  247. package/node_modules/get-intrinsic/package.json +91 -104
  248. package/node_modules/get-intrinsic/test/GetIntrinsic.js +26 -12
  249. package/node_modules/has/package.json +21 -46
  250. package/node_modules/has-property-descriptors/.eslintrc +13 -0
  251. package/node_modules/has-property-descriptors/.github/FUNDING.yml +12 -0
  252. package/node_modules/has-property-descriptors/.nycrc +9 -0
  253. package/node_modules/has-property-descriptors/CHANGELOG.md +16 -0
  254. package/node_modules/has-property-descriptors/LICENSE +21 -0
  255. package/node_modules/has-property-descriptors/README.md +43 -0
  256. package/node_modules/has-property-descriptors/index.js +33 -0
  257. package/node_modules/has-property-descriptors/package.json +70 -0
  258. package/node_modules/has-property-descriptors/test/index.js +57 -0
  259. package/node_modules/has-proto/.eslintrc +5 -0
  260. package/node_modules/has-proto/.github/FUNDING.yml +12 -0
  261. package/node_modules/has-proto/CHANGELOG.md +23 -0
  262. package/node_modules/has-proto/LICENSE +21 -0
  263. package/node_modules/has-proto/README.md +38 -0
  264. package/node_modules/has-proto/index.js +11 -0
  265. package/node_modules/has-proto/package.json +74 -0
  266. package/node_modules/has-proto/test/index.js +19 -0
  267. package/node_modules/has-symbols/package.json +99 -125
  268. package/node_modules/has-tostringtag/package.json +82 -109
  269. package/node_modules/is-arguments/package.json +89 -114
  270. package/node_modules/is-date-object/package.json +77 -108
  271. package/node_modules/is-regex/package.json +84 -112
  272. package/node_modules/mime-db/HISTORY.md +8 -0
  273. package/node_modules/mime-db/LICENSE +19 -18
  274. package/node_modules/mime-db/README.md +1 -1
  275. package/node_modules/mime-db/db.json +54 -6
  276. package/node_modules/mime-db/index.js +1 -0
  277. package/node_modules/mime-db/package.json +24 -66
  278. package/node_modules/mime-types/HISTORY.md +9 -0
  279. package/node_modules/mime-types/README.md +1 -1
  280. package/node_modules/mime-types/package.json +19 -62
  281. package/node_modules/object-assign/package.json +15 -49
  282. package/node_modules/object-is/package.json +85 -112
  283. package/node_modules/object-keys/package.json +86 -116
  284. package/node_modules/point-in-polygon/package.json +19 -48
  285. package/node_modules/polygon-clipping/package.json +41 -80
  286. package/node_modules/proxy-from-env/.eslintrc +29 -0
  287. package/node_modules/proxy-from-env/.travis.yml +10 -0
  288. package/node_modules/proxy-from-env/LICENSE +20 -0
  289. package/node_modules/proxy-from-env/README.md +131 -0
  290. package/node_modules/proxy-from-env/index.js +108 -0
  291. package/node_modules/proxy-from-env/package.json +34 -0
  292. package/node_modules/proxy-from-env/test.js +483 -0
  293. package/node_modules/quickselect/package.json +13 -41
  294. package/node_modules/rbush/README.md +95 -22
  295. package/node_modules/rbush/index.js +181 -131
  296. package/node_modules/rbush/package.json +39 -71
  297. package/node_modules/rbush/rbush.js +412 -360
  298. package/node_modules/rbush/rbush.min.js +1 -1
  299. package/node_modules/regexp.prototype.flags/.eslintrc +1 -0
  300. package/node_modules/regexp.prototype.flags/CHANGELOG.md +19 -0
  301. package/node_modules/regexp.prototype.flags/implementation.js +9 -0
  302. package/node_modules/regexp.prototype.flags/package.json +98 -122
  303. package/node_modules/regexp.prototype.flags/test/shimmed.js +2 -1
  304. package/node_modules/regexp.prototype.flags/test/tests.js +7 -5
  305. package/node_modules/robust-predicates/package.json +25 -52
  306. package/node_modules/skmeans/package.json +18 -53
  307. package/node_modules/splaytree/Readme.md +58 -57
  308. package/node_modules/splaytree/dist/splay.esm.js +21 -8
  309. package/node_modules/splaytree/dist/splay.esm.js.map +1 -1
  310. package/node_modules/splaytree/dist/splay.js +21 -8
  311. package/node_modules/splaytree/dist/splay.js.map +1 -1
  312. package/node_modules/splaytree/package.json +36 -68
  313. package/node_modules/splaytree/src/index.ts +16 -4
  314. package/node_modules/tinyqueue/package.json +34 -59
  315. package/node_modules/topojson-client/package.json +28 -56
  316. package/node_modules/topojson-server/package.json +27 -55
  317. package/node_modules/turf-jsts/package.json +33 -68
  318. package/node_modules/uuid/CHANGELOG.md +39 -0
  319. package/node_modules/uuid/README.md +30 -73
  320. package/node_modules/uuid/dist/commonjs-browser/index.js +79 -0
  321. package/node_modules/uuid/dist/commonjs-browser/md5.js +223 -0
  322. package/node_modules/uuid/dist/commonjs-browser/native.js +11 -0
  323. package/node_modules/uuid/dist/commonjs-browser/nil.js +8 -0
  324. package/node_modules/uuid/dist/commonjs-browser/parse.js +45 -0
  325. package/node_modules/uuid/dist/commonjs-browser/regex.js +8 -0
  326. package/node_modules/uuid/dist/commonjs-browser/rng.js +25 -0
  327. package/node_modules/uuid/dist/commonjs-browser/sha1.js +104 -0
  328. package/node_modules/uuid/dist/commonjs-browser/stringify.js +44 -0
  329. package/node_modules/uuid/dist/commonjs-browser/v1.js +107 -0
  330. package/node_modules/uuid/dist/commonjs-browser/v3.js +16 -0
  331. package/node_modules/uuid/dist/commonjs-browser/v35.js +80 -0
  332. package/node_modules/uuid/dist/commonjs-browser/v4.js +43 -0
  333. package/node_modules/uuid/dist/commonjs-browser/v5.js +16 -0
  334. package/node_modules/uuid/dist/commonjs-browser/validate.js +17 -0
  335. package/node_modules/uuid/dist/commonjs-browser/version.js +21 -0
  336. package/node_modules/uuid/dist/esm-browser/md5.js +23 -23
  337. package/node_modules/uuid/dist/esm-browser/native.js +4 -0
  338. package/node_modules/uuid/dist/esm-browser/parse.js +2 -2
  339. package/node_modules/uuid/dist/esm-browser/rng.js +4 -5
  340. package/node_modules/uuid/dist/esm-browser/sha1.js +26 -26
  341. package/node_modules/uuid/dist/esm-browser/stringify.js +9 -6
  342. package/node_modules/uuid/dist/esm-browser/v1.js +17 -17
  343. package/node_modules/uuid/dist/esm-browser/v3.js +1 -1
  344. package/node_modules/uuid/dist/esm-browser/v35.js +12 -10
  345. package/node_modules/uuid/dist/esm-browser/v4.js +9 -4
  346. package/node_modules/uuid/dist/esm-browser/v5.js +1 -1
  347. package/node_modules/uuid/dist/esm-browser/version.js +1 -1
  348. package/node_modules/uuid/dist/esm-node/native.js +4 -0
  349. package/node_modules/uuid/dist/esm-node/stringify.js +7 -3
  350. package/node_modules/uuid/dist/esm-node/v1.js +2 -2
  351. package/node_modules/uuid/dist/esm-node/v35.js +6 -4
  352. package/node_modules/uuid/dist/esm-node/v4.js +7 -2
  353. package/node_modules/uuid/dist/esm-node/version.js +1 -1
  354. package/node_modules/uuid/dist/index.js +18 -18
  355. package/node_modules/uuid/dist/native-browser.js +11 -0
  356. package/node_modules/uuid/dist/native.js +15 -0
  357. package/node_modules/uuid/dist/rng-browser.js +2 -3
  358. package/node_modules/uuid/dist/stringify.js +8 -3
  359. package/node_modules/uuid/dist/v1.js +2 -2
  360. package/node_modules/uuid/dist/v35.js +7 -5
  361. package/node_modules/uuid/dist/v4.js +8 -2
  362. package/node_modules/uuid/dist/version.js +1 -1
  363. package/node_modules/uuid/package.json +87 -120
  364. package/package.json +12 -8
  365. package/tak-ingest.html +40 -0
  366. package/tak-ingest.js +48 -0
  367. package/tak-registration.html +10 -0
  368. package/tak-registration.js +55 -7
  369. package/node_modules/@turf/collect/node_modules/quickselect/package.json +0 -69
  370. package/node_modules/@turf/collect/node_modules/rbush/package.json +0 -85
  371. package/node_modules/@turf/collect/node_modules/rbush/rbush.js +0 -626
  372. package/node_modules/@turf/collect/node_modules/rbush/rbush.min.js +0 -1
  373. package/node_modules/@turf/unkink-polygon/node_modules/quickselect/package.json +0 -69
  374. package/node_modules/@turf/unkink-polygon/node_modules/rbush/package.json +0 -85
  375. package/node_modules/@turf/unkink-polygon/node_modules/rbush/rbush.js +0 -626
  376. package/node_modules/@turf/unkink-polygon/node_modules/rbush/rbush.min.js +0 -1
  377. package/node_modules/axios/UPGRADE_GUIDE.md +0 -168
  378. package/node_modules/axios/dist/axios.map +0 -1
  379. package/node_modules/axios/dist/axios.min.map +0 -1
  380. package/node_modules/axios/lib/cancel/Cancel.js +0 -19
  381. package/node_modules/axios/lib/core/createError.js +0 -18
  382. package/node_modules/axios/lib/core/enhanceError.js +0 -43
  383. package/node_modules/axios/lib/helpers/normalizeHeaderName.js +0 -12
  384. package/node_modules/axios/tsconfig.json +0 -14
  385. package/node_modules/axios/tslint.json +0 -6
  386. package/node_modules/combined-stream/yarn.lock +0 -17
  387. package/node_modules/d3-array/yarn.lock +0 -939
  388. package/node_modules/define-properties/.jscs.json +0 -175
  389. package/node_modules/define-properties/.travis.yml +0 -233
  390. package/node_modules/define-properties/test/index.js +0 -125
  391. package/node_modules/get-intrinsic/.eslintignore +0 -1
  392. package/node_modules/uuid/dist/umd/uuid.min.js +0 -1
  393. package/node_modules/uuid/dist/umd/uuidNIL.min.js +0 -1
  394. package/node_modules/uuid/dist/umd/uuidParse.min.js +0 -1
  395. package/node_modules/uuid/dist/umd/uuidStringify.min.js +0 -1
  396. package/node_modules/uuid/dist/umd/uuidValidate.min.js +0 -1
  397. package/node_modules/uuid/dist/umd/uuidVersion.min.js +0 -1
  398. package/node_modules/uuid/dist/umd/uuidv1.min.js +0 -1
  399. package/node_modules/uuid/dist/umd/uuidv3.min.js +0 -1
  400. package/node_modules/uuid/dist/umd/uuidv4.min.js +0 -1
  401. package/node_modules/uuid/dist/umd/uuidv5.min.js +0 -1
  402. /package/node_modules/{@turf/collect → concaveman}/node_modules/quickselect/LICENSE +0 -0
  403. /package/node_modules/{@turf/collect → concaveman}/node_modules/quickselect/README.md +0 -0
  404. /package/node_modules/{@turf/collect → concaveman}/node_modules/quickselect/index.js +0 -0
  405. /package/node_modules/{@turf/collect → concaveman}/node_modules/quickselect/quickselect.js +0 -0
  406. /package/node_modules/{@turf/collect → concaveman}/node_modules/rbush/LICENSE +0 -0
  407. /package/node_modules/{@turf/unkink-polygon → geojson-rbush}/node_modules/quickselect/LICENSE +0 -0
  408. /package/node_modules/{@turf/unkink-polygon → geojson-rbush}/node_modules/quickselect/README.md +0 -0
  409. /package/node_modules/{@turf/unkink-polygon → geojson-rbush}/node_modules/quickselect/index.js +0 -0
  410. /package/node_modules/{@turf/unkink-polygon → geojson-rbush}/node_modules/quickselect/quickselect.js +0 -0
  411. /package/node_modules/{@turf/unkink-polygon → geojson-rbush}/node_modules/rbush/LICENSE +0 -0
@@ -1,127 +1,101 @@
1
1
  {
2
- "_from": "has-symbols@^1.0.1",
3
- "_id": "has-symbols@1.0.3",
4
- "_inBundle": false,
5
- "_integrity": "sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==",
6
- "_location": "/has-symbols",
7
- "_phantomChildren": {},
8
- "_requested": {
9
- "type": "range",
10
- "registry": true,
11
- "raw": "has-symbols@^1.0.1",
12
- "name": "has-symbols",
13
- "escapedName": "has-symbols",
14
- "rawSpec": "^1.0.1",
15
- "saveSpec": null,
16
- "fetchSpec": "^1.0.1"
17
- },
18
- "_requiredBy": [
19
- "/get-intrinsic",
20
- "/has-tostringtag"
21
- ],
22
- "_resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.3.tgz",
23
- "_shasum": "bb7b2c4349251dce87b125f7bdf874aa7c8b39f8",
24
- "_spec": "has-symbols@^1.0.1",
25
- "_where": "/Users/conway/Projects/TAKreg/node_modules/get-intrinsic",
26
- "author": {
27
- "name": "Jordan Harband",
28
- "email": "ljharb@gmail.com",
29
- "url": "http://ljharb.codes"
30
- },
31
- "auto-changelog": {
32
- "output": "CHANGELOG.md",
33
- "template": "keepachangelog",
34
- "unreleased": false,
35
- "commitLimit": false,
36
- "backfillLimit": false,
37
- "hideCredit": true
38
- },
39
- "bugs": {
40
- "url": "https://github.com/ljharb/has-symbols/issues"
41
- },
42
- "bundleDependencies": false,
43
- "contributors": [
44
- {
45
- "name": "Jordan Harband",
46
- "email": "ljharb@gmail.com",
47
- "url": "http://ljharb.codes"
48
- }
49
- ],
50
- "deprecated": false,
51
- "description": "Determine if the JS environment has Symbol support. Supports spec, or shams.",
52
- "devDependencies": {
53
- "@ljharb/eslint-config": "^20.2.3",
54
- "aud": "^2.0.0",
55
- "auto-changelog": "^2.4.0",
56
- "core-js": "^2.6.12",
57
- "eslint": "=8.8.0",
58
- "get-own-property-symbols": "^0.9.5",
59
- "nyc": "^10.3.2",
60
- "safe-publish-latest": "^2.0.0",
61
- "tape": "^5.5.2"
62
- },
63
- "engines": {
64
- "node": ">= 0.4"
65
- },
66
- "funding": {
67
- "url": "https://github.com/sponsors/ljharb"
68
- },
69
- "greenkeeper": {
70
- "ignore": [
71
- "core-js"
72
- ]
73
- },
74
- "homepage": "https://github.com/ljharb/has-symbols#readme",
75
- "keywords": [
76
- "Symbol",
77
- "symbols",
78
- "typeof",
79
- "sham",
80
- "polyfill",
81
- "native",
82
- "core-js",
83
- "ES6"
84
- ],
85
- "license": "MIT",
86
- "main": "index.js",
87
- "name": "has-symbols",
88
- "repository": {
89
- "type": "git",
90
- "url": "git://github.com/inspect-js/has-symbols.git"
91
- },
92
- "scripts": {
93
- "lint": "eslint --ext=js,mjs .",
94
- "posttest": "aud --production",
95
- "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
96
- "prepublish": "not-in-publish || npm run prepublishOnly",
97
- "prepublishOnly": "safe-publish-latest",
98
- "pretest": "npm run --silent lint",
99
- "test": "npm run tests-only",
100
- "test:shams": "npm run --silent test:shams:getownpropertysymbols && npm run --silent test:shams:corejs",
101
- "test:shams:corejs": "nyc node test/shams/core-js.js",
102
- "test:shams:getownpropertysymbols": "nyc node test/shams/get-own-property-symbols.js",
103
- "test:staging": "nyc node --harmony --es-staging test",
104
- "test:stock": "nyc node test",
105
- "tests-only": "npm run test:stock && npm run test:staging && npm run test:shams",
106
- "version": "auto-changelog && git add CHANGELOG.md"
107
- },
108
- "testling": {
109
- "files": "test/index.js",
110
- "browsers": [
111
- "iexplore/6.0..latest",
112
- "firefox/3.0..6.0",
113
- "firefox/15.0..latest",
114
- "firefox/nightly",
115
- "chrome/4.0..10.0",
116
- "chrome/20.0..latest",
117
- "chrome/canary",
118
- "opera/10.0..latest",
119
- "opera/next",
120
- "safari/4.0..latest",
121
- "ipad/6.0..latest",
122
- "iphone/6.0..latest",
123
- "android-browser/4.2"
124
- ]
125
- },
126
- "version": "1.0.3"
2
+ "name": "has-symbols",
3
+ "version": "1.0.3",
4
+ "description": "Determine if the JS environment has Symbol support. Supports spec, or shams.",
5
+ "main": "index.js",
6
+ "scripts": {
7
+ "prepublishOnly": "safe-publish-latest",
8
+ "prepublish": "not-in-publish || npm run prepublishOnly",
9
+ "pretest": "npm run --silent lint",
10
+ "test": "npm run tests-only",
11
+ "posttest": "aud --production",
12
+ "tests-only": "npm run test:stock && npm run test:staging && npm run test:shams",
13
+ "test:stock": "nyc node test",
14
+ "test:staging": "nyc node --harmony --es-staging test",
15
+ "test:shams": "npm run --silent test:shams:getownpropertysymbols && npm run --silent test:shams:corejs",
16
+ "test:shams:corejs": "nyc node test/shams/core-js.js",
17
+ "test:shams:getownpropertysymbols": "nyc node test/shams/get-own-property-symbols.js",
18
+ "lint": "eslint --ext=js,mjs .",
19
+ "version": "auto-changelog && git add CHANGELOG.md",
20
+ "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\""
21
+ },
22
+ "repository": {
23
+ "type": "git",
24
+ "url": "git://github.com/inspect-js/has-symbols.git"
25
+ },
26
+ "keywords": [
27
+ "Symbol",
28
+ "symbols",
29
+ "typeof",
30
+ "sham",
31
+ "polyfill",
32
+ "native",
33
+ "core-js",
34
+ "ES6"
35
+ ],
36
+ "author": {
37
+ "name": "Jordan Harband",
38
+ "email": "ljharb@gmail.com",
39
+ "url": "http://ljharb.codes"
40
+ },
41
+ "contributors": [
42
+ {
43
+ "name": "Jordan Harband",
44
+ "email": "ljharb@gmail.com",
45
+ "url": "http://ljharb.codes"
46
+ }
47
+ ],
48
+ "funding": {
49
+ "url": "https://github.com/sponsors/ljharb"
50
+ },
51
+ "license": "MIT",
52
+ "bugs": {
53
+ "url": "https://github.com/ljharb/has-symbols/issues"
54
+ },
55
+ "homepage": "https://github.com/ljharb/has-symbols#readme",
56
+ "devDependencies": {
57
+ "@ljharb/eslint-config": "^20.2.3",
58
+ "aud": "^2.0.0",
59
+ "auto-changelog": "^2.4.0",
60
+ "core-js": "^2.6.12",
61
+ "eslint": "=8.8.0",
62
+ "get-own-property-symbols": "^0.9.5",
63
+ "nyc": "^10.3.2",
64
+ "safe-publish-latest": "^2.0.0",
65
+ "tape": "^5.5.2"
66
+ },
67
+ "testling": {
68
+ "files": "test/index.js",
69
+ "browsers": [
70
+ "iexplore/6.0..latest",
71
+ "firefox/3.0..6.0",
72
+ "firefox/15.0..latest",
73
+ "firefox/nightly",
74
+ "chrome/4.0..10.0",
75
+ "chrome/20.0..latest",
76
+ "chrome/canary",
77
+ "opera/10.0..latest",
78
+ "opera/next",
79
+ "safari/4.0..latest",
80
+ "ipad/6.0..latest",
81
+ "iphone/6.0..latest",
82
+ "android-browser/4.2"
83
+ ]
84
+ },
85
+ "engines": {
86
+ "node": ">= 0.4"
87
+ },
88
+ "auto-changelog": {
89
+ "output": "CHANGELOG.md",
90
+ "template": "keepachangelog",
91
+ "unreleased": false,
92
+ "commitLimit": false,
93
+ "backfillLimit": false,
94
+ "hideCredit": true
95
+ },
96
+ "greenkeeper": {
97
+ "ignore": [
98
+ "core-js"
99
+ ]
100
+ }
127
101
  }
@@ -1,111 +1,84 @@
1
1
  {
2
- "_from": "has-tostringtag@^1.0.0",
3
- "_id": "has-tostringtag@1.0.0",
4
- "_inBundle": false,
5
- "_integrity": "sha512-kFjcSNhnlGV1kyoGk7OXKSawH5JOb/LzUc5w9B02hOTO0dfFRjbHQKvg1d6cf3HbeUmtU9VbbV3qzZ2Teh97WQ==",
6
- "_location": "/has-tostringtag",
7
- "_phantomChildren": {},
8
- "_requested": {
9
- "type": "range",
10
- "registry": true,
11
- "raw": "has-tostringtag@^1.0.0",
12
- "name": "has-tostringtag",
13
- "escapedName": "has-tostringtag",
14
- "rawSpec": "^1.0.0",
15
- "saveSpec": null,
16
- "fetchSpec": "^1.0.0"
17
- },
18
- "_requiredBy": [
19
- "/is-arguments",
20
- "/is-date-object",
21
- "/is-regex"
22
- ],
23
- "_resolved": "https://registry.npmjs.org/has-tostringtag/-/has-tostringtag-1.0.0.tgz",
24
- "_shasum": "7e133818a7d394734f941e73c3d3f9291e658b25",
25
- "_spec": "has-tostringtag@^1.0.0",
26
- "_where": "/Users/conway/Projects/TAKreg/node_modules/is-arguments",
27
- "author": {
28
- "name": "Jordan Harband",
29
- "email": "ljharb@gmail.com",
30
- "url": "http://ljharb.codes"
31
- },
32
- "auto-changelog": {
33
- "output": "CHANGELOG.md",
34
- "template": "keepachangelog",
35
- "unreleased": false,
36
- "commitLimit": false,
37
- "backfillLimit": false,
38
- "hideCredit": true
39
- },
40
- "bugs": {
41
- "url": "https://github.com/inspect-js/has-tostringtag/issues"
42
- },
43
- "bundleDependencies": false,
44
- "contributors": [
45
- {
46
- "name": "Jordan Harband",
47
- "email": "ljharb@gmail.com",
48
- "url": "http://ljharb.codes"
49
- }
50
- ],
51
- "dependencies": {
52
- "has-symbols": "^1.0.2"
53
- },
54
- "deprecated": false,
55
- "description": "Determine if the JS environment has `Symbol.toStringTag` support. Supports spec, or shams.",
56
- "devDependencies": {
57
- "@ljharb/eslint-config": "^17.6.0",
58
- "aud": "^1.1.5",
59
- "auto-changelog": "^2.3.0",
60
- "core-js": "^2.6.12",
61
- "eslint": "^7.32.0",
62
- "get-own-property-symbols": "^0.9.5",
63
- "nyc": "^10.3.2",
64
- "safe-publish-latest": "^1.1.4",
65
- "tape": "^5.3.0"
66
- },
67
- "engines": {
68
- "node": ">= 0.4"
69
- },
70
- "exports": {
71
- ".": "./index.js",
72
- "./shams": "./shams.js",
73
- "./package.json": "./package.json"
74
- },
75
- "funding": {
76
- "url": "https://github.com/sponsors/ljharb"
77
- },
78
- "homepage": "https://github.com/inspect-js/has-tostringtag#readme",
79
- "keywords": [
80
- "javascript",
81
- "ecmascript",
82
- "symbol",
83
- "symbols",
84
- "tostringtag",
85
- "Symbol.toStringTag"
86
- ],
87
- "license": "MIT",
88
- "main": "index.js",
89
- "name": "has-tostringtag",
90
- "repository": {
91
- "type": "git",
92
- "url": "git+https://github.com/inspect-js/has-tostringtag.git"
93
- },
94
- "scripts": {
95
- "lint": "eslint --ext=js,mjs .",
96
- "posttest": "aud --production",
97
- "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
98
- "prepublish": "not-in-publish || npm run prepublishOnly",
99
- "prepublishOnly": "safe-publish-latest",
100
- "pretest": "npm run --silent lint",
101
- "test": "npm run tests-only",
102
- "test:shams": "npm run --silent test:shams:getownpropertysymbols && npm run --silent test:shams:corejs",
103
- "test:shams:corejs": "nyc node test/shams/core-js.js",
104
- "test:shams:getownpropertysymbols": "nyc node test/shams/get-own-property-symbols.js",
105
- "test:staging": "nyc node --harmony --es-staging test",
106
- "test:stock": "nyc node test",
107
- "tests-only": "npm run test:stock && npm run test:staging && npm run test:shams",
108
- "version": "auto-changelog && git add CHANGELOG.md"
109
- },
110
- "version": "1.0.0"
2
+ "name": "has-tostringtag",
3
+ "version": "1.0.0",
4
+ "author": {
5
+ "name": "Jordan Harband",
6
+ "email": "ljharb@gmail.com",
7
+ "url": "http://ljharb.codes"
8
+ },
9
+ "funding": {
10
+ "url": "https://github.com/sponsors/ljharb"
11
+ },
12
+ "contributors": [
13
+ {
14
+ "name": "Jordan Harband",
15
+ "email": "ljharb@gmail.com",
16
+ "url": "http://ljharb.codes"
17
+ }
18
+ ],
19
+ "description": "Determine if the JS environment has `Symbol.toStringTag` support. Supports spec, or shams.",
20
+ "license": "MIT",
21
+ "main": "index.js",
22
+ "exports": {
23
+ ".": "./index.js",
24
+ "./shams": "./shams.js",
25
+ "./package.json": "./package.json"
26
+ },
27
+ "scripts": {
28
+ "prepublishOnly": "safe-publish-latest",
29
+ "prepublish": "not-in-publish || npm run prepublishOnly",
30
+ "pretest": "npm run --silent lint",
31
+ "test": "npm run tests-only",
32
+ "posttest": "aud --production",
33
+ "tests-only": "npm run test:stock && npm run test:staging && npm run test:shams",
34
+ "test:stock": "nyc node test",
35
+ "test:staging": "nyc node --harmony --es-staging test",
36
+ "test:shams": "npm run --silent test:shams:getownpropertysymbols && npm run --silent test:shams:corejs",
37
+ "test:shams:corejs": "nyc node test/shams/core-js.js",
38
+ "test:shams:getownpropertysymbols": "nyc node test/shams/get-own-property-symbols.js",
39
+ "lint": "eslint --ext=js,mjs .",
40
+ "version": "auto-changelog && git add CHANGELOG.md",
41
+ "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\""
42
+ },
43
+ "repository": {
44
+ "type": "git",
45
+ "url": "git+https://github.com/inspect-js/has-tostringtag.git"
46
+ },
47
+ "bugs": {
48
+ "url": "https://github.com/inspect-js/has-tostringtag/issues"
49
+ },
50
+ "homepage": "https://github.com/inspect-js/has-tostringtag#readme",
51
+ "keywords": [
52
+ "javascript",
53
+ "ecmascript",
54
+ "symbol",
55
+ "symbols",
56
+ "tostringtag",
57
+ "Symbol.toStringTag"
58
+ ],
59
+ "dependencies": {
60
+ "has-symbols": "^1.0.2"
61
+ },
62
+ "devDependencies": {
63
+ "@ljharb/eslint-config": "^17.6.0",
64
+ "aud": "^1.1.5",
65
+ "auto-changelog": "^2.3.0",
66
+ "core-js": "^2.6.12",
67
+ "eslint": "^7.32.0",
68
+ "get-own-property-symbols": "^0.9.5",
69
+ "nyc": "^10.3.2",
70
+ "safe-publish-latest": "^1.1.4",
71
+ "tape": "^5.3.0"
72
+ },
73
+ "engines": {
74
+ "node": ">= 0.4"
75
+ },
76
+ "auto-changelog": {
77
+ "output": "CHANGELOG.md",
78
+ "template": "keepachangelog",
79
+ "unreleased": false,
80
+ "commitLimit": false,
81
+ "backfillLimit": false,
82
+ "hideCredit": true
83
+ }
111
84
  }
@@ -1,116 +1,91 @@
1
1
  {
2
- "_from": "is-arguments@^1.0.4",
3
- "_id": "is-arguments@1.1.1",
4
- "_inBundle": false,
5
- "_integrity": "sha512-8Q7EARjzEnKpt/PCD7e1cgUS0a6X8u5tdSiMqXhojOdoV9TsMsiO+9VLC5vAmO8N7/GmXn7yjR8qnA6bVAEzfA==",
6
- "_location": "/is-arguments",
7
- "_phantomChildren": {},
8
- "_requested": {
9
- "type": "range",
10
- "registry": true,
11
- "raw": "is-arguments@^1.0.4",
12
- "name": "is-arguments",
13
- "escapedName": "is-arguments",
14
- "rawSpec": "^1.0.4",
15
- "saveSpec": null,
16
- "fetchSpec": "^1.0.4"
17
- },
18
- "_requiredBy": [
19
- "/deep-equal"
20
- ],
21
- "_resolved": "https://registry.npmjs.org/is-arguments/-/is-arguments-1.1.1.tgz",
22
- "_shasum": "15b3f88fda01f2a97fec84ca761a560f123efa9b",
23
- "_spec": "is-arguments@^1.0.4",
24
- "_where": "/Users/conway/Projects/TAKreg/node_modules/deep-equal",
25
- "author": {
26
- "name": "Jordan Harband",
27
- "email": "ljharb@gmail.com",
28
- "url": "http://ljharb.codes"
29
- },
30
- "auto-changelog": {
31
- "output": "CHANGELOG.md",
32
- "template": "keepachangelog",
33
- "unreleased": false,
34
- "commitLimit": false,
35
- "backfillLimit": false,
36
- "hideCredit": true
37
- },
38
- "bugs": {
39
- "url": "https://github.com/inspect-js/is-arguments/issues"
40
- },
41
- "bundleDependencies": false,
42
- "contributors": [
43
- {
44
- "name": "Jordan Harband",
45
- "email": "ljharb@gmail.com",
46
- "url": "http://ljharb.codes"
47
- }
48
- ],
49
- "dependencies": {
50
- "call-bind": "^1.0.2",
51
- "has-tostringtag": "^1.0.0"
52
- },
53
- "deprecated": false,
54
- "description": "Is this an arguments object? It's a harder question than you think.",
55
- "devDependencies": {
56
- "@ljharb/eslint-config": "^17.6.0",
57
- "aud": "^1.1.5",
58
- "auto-changelog": "^2.3.0",
59
- "eslint": "^7.32.0",
60
- "nyc": "^10.3.2",
61
- "safe-publish-latest": "^1.1.4",
62
- "tape": "^5.3.0"
63
- },
64
- "engines": {
65
- "node": ">= 0.4"
66
- },
67
- "funding": {
68
- "url": "https://github.com/sponsors/ljharb"
69
- },
70
- "homepage": "https://github.com/inspect-js/is-arguments",
71
- "keywords": [
72
- "arguments",
73
- "js",
74
- "javascript",
75
- "is-arguments",
76
- "is",
77
- "object"
78
- ],
79
- "license": "MIT",
80
- "main": "index.js",
81
- "name": "is-arguments",
82
- "repository": {
83
- "type": "git",
84
- "url": "git://github.com/inspect-js/is-arguments.git"
85
- },
86
- "scripts": {
87
- "lint": "eslint .",
88
- "posttest": "npx aud --production",
89
- "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
90
- "prepublish": "not-in-publish || npm run prepublishOnly",
91
- "prepublishOnly": "safe-publish-latest",
92
- "pretest": "npm run --silent lint",
93
- "test": "npm run tests-only",
94
- "tests-only": "nyc tape 'test/**/*.js'",
95
- "version": "auto-changelog && git add CHANGELOG.md"
96
- },
97
- "testling": {
98
- "files": "test.js",
99
- "browsers": [
100
- "iexplore/6.0..latest",
101
- "firefox/3.0..6.0",
102
- "firefox/15.0..latest",
103
- "firefox/nightly",
104
- "chrome/4.0..10.0",
105
- "chrome/20.0..latest",
106
- "chrome/canary",
107
- "opera/10.0..latest",
108
- "opera/next",
109
- "safari/4.0..latest",
110
- "ipad/6.0..latest",
111
- "iphone/6.0..latest",
112
- "android-browser/4.2"
113
- ]
114
- },
115
- "version": "1.1.1"
2
+ "name": "is-arguments",
3
+ "version": "1.1.1",
4
+ "description": "Is this an arguments object? It's a harder question than you think.",
5
+ "author": {
6
+ "name": "Jordan Harband",
7
+ "email": "ljharb@gmail.com",
8
+ "url": "http://ljharb.codes"
9
+ },
10
+ "funding": {
11
+ "url": "https://github.com/sponsors/ljharb"
12
+ },
13
+ "contributors": [
14
+ {
15
+ "name": "Jordan Harband",
16
+ "email": "ljharb@gmail.com",
17
+ "url": "http://ljharb.codes"
18
+ }
19
+ ],
20
+ "license": "MIT",
21
+ "main": "index.js",
22
+ "scripts": {
23
+ "prepublishOnly": "safe-publish-latest",
24
+ "prepublish": "not-in-publish || npm run prepublishOnly",
25
+ "pretest": "npm run --silent lint",
26
+ "test": "npm run tests-only",
27
+ "tests-only": "nyc tape 'test/**/*.js'",
28
+ "posttest": "npx aud --production",
29
+ "lint": "eslint .",
30
+ "version": "auto-changelog && git add CHANGELOG.md",
31
+ "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\""
32
+ },
33
+ "repository": {
34
+ "type": "git",
35
+ "url": "git://github.com/inspect-js/is-arguments.git"
36
+ },
37
+ "bugs": {
38
+ "url": "https://github.com/inspect-js/is-arguments/issues"
39
+ },
40
+ "homepage": "https://github.com/inspect-js/is-arguments",
41
+ "keywords": [
42
+ "arguments",
43
+ "js",
44
+ "javascript",
45
+ "is-arguments",
46
+ "is",
47
+ "object"
48
+ ],
49
+ "dependencies": {
50
+ "call-bind": "^1.0.2",
51
+ "has-tostringtag": "^1.0.0"
52
+ },
53
+ "devDependencies": {
54
+ "@ljharb/eslint-config": "^17.6.0",
55
+ "aud": "^1.1.5",
56
+ "auto-changelog": "^2.3.0",
57
+ "eslint": "^7.32.0",
58
+ "nyc": "^10.3.2",
59
+ "safe-publish-latest": "^1.1.4",
60
+ "tape": "^5.3.0"
61
+ },
62
+ "testling": {
63
+ "files": "test.js",
64
+ "browsers": [
65
+ "iexplore/6.0..latest",
66
+ "firefox/3.0..6.0",
67
+ "firefox/15.0..latest",
68
+ "firefox/nightly",
69
+ "chrome/4.0..10.0",
70
+ "chrome/20.0..latest",
71
+ "chrome/canary",
72
+ "opera/10.0..latest",
73
+ "opera/next",
74
+ "safari/4.0..latest",
75
+ "ipad/6.0..latest",
76
+ "iphone/6.0..latest",
77
+ "android-browser/4.2"
78
+ ]
79
+ },
80
+ "engines": {
81
+ "node": ">= 0.4"
82
+ },
83
+ "auto-changelog": {
84
+ "output": "CHANGELOG.md",
85
+ "template": "keepachangelog",
86
+ "unreleased": false,
87
+ "commitLimit": false,
88
+ "backfillLimit": false,
89
+ "hideCredit": true
90
+ }
116
91
  }