node-red-contrib-web-worldmap 5.1.5 → 5.2.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 (247) hide show
  1. package/CHANGELOG.md +6 -4
  2. package/README.md +6 -4
  3. package/node_modules/@types/geojson/README.md +1 -1
  4. package/node_modules/@types/geojson/index.d.ts +36 -2
  5. package/node_modules/@types/geojson/package.json +2 -2
  6. package/node_modules/{call-bind → call-bind-apply-helpers}/.eslintrc +1 -0
  7. package/node_modules/{has-property-descriptors → call-bind-apply-helpers}/.github/FUNDING.yml +1 -1
  8. package/node_modules/call-bind-apply-helpers/CHANGELOG.md +30 -0
  9. package/node_modules/{call-bind → call-bind-apply-helpers}/LICENSE +1 -1
  10. package/node_modules/call-bind-apply-helpers/README.md +62 -0
  11. package/node_modules/call-bind-apply-helpers/actualApply.d.ts +1 -0
  12. package/node_modules/call-bind-apply-helpers/actualApply.js +10 -0
  13. package/node_modules/call-bind-apply-helpers/applyBind.d.ts +19 -0
  14. package/node_modules/call-bind-apply-helpers/applyBind.js +10 -0
  15. package/node_modules/call-bind-apply-helpers/functionApply.d.ts +1 -0
  16. package/node_modules/call-bind-apply-helpers/functionApply.js +4 -0
  17. package/node_modules/call-bind-apply-helpers/functionCall.d.ts +1 -0
  18. package/node_modules/call-bind-apply-helpers/functionCall.js +4 -0
  19. package/node_modules/call-bind-apply-helpers/index.d.ts +64 -0
  20. package/node_modules/call-bind-apply-helpers/index.js +15 -0
  21. package/node_modules/call-bind-apply-helpers/package.json +85 -0
  22. package/node_modules/call-bind-apply-helpers/reflectApply.d.ts +3 -0
  23. package/node_modules/call-bind-apply-helpers/reflectApply.js +4 -0
  24. package/node_modules/call-bind-apply-helpers/test/index.js +63 -0
  25. package/node_modules/call-bind-apply-helpers/tsconfig.json +9 -0
  26. package/node_modules/call-bound/.eslintrc +13 -0
  27. package/node_modules/{call-bind → call-bound}/.github/FUNDING.yml +1 -1
  28. package/node_modules/call-bound/CHANGELOG.md +42 -0
  29. package/node_modules/{has-property-descriptors → call-bound}/LICENSE +1 -1
  30. package/node_modules/call-bound/README.md +53 -0
  31. package/node_modules/call-bound/index.d.ts +94 -0
  32. package/node_modules/call-bound/index.js +19 -0
  33. package/node_modules/{call-bind → call-bound}/package.json +29 -25
  34. package/node_modules/{call-bind/test/callBound.js → call-bound/test/index.js} +12 -5
  35. package/node_modules/call-bound/tsconfig.json +10 -0
  36. package/node_modules/compression/HISTORY.md +9 -1
  37. package/node_modules/compression/README.md +103 -30
  38. package/node_modules/compression/index.js +55 -13
  39. package/node_modules/compression/package.json +3 -2
  40. package/node_modules/{define-data-property → dunder-proto}/.github/FUNDING.yml +1 -1
  41. package/node_modules/dunder-proto/CHANGELOG.md +24 -0
  42. package/node_modules/dunder-proto/LICENSE +21 -0
  43. package/node_modules/dunder-proto/README.md +54 -0
  44. package/node_modules/dunder-proto/get.d.ts +5 -0
  45. package/node_modules/dunder-proto/get.js +30 -0
  46. package/node_modules/{has-proto → dunder-proto}/package.json +34 -36
  47. package/node_modules/dunder-proto/set.d.ts +5 -0
  48. package/node_modules/dunder-proto/set.js +35 -0
  49. package/node_modules/dunder-proto/test/get.js +34 -0
  50. package/node_modules/dunder-proto/test/index.js +4 -0
  51. package/node_modules/dunder-proto/test/set.js +50 -0
  52. package/node_modules/dunder-proto/tsconfig.json +9 -0
  53. package/node_modules/es-define-property/CHANGELOG.md +14 -0
  54. package/node_modules/es-define-property/index.js +1 -3
  55. package/node_modules/es-define-property/package.json +12 -12
  56. package/node_modules/es-define-property/test/index.js +1 -0
  57. package/node_modules/es-define-property/tsconfig.json +2 -42
  58. package/node_modules/es-object-atoms/.eslintrc +16 -0
  59. package/node_modules/{set-function-length → es-object-atoms}/.github/FUNDING.yml +1 -1
  60. package/node_modules/es-object-atoms/CHANGELOG.md +37 -0
  61. package/node_modules/{define-data-property → es-object-atoms}/LICENSE +1 -1
  62. package/node_modules/es-object-atoms/README.md +63 -0
  63. package/node_modules/es-object-atoms/RequireObjectCoercible.d.ts +3 -0
  64. package/node_modules/es-object-atoms/RequireObjectCoercible.js +11 -0
  65. package/node_modules/es-object-atoms/ToObject.d.ts +7 -0
  66. package/node_modules/es-object-atoms/ToObject.js +10 -0
  67. package/node_modules/es-object-atoms/index.d.ts +3 -0
  68. package/node_modules/es-object-atoms/index.js +4 -0
  69. package/node_modules/es-object-atoms/isObject.d.ts +3 -0
  70. package/node_modules/es-object-atoms/isObject.js +6 -0
  71. package/node_modules/es-object-atoms/package.json +80 -0
  72. package/node_modules/es-object-atoms/test/index.js +38 -0
  73. package/node_modules/es-object-atoms/tsconfig.json +6 -0
  74. package/node_modules/get-intrinsic/.eslintrc +4 -0
  75. package/node_modules/get-intrinsic/CHANGELOG.md +43 -0
  76. package/node_modules/get-intrinsic/index.js +40 -21
  77. package/node_modules/get-intrinsic/package.json +24 -20
  78. package/node_modules/get-intrinsic/test/GetIntrinsic.js +2 -2
  79. package/node_modules/get-proto/.eslintrc +10 -0
  80. package/node_modules/{has-proto → get-proto}/.github/FUNDING.yml +1 -1
  81. package/node_modules/get-proto/.nycrc +9 -0
  82. package/node_modules/get-proto/CHANGELOG.md +21 -0
  83. package/node_modules/{has-proto → get-proto}/LICENSE +1 -1
  84. package/node_modules/get-proto/Object.getPrototypeOf.d.ts +5 -0
  85. package/node_modules/get-proto/Object.getPrototypeOf.js +6 -0
  86. package/node_modules/get-proto/README.md +50 -0
  87. package/node_modules/get-proto/Reflect.getPrototypeOf.d.ts +3 -0
  88. package/node_modules/get-proto/Reflect.getPrototypeOf.js +4 -0
  89. package/node_modules/get-proto/index.d.ts +5 -0
  90. package/node_modules/get-proto/index.js +27 -0
  91. package/node_modules/{has-property-descriptors → get-proto}/package.json +35 -31
  92. package/node_modules/get-proto/test/index.js +68 -0
  93. package/node_modules/get-proto/tsconfig.json +9 -0
  94. package/node_modules/gopd/CHANGELOG.md +20 -0
  95. package/node_modules/gopd/gOPD.d.ts +1 -0
  96. package/node_modules/gopd/gOPD.js +4 -0
  97. package/node_modules/gopd/index.d.ts +5 -0
  98. package/node_modules/gopd/index.js +2 -3
  99. package/node_modules/gopd/package.json +16 -10
  100. package/node_modules/gopd/test/index.js +2 -1
  101. package/node_modules/has-symbols/CHANGELOG.md +16 -0
  102. package/node_modules/has-symbols/index.d.ts +3 -0
  103. package/node_modules/has-symbols/index.js +1 -0
  104. package/node_modules/has-symbols/package.json +19 -9
  105. package/node_modules/has-symbols/shams.d.ts +3 -0
  106. package/node_modules/has-symbols/shams.js +5 -2
  107. package/node_modules/has-symbols/test/shams/core-js.js +1 -0
  108. package/node_modules/has-symbols/test/shams/get-own-property-symbols.js +1 -0
  109. package/node_modules/has-symbols/test/tests.js +4 -2
  110. package/node_modules/has-symbols/tsconfig.json +10 -0
  111. package/node_modules/http-parser-js/http-parser.d.ts +6 -0
  112. package/node_modules/http-parser-js/http-parser.js +16 -9
  113. package/node_modules/http-parser-js/package.json +1 -1
  114. package/node_modules/math-intrinsics/.eslintrc +16 -0
  115. package/node_modules/math-intrinsics/.github/FUNDING.yml +12 -0
  116. package/node_modules/math-intrinsics/CHANGELOG.md +24 -0
  117. package/node_modules/math-intrinsics/LICENSE +21 -0
  118. package/node_modules/math-intrinsics/README.md +50 -0
  119. package/node_modules/math-intrinsics/abs.d.ts +1 -0
  120. package/node_modules/math-intrinsics/abs.js +4 -0
  121. package/node_modules/math-intrinsics/constants/maxArrayLength.d.ts +3 -0
  122. package/node_modules/math-intrinsics/constants/maxArrayLength.js +4 -0
  123. package/node_modules/math-intrinsics/constants/maxSafeInteger.d.ts +3 -0
  124. package/node_modules/math-intrinsics/constants/maxSafeInteger.js +5 -0
  125. package/node_modules/math-intrinsics/constants/maxValue.d.ts +3 -0
  126. package/node_modules/math-intrinsics/constants/maxValue.js +5 -0
  127. package/node_modules/math-intrinsics/floor.d.ts +1 -0
  128. package/node_modules/math-intrinsics/floor.js +4 -0
  129. package/node_modules/math-intrinsics/isFinite.d.ts +3 -0
  130. package/node_modules/math-intrinsics/isFinite.js +12 -0
  131. package/node_modules/math-intrinsics/isInteger.d.ts +3 -0
  132. package/node_modules/math-intrinsics/isInteger.js +16 -0
  133. package/node_modules/math-intrinsics/isNaN.d.ts +1 -0
  134. package/node_modules/math-intrinsics/isNaN.js +6 -0
  135. package/node_modules/math-intrinsics/isNegativeZero.d.ts +3 -0
  136. package/node_modules/math-intrinsics/isNegativeZero.js +6 -0
  137. package/node_modules/math-intrinsics/max.d.ts +1 -0
  138. package/node_modules/math-intrinsics/max.js +4 -0
  139. package/node_modules/math-intrinsics/min.d.ts +1 -0
  140. package/node_modules/math-intrinsics/min.js +4 -0
  141. package/node_modules/math-intrinsics/mod.d.ts +3 -0
  142. package/node_modules/math-intrinsics/mod.js +9 -0
  143. package/node_modules/math-intrinsics/package.json +86 -0
  144. package/node_modules/math-intrinsics/pow.d.ts +1 -0
  145. package/node_modules/math-intrinsics/pow.js +4 -0
  146. package/node_modules/math-intrinsics/round.d.ts +1 -0
  147. package/node_modules/math-intrinsics/round.js +4 -0
  148. package/node_modules/math-intrinsics/sign.d.ts +3 -0
  149. package/node_modules/math-intrinsics/sign.js +11 -0
  150. package/node_modules/math-intrinsics/test/index.js +192 -0
  151. package/node_modules/math-intrinsics/tsconfig.json +3 -0
  152. package/node_modules/mime-db/HISTORY.md +21 -1
  153. package/node_modules/mime-db/README.md +7 -1
  154. package/node_modules/mime-db/db.json +252 -13
  155. package/node_modules/mime-db/package.json +4 -4
  156. package/node_modules/object-inspect/CHANGELOG.md +8 -0
  157. package/node_modules/object-inspect/index.js +10 -7
  158. package/node_modules/object-inspect/package.json +5 -4
  159. package/node_modules/object-inspect/test/values.js +50 -0
  160. package/node_modules/side-channel/.eslintrc +1 -0
  161. package/node_modules/side-channel/CHANGELOG.md +15 -0
  162. package/node_modules/side-channel/README.md +60 -1
  163. package/node_modules/side-channel/index.d.ts +9 -22
  164. package/node_modules/side-channel/index.js +20 -106
  165. package/node_modules/side-channel/package.json +20 -19
  166. package/node_modules/side-channel/test/index.js +76 -55
  167. package/node_modules/side-channel/tsconfig.json +2 -43
  168. package/node_modules/side-channel-list/.editorconfig +9 -0
  169. package/node_modules/side-channel-list/.eslintrc +11 -0
  170. package/node_modules/side-channel-list/.github/FUNDING.yml +12 -0
  171. package/node_modules/side-channel-list/CHANGELOG.md +15 -0
  172. package/node_modules/side-channel-list/LICENSE +21 -0
  173. package/node_modules/side-channel-list/README.md +62 -0
  174. package/node_modules/side-channel-list/index.d.ts +13 -0
  175. package/node_modules/side-channel-list/index.js +113 -0
  176. package/node_modules/side-channel-list/list.d.ts +14 -0
  177. package/node_modules/side-channel-list/package.json +77 -0
  178. package/node_modules/side-channel-list/test/index.js +104 -0
  179. package/node_modules/side-channel-list/tsconfig.json +9 -0
  180. package/node_modules/side-channel-map/.editorconfig +9 -0
  181. package/node_modules/side-channel-map/.eslintrc +11 -0
  182. package/node_modules/side-channel-map/.github/FUNDING.yml +12 -0
  183. package/node_modules/side-channel-map/.nycrc +13 -0
  184. package/node_modules/side-channel-map/CHANGELOG.md +22 -0
  185. package/node_modules/side-channel-map/LICENSE +21 -0
  186. package/node_modules/side-channel-map/README.md +62 -0
  187. package/node_modules/side-channel-map/index.d.ts +15 -0
  188. package/node_modules/side-channel-map/index.js +68 -0
  189. package/node_modules/side-channel-map/package.json +80 -0
  190. package/node_modules/side-channel-map/test/index.js +114 -0
  191. package/node_modules/side-channel-map/tsconfig.json +9 -0
  192. package/node_modules/side-channel-weakmap/.editorconfig +9 -0
  193. package/node_modules/side-channel-weakmap/.eslintrc +12 -0
  194. package/node_modules/side-channel-weakmap/.github/FUNDING.yml +12 -0
  195. package/node_modules/side-channel-weakmap/.nycrc +13 -0
  196. package/node_modules/side-channel-weakmap/CHANGELOG.md +28 -0
  197. package/node_modules/side-channel-weakmap/LICENSE +21 -0
  198. package/node_modules/side-channel-weakmap/README.md +62 -0
  199. package/node_modules/side-channel-weakmap/index.d.ts +15 -0
  200. package/node_modules/side-channel-weakmap/index.js +84 -0
  201. package/node_modules/side-channel-weakmap/package.json +87 -0
  202. package/node_modules/side-channel-weakmap/test/index.js +114 -0
  203. package/node_modules/side-channel-weakmap/tsconfig.json +9 -0
  204. package/package.json +1 -1
  205. package/worldmap/worldmap.js +29 -22
  206. package/worldmap.html +1 -0
  207. package/worldmap.js +5 -2
  208. package/node_modules/call-bind/.eslintignore +0 -1
  209. package/node_modules/call-bind/CHANGELOG.md +0 -93
  210. package/node_modules/call-bind/README.md +0 -64
  211. package/node_modules/call-bind/callBound.js +0 -15
  212. package/node_modules/call-bind/index.js +0 -35
  213. package/node_modules/call-bind/test/index.js +0 -80
  214. package/node_modules/define-data-property/.eslintrc +0 -24
  215. package/node_modules/define-data-property/CHANGELOG.md +0 -70
  216. package/node_modules/define-data-property/README.md +0 -67
  217. package/node_modules/define-data-property/index.d.ts +0 -12
  218. package/node_modules/define-data-property/index.js +0 -56
  219. package/node_modules/define-data-property/package.json +0 -106
  220. package/node_modules/define-data-property/test/index.js +0 -392
  221. package/node_modules/define-data-property/tsconfig.json +0 -59
  222. package/node_modules/has-property-descriptors/.eslintrc +0 -13
  223. package/node_modules/has-property-descriptors/CHANGELOG.md +0 -35
  224. package/node_modules/has-property-descriptors/README.md +0 -43
  225. package/node_modules/has-property-descriptors/index.js +0 -22
  226. package/node_modules/has-property-descriptors/test/index.js +0 -57
  227. package/node_modules/has-proto/CHANGELOG.md +0 -38
  228. package/node_modules/has-proto/README.md +0 -38
  229. package/node_modules/has-proto/index.d.ts +0 -3
  230. package/node_modules/has-proto/index.js +0 -15
  231. package/node_modules/has-proto/test/index.js +0 -19
  232. package/node_modules/has-proto/tsconfig.json +0 -49
  233. package/node_modules/set-function-length/.eslintrc +0 -27
  234. package/node_modules/set-function-length/CHANGELOG.md +0 -70
  235. package/node_modules/set-function-length/LICENSE +0 -21
  236. package/node_modules/set-function-length/README.md +0 -56
  237. package/node_modules/set-function-length/env.d.ts +0 -9
  238. package/node_modules/set-function-length/env.js +0 -25
  239. package/node_modules/set-function-length/index.d.ts +0 -7
  240. package/node_modules/set-function-length/index.js +0 -42
  241. package/node_modules/set-function-length/package.json +0 -102
  242. /package/node_modules/{call-bind → call-bind-apply-helpers}/.nycrc +0 -0
  243. /package/node_modules/{has-property-descriptors → call-bound}/.nycrc +0 -0
  244. /package/node_modules/{has-proto → dunder-proto}/.eslintrc +0 -0
  245. /package/node_modules/{define-data-property → dunder-proto}/.nycrc +0 -0
  246. /package/node_modules/{set-function-length → gopd}/tsconfig.json +0 -0
  247. /package/node_modules/{set-function-length → side-channel-list}/.nycrc +0 -0
@@ -10,10 +10,10 @@ var asyncFns = require('make-async-function').list();
10
10
  var asyncGenFns = require('make-async-generator-function')();
11
11
  var mockProperty = require('mock-property');
12
12
 
13
- var callBound = require('call-bind/callBound');
13
+ var callBound = require('call-bound');
14
14
  var v = require('es-value-fixtures');
15
15
  var $gOPD = require('gopd');
16
- var DefinePropertyOrThrow = require('es-abstract/2021/DefinePropertyOrThrow');
16
+ var DefinePropertyOrThrow = require('es-abstract/2023/DefinePropertyOrThrow');
17
17
 
18
18
  var $isProto = callBound('%Object.prototype.isPrototypeOf%');
19
19
 
@@ -0,0 +1,10 @@
1
+ {
2
+ "root": true,
3
+
4
+ "extends": "@ljharb",
5
+
6
+ "rules": {
7
+ "id-length": "off",
8
+ "sort-keys": "off",
9
+ },
10
+ }
@@ -4,7 +4,7 @@ github: [ljharb]
4
4
  patreon: # Replace with a single Patreon username
5
5
  open_collective: # Replace with a single Open Collective username
6
6
  ko_fi: # Replace with a single Ko-fi username
7
- tidelift: npm/has-proto
7
+ tidelift: npm/get-proto
8
8
  community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
9
9
  liberapay: # Replace with a single Liberapay username
10
10
  issuehunt: # Replace with a single IssueHunt username
@@ -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
+ }
@@ -0,0 +1,21 @@
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.0.1](https://github.com/ljharb/get-proto/compare/v1.0.0...v1.0.1) - 2025-01-02
9
+
10
+ ### Commits
11
+
12
+ - [Fix] for the `Object.getPrototypeOf` window, throw for non-objects [`7fe6508`](https://github.com/ljharb/get-proto/commit/7fe6508b71419ebe1976bedb86001d1feaeaa49a)
13
+
14
+ ## v1.0.0 - 2025-01-01
15
+
16
+ ### Commits
17
+
18
+ - Initial implementation, tests, readme, types [`5c70775`](https://github.com/ljharb/get-proto/commit/5c707751e81c3deeb2cf980d185fc7fd43611415)
19
+ - Initial commit [`7c65c2a`](https://github.com/ljharb/get-proto/commit/7c65c2ad4e33d5dae2f219ebe1a046ae2256972c)
20
+ - npm init [`0b8cf82`](https://github.com/ljharb/get-proto/commit/0b8cf824c9634e4a34ef7dd2a2cdc5be6ac79518)
21
+ - Only apps should have lockfiles [`a6d1bff`](https://github.com/ljharb/get-proto/commit/a6d1bffc364f5828377cea7194558b2dbef7aea2)
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2022 Inspect JS
3
+ Copyright (c) 2025 Jordan Harband
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
@@ -0,0 +1,5 @@
1
+ declare function getProto<O extends object>(object: O): object | null;
2
+
3
+ declare const x: typeof getProto | null;
4
+
5
+ export = x;
@@ -0,0 +1,6 @@
1
+ 'use strict';
2
+
3
+ var $Object = require('es-object-atoms');
4
+
5
+ /** @type {import('./Object.getPrototypeOf')} */
6
+ module.exports = $Object.getPrototypeOf || null;
@@ -0,0 +1,50 @@
1
+ # get-proto <sup>[![Version Badge][npm-version-svg]][package-url]</sup>
2
+
3
+ [![github actions][actions-image]][actions-url]
4
+ [![coverage][codecov-image]][codecov-url]
5
+ [![License][license-image]][license-url]
6
+ [![Downloads][downloads-image]][downloads-url]
7
+
8
+ [![npm badge][npm-badge-png]][package-url]
9
+
10
+ Robustly get the [[Prototype]] of an object. Uses the best available method.
11
+
12
+ ## Getting started
13
+
14
+ ```sh
15
+ npm install --save get-proto
16
+ ```
17
+
18
+ ## Usage/Examples
19
+
20
+ ```js
21
+ const assert = require('assert');
22
+ const getProto = require('get-proto');
23
+
24
+ const a = { a: 1, b: 2, [Symbol.toStringTag]: 'foo' };
25
+ const b = { c: 3, __proto__: a };
26
+
27
+ assert.equal(getProto(b), a);
28
+ assert.equal(getProto(a), Object.prototype);
29
+ assert.equal(getProto({ __proto__: null }), null);
30
+ ```
31
+
32
+ ## Tests
33
+
34
+ Clone the repo, `npm install`, and run `npm test`
35
+
36
+ [package-url]: https://npmjs.org/package/get-proto
37
+ [npm-version-svg]: https://versionbadg.es/ljharb/get-proto.svg
38
+ [deps-svg]: https://david-dm.org/ljharb/get-proto.svg
39
+ [deps-url]: https://david-dm.org/ljharb/get-proto
40
+ [dev-deps-svg]: https://david-dm.org/ljharb/get-proto/dev-status.svg
41
+ [dev-deps-url]: https://david-dm.org/ljharb/get-proto#info=devDependencies
42
+ [npm-badge-png]: https://nodei.co/npm/get-proto.png?downloads=true&stars=true
43
+ [license-image]: https://img.shields.io/npm/l/get-proto.svg
44
+ [license-url]: LICENSE
45
+ [downloads-image]: https://img.shields.io/npm/dm/get-proto.svg
46
+ [downloads-url]: https://npm-stat.com/charts.html?package=get-proto
47
+ [codecov-image]: https://codecov.io/gh/ljharb/get-proto/branch/main/graphs/badge.svg
48
+ [codecov-url]: https://app.codecov.io/gh/ljharb/get-proto/
49
+ [actions-image]: https://img.shields.io/endpoint?url=https://github-actions-badge-u3jn4tfpocch.runkit.sh/ljharb/get-proto
50
+ [actions-url]: https://github.com/ljharb/get-proto/actions
@@ -0,0 +1,3 @@
1
+ declare const x: typeof Reflect.getPrototypeOf | null;
2
+
3
+ export = x;
@@ -0,0 +1,4 @@
1
+ 'use strict';
2
+
3
+ /** @type {import('./Reflect.getPrototypeOf')} */
4
+ module.exports = (typeof Reflect !== 'undefined' && Reflect.getPrototypeOf) || null;
@@ -0,0 +1,5 @@
1
+ declare function getProto<O extends object>(object: O): object | null;
2
+
3
+ declare const x: typeof getProto | null;
4
+
5
+ export = x;
@@ -0,0 +1,27 @@
1
+ 'use strict';
2
+
3
+ var reflectGetProto = require('./Reflect.getPrototypeOf');
4
+ var originalGetProto = require('./Object.getPrototypeOf');
5
+
6
+ var getDunderProto = require('dunder-proto/get');
7
+
8
+ /** @type {import('.')} */
9
+ module.exports = reflectGetProto
10
+ ? function getProto(O) {
11
+ // @ts-expect-error TS can't narrow inside a closure, for some reason
12
+ return reflectGetProto(O);
13
+ }
14
+ : originalGetProto
15
+ ? function getProto(O) {
16
+ if (!O || (typeof O !== 'object' && typeof O !== 'function')) {
17
+ throw new TypeError('getProto: not an object');
18
+ }
19
+ // @ts-expect-error TS can't narrow inside a closure, for some reason
20
+ return originalGetProto(O);
21
+ }
22
+ : getDunderProto
23
+ ? function getProto(O) {
24
+ // @ts-expect-error TS can't narrow inside a closure, for some reason
25
+ return getDunderProto(O);
26
+ }
27
+ : null;
@@ -1,65 +1,66 @@
1
1
  {
2
- "name": "has-property-descriptors",
3
- "version": "1.0.2",
4
- "description": "Does the environment have full property descriptor support? Handles IE 8's broken defineProperty/gOPD.",
2
+ "name": "get-proto",
3
+ "version": "1.0.1",
4
+ "description": "Robustly get the [[Prototype]] of an object",
5
5
  "main": "index.js",
6
6
  "exports": {
7
7
  ".": "./index.js",
8
+ "./Reflect.getPrototypeOf": "./Reflect.getPrototypeOf.js",
9
+ "./Object.getPrototypeOf": "./Object.getPrototypeOf.js",
8
10
  "./package.json": "./package.json"
9
11
  },
10
- "sideEffects": false,
11
12
  "scripts": {
12
13
  "prepack": "npmignore --auto --commentLines=autogenerated",
13
- "prepublishOnly": "safe-publish-latest",
14
14
  "prepublish": "not-in-publish || npm run prepublishOnly",
15
- "pretest": "npm run lint",
15
+ "prepublishOnly": "safe-publish-latest",
16
+ "pretest": "npm run --silent lint",
17
+ "test": "npm run tests-only",
18
+ "posttest": "npx npm@\">=10.2\" audit --production",
19
+ "tests-only": "nyc tape 'test/**/*.js'",
16
20
  "prelint": "evalmd README.md",
17
21
  "lint": "eslint --ext=js,mjs .",
18
- "tests-only": "nyc tape 'test/**/*.js'",
19
- "test": "npm run tests-only",
20
- "posttest": "aud --production",
22
+ "postlint": "tsc && attw -P",
21
23
  "version": "auto-changelog && git add CHANGELOG.md",
22
24
  "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\""
23
25
  },
24
26
  "repository": {
25
27
  "type": "git",
26
- "url": "git+https://github.com/inspect-js/has-property-descriptors.git"
28
+ "url": "git+https://github.com/ljharb/get-proto.git"
27
29
  },
28
30
  "keywords": [
29
- "property",
30
- "descriptors",
31
- "has",
32
- "environment",
33
- "env",
34
- "defineProperty",
35
- "getOwnPropertyDescriptor"
31
+ "get",
32
+ "proto",
33
+ "prototype",
34
+ "getPrototypeOf",
35
+ "[[Prototype]]"
36
36
  ],
37
37
  "author": "Jordan Harband <ljharb@gmail.com>",
38
- "funding": {
39
- "url": "https://github.com/sponsors/ljharb"
40
- },
41
38
  "license": "MIT",
42
39
  "bugs": {
43
- "url": "https://github.com/inspect-js/has-property-descriptors/issues"
40
+ "url": "https://github.com/ljharb/get-proto/issues"
41
+ },
42
+ "homepage": "https://github.com/ljharb/get-proto#readme",
43
+ "dependencies": {
44
+ "dunder-proto": "^1.0.1",
45
+ "es-object-atoms": "^1.0.0"
44
46
  },
45
- "homepage": "https://github.com/inspect-js/has-property-descriptors#readme",
46
47
  "devDependencies": {
47
- "@ljharb/eslint-config": "^21.1.0",
48
- "aud": "^2.0.4",
49
- "auto-changelog": "^2.4.0",
48
+ "@arethetypeswrong/cli": "^0.17.2",
49
+ "@ljharb/eslint-config": "^21.1.1",
50
+ "@ljharb/tsconfig": "^0.2.3",
51
+ "@types/tape": "^5.8.0",
52
+ "auto-changelog": "^2.5.0",
50
53
  "eslint": "=8.8.0",
51
54
  "evalmd": "^0.0.19",
52
55
  "in-publish": "^2.0.1",
53
56
  "npmignore": "^0.3.1",
54
57
  "nyc": "^10.3.2",
55
58
  "safe-publish-latest": "^2.0.0",
56
- "tape": "^5.7.4"
57
- },
58
- "dependencies": {
59
- "es-define-property": "^1.0.0"
59
+ "tape": "^5.9.0",
60
+ "typescript": "next"
60
61
  },
61
- "testling": {
62
- "files": "test/index.js"
62
+ "engines": {
63
+ "node": ">= 0.4"
63
64
  },
64
65
  "auto-changelog": {
65
66
  "output": "CHANGELOG.md",
@@ -73,5 +74,8 @@
73
74
  "ignore": [
74
75
  ".github/workflows"
75
76
  ]
77
+ },
78
+ "testling": {
79
+ "files": "test/index.js"
76
80
  }
77
81
  }
@@ -0,0 +1,68 @@
1
+ 'use strict';
2
+
3
+ var test = require('tape');
4
+
5
+ var getProto = require('../');
6
+
7
+ test('getProto', function (t) {
8
+ t.equal(typeof getProto, 'function', 'is a function');
9
+
10
+ t.test('can get', { skip: !getProto }, function (st) {
11
+ if (getProto) { // TS doesn't understand tape's skip
12
+ var proto = { b: 2 };
13
+ st.equal(getProto(proto), Object.prototype, 'proto: returns the [[Prototype]]');
14
+
15
+ st.test('nullish value', function (s2t) {
16
+ // @ts-expect-error
17
+ s2t['throws'](function () { return getProto(undefined); }, TypeError, 'undefined is not an object');
18
+ // @ts-expect-error
19
+ s2t['throws'](function () { return getProto(null); }, TypeError, 'null is not an object');
20
+ s2t.end();
21
+ });
22
+
23
+ // @ts-expect-error
24
+ st['throws'](function () { getProto(true); }, 'throws for true');
25
+ // @ts-expect-error
26
+ st['throws'](function () { getProto(false); }, 'throws for false');
27
+ // @ts-expect-error
28
+ st['throws'](function () { getProto(42); }, 'throws for 42');
29
+ // @ts-expect-error
30
+ st['throws'](function () { getProto(NaN); }, 'throws for NaN');
31
+ // @ts-expect-error
32
+ st['throws'](function () { getProto(0); }, 'throws for +0');
33
+ // @ts-expect-error
34
+ st['throws'](function () { getProto(-0); }, 'throws for -0');
35
+ // @ts-expect-error
36
+ st['throws'](function () { getProto(Infinity); }, 'throws for ∞');
37
+ // @ts-expect-error
38
+ st['throws'](function () { getProto(-Infinity); }, 'throws for -∞');
39
+ // @ts-expect-error
40
+ st['throws'](function () { getProto(''); }, 'throws for empty string');
41
+ // @ts-expect-error
42
+ st['throws'](function () { getProto('foo'); }, 'throws for non-empty string');
43
+ st.equal(getProto(/a/g), RegExp.prototype);
44
+ st.equal(getProto(new Date()), Date.prototype);
45
+ st.equal(getProto(function () {}), Function.prototype);
46
+ st.equal(getProto([]), Array.prototype);
47
+ st.equal(getProto({}), Object.prototype);
48
+
49
+ var nullObject = { __proto__: null };
50
+ if ('toString' in nullObject) {
51
+ st.comment('no null objects in this engine');
52
+ st.equal(getProto(nullObject), Object.prototype, '"null" object has Object.prototype as [[Prototype]]');
53
+ } else {
54
+ st.equal(getProto(nullObject), null, 'null object has null [[Prototype]]');
55
+ }
56
+ }
57
+
58
+ st.end();
59
+ });
60
+
61
+ t.test('can not get', { skip: !!getProto }, function (st) {
62
+ st.equal(getProto, null);
63
+
64
+ st.end();
65
+ });
66
+
67
+ t.end();
68
+ });
@@ -0,0 +1,9 @@
1
+ {
2
+ "extends": "@ljharb/tsconfig",
3
+ "compilerOptions": {
4
+ //"target": "es2021",
5
+ },
6
+ "exclude": [
7
+ "coverage",
8
+ ],
9
+ }
@@ -5,6 +5,26 @@ All notable changes to this project will be documented in this file.
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
6
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
+ ## [v1.2.0](https://github.com/ljharb/gopd/compare/v1.1.0...v1.2.0) - 2024-12-03
9
+
10
+ ### Commits
11
+
12
+ - [New] add `gOPD` entry point; remove `get-intrinsic` [`5b61232`](https://github.com/ljharb/gopd/commit/5b61232dedea4591a314bcf16101b1961cee024e)
13
+
14
+ ## [v1.1.0](https://github.com/ljharb/gopd/compare/v1.0.1...v1.1.0) - 2024-11-29
15
+
16
+ ### Commits
17
+
18
+ - [New] add types [`f585e39`](https://github.com/ljharb/gopd/commit/f585e397886d270e4ba84e53d226e4f9ca2eb0e6)
19
+ - [Dev Deps] update `@ljharb/eslint-config`, `auto-changelog`, `tape` [`0b8e4fd`](https://github.com/ljharb/gopd/commit/0b8e4fded64397a7726a9daa144a6cc9a5e2edfa)
20
+ - [Dev Deps] update `aud`, `npmignore`, `tape` [`48378b2`](https://github.com/ljharb/gopd/commit/48378b2443f09a4f7efbd0fb6c3ee845a6cabcf3)
21
+ - [Dev Deps] update `@ljharb/eslint-config`, `aud`, `tape` [`78099ee`](https://github.com/ljharb/gopd/commit/78099eeed41bfdc134c912280483689cc8861c31)
22
+ - [Tests] replace `aud` with `npm audit` [`4e0d0ac`](https://github.com/ljharb/gopd/commit/4e0d0ac47619d24a75318a8e1f543ee04b2a2632)
23
+ - [meta] add missing `engines.node` [`1443316`](https://github.com/ljharb/gopd/commit/14433165d07835c680155b3dfd62d9217d735eca)
24
+ - [Deps] update `get-intrinsic` [`eee5f51`](https://github.com/ljharb/gopd/commit/eee5f51769f3dbaf578b70e2a3199116b01aa670)
25
+ - [Deps] update `get-intrinsic` [`550c378`](https://github.com/ljharb/gopd/commit/550c3780e3a9c77b62565712a001b4ed64ea61f5)
26
+ - [Dev Deps] add missing peer dep [`8c2ecf8`](https://github.com/ljharb/gopd/commit/8c2ecf848122e4e30abfc5b5086fb48b390dce75)
27
+
8
28
  ## [v1.0.1](https://github.com/ljharb/gopd/compare/v1.0.0...v1.0.1) - 2022-11-01
9
29
 
10
30
  ### Commits
@@ -0,0 +1 @@
1
+ export = Object.getOwnPropertyDescriptor;
@@ -0,0 +1,4 @@
1
+ 'use strict';
2
+
3
+ /** @type {import('./gOPD')} */
4
+ module.exports = Object.getOwnPropertyDescriptor;
@@ -0,0 +1,5 @@
1
+ declare function gOPD<O extends object, K extends keyof O>(obj: O, prop: K): PropertyDescriptor | undefined;
2
+
3
+ declare const fn: typeof gOPD | undefined | null;
4
+
5
+ export = fn;
@@ -1,8 +1,7 @@
1
1
  'use strict';
2
2
 
3
- var GetIntrinsic = require('get-intrinsic');
4
-
5
- var $gOPD = GetIntrinsic('%Object.getOwnPropertyDescriptor%', true);
3
+ /** @type {import('.')} */
4
+ var $gOPD = require('./gOPD');
6
5
 
7
6
  if ($gOPD) {
8
7
  try {
@@ -1,10 +1,11 @@
1
1
  {
2
2
  "name": "gopd",
3
- "version": "1.0.1",
3
+ "version": "1.2.0",
4
4
  "description": "`Object.getOwnPropertyDescriptor`, but accounts for IE's broken implementation.",
5
5
  "main": "index.js",
6
6
  "exports": {
7
7
  ".": "./index.js",
8
+ "./gOPD": "./gOPD.js",
8
9
  "./package.json": "./package.json"
9
10
  },
10
11
  "sideEffects": false,
@@ -12,12 +13,13 @@
12
13
  "prepack": "npmignore --auto --commentLines=autogenerated",
13
14
  "prepublishOnly": "safe-publish-latest",
14
15
  "prepublish": "not-in-publish || npm run prepublishOnly",
16
+ "prelint": "tsc -p . && attw -P",
15
17
  "lint": "eslint --ext=js,mjs .",
16
18
  "postlint": "evalmd README.md",
17
19
  "pretest": "npm run lint",
18
20
  "tests-only": "tape 'test/**/*.js'",
19
21
  "test": "npm run tests-only",
20
- "posttest": "aud --production",
22
+ "posttest": "npx npm@'>=10.2' audit --production",
21
23
  "version": "auto-changelog && git add CHANGELOG.md",
22
24
  "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\""
23
25
  },
@@ -41,19 +43,20 @@
41
43
  "url": "https://github.com/ljharb/gopd/issues"
42
44
  },
43
45
  "homepage": "https://github.com/ljharb/gopd#readme",
44
- "dependencies": {
45
- "get-intrinsic": "^1.1.3"
46
- },
47
46
  "devDependencies": {
48
- "@ljharb/eslint-config": "^21.0.0",
49
- "aud": "^2.0.1",
50
- "auto-changelog": "^2.4.0",
47
+ "@arethetypeswrong/cli": "^0.17.0",
48
+ "@ljharb/eslint-config": "^21.1.1",
49
+ "@ljharb/tsconfig": "^0.2.0",
50
+ "@types/tape": "^5.6.5",
51
+ "auto-changelog": "^2.5.0",
52
+ "encoding": "^0.1.13",
51
53
  "eslint": "=8.8.0",
52
54
  "evalmd": "^0.0.19",
53
55
  "in-publish": "^2.0.1",
54
- "npmignore": "^0.3.0",
56
+ "npmignore": "^0.3.1",
55
57
  "safe-publish-latest": "^2.0.0",
56
- "tape": "^5.6.1"
58
+ "tape": "^5.9.0",
59
+ "typescript": "next"
57
60
  },
58
61
  "auto-changelog": {
59
62
  "output": "CHANGELOG.md",
@@ -67,5 +70,8 @@
67
70
  "ignore": [
68
71
  ".github/workflows"
69
72
  ]
73
+ },
74
+ "engines": {
75
+ "node": ">= 0.4"
70
76
  }
71
77
  }
@@ -10,6 +10,7 @@ test('gOPD', function (t) {
10
10
  var obj = { x: 1 };
11
11
  st.ok('x' in obj, 'property exists');
12
12
 
13
+ // @ts-expect-error TS can't figure out narrowing from `skip`
13
14
  var desc = gOPD(obj, 'x');
14
15
  st.deepEqual(
15
16
  desc,
@@ -25,7 +26,7 @@ test('gOPD', function (t) {
25
26
  st.end();
26
27
  });
27
28
 
28
- t.test('not supported', { skip: gOPD }, function (st) {
29
+ t.test('not supported', { skip: !!gOPD }, function (st) {
29
30
  st.notOk(gOPD, 'is falsy');
30
31
 
31
32
  st.end();
@@ -5,6 +5,22 @@ All notable changes to this project will be documented in this file.
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
6
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
+ ## [v1.1.0](https://github.com/inspect-js/has-symbols/compare/v1.0.3...v1.1.0) - 2024-12-02
9
+
10
+ ### Commits
11
+
12
+ - [actions] update workflows [`548c0bf`](https://github.com/inspect-js/has-symbols/commit/548c0bf8c9b1235458df7a1c0490b0064647a282)
13
+ - [actions] further shard; update action deps [`bec56bb`](https://github.com/inspect-js/has-symbols/commit/bec56bb0fb44b43a786686b944875a3175cf3ff3)
14
+ - [meta] use `npmignore` to autogenerate an npmignore file [`ac81032`](https://github.com/inspect-js/has-symbols/commit/ac81032809157e0a079e5264e9ce9b6f1275777e)
15
+ - [New] add types [`6469cbf`](https://github.com/inspect-js/has-symbols/commit/6469cbff1866cfe367b2b3d181d9296ec14b2a3d)
16
+ - [actions] update rebase action to use reusable workflow [`9c9d4d0`](https://github.com/inspect-js/has-symbols/commit/9c9d4d0d8938e4b267acdf8e421f4e92d1716d72)
17
+ - [Dev Deps] update `eslint`, `@ljharb/eslint-config`, `aud`, `tape` [`adb5887`](https://github.com/inspect-js/has-symbols/commit/adb5887ca9444849b08beb5caaa9e1d42320cdfb)
18
+ - [Dev Deps] update `@ljharb/eslint-config`, `aud`, `tape` [`13ec198`](https://github.com/inspect-js/has-symbols/commit/13ec198ec80f1993a87710af1606a1970b22c7cb)
19
+ - [Dev Deps] update `auto-changelog`, `core-js`, `tape` [`941be52`](https://github.com/inspect-js/has-symbols/commit/941be5248387cab1da72509b22acf3fdb223f057)
20
+ - [Tests] replace `aud` with `npm audit` [`74f49e9`](https://github.com/inspect-js/has-symbols/commit/74f49e9a9d17a443020784234a1c53ce765b3559)
21
+ - [Dev Deps] update `npmignore` [`9c0ac04`](https://github.com/inspect-js/has-symbols/commit/9c0ac0452a834f4c2a4b54044f2d6a89f17e9a70)
22
+ - [Dev Deps] add missing peer dep [`52337a5`](https://github.com/inspect-js/has-symbols/commit/52337a5621cced61f846f2afdab7707a8132cc12)
23
+
8
24
  ## [v1.0.3](https://github.com/inspect-js/has-symbols/compare/v1.0.2...v1.0.3) - 2022-03-01
9
25
 
10
26
  ### Commits
@@ -0,0 +1,3 @@
1
+ declare function hasNativeSymbols(): boolean;
2
+
3
+ export = hasNativeSymbols;
@@ -3,6 +3,7 @@
3
3
  var origSymbol = typeof Symbol !== 'undefined' && Symbol;
4
4
  var hasSymbolSham = require('./shams');
5
5
 
6
+ /** @type {import('.')} */
6
7
  module.exports = function hasNativeSymbols() {
7
8
  if (typeof origSymbol !== 'function') { return false; }
8
9
  if (typeof Symbol !== 'function') { return false; }
@@ -1,21 +1,23 @@
1
1
  {
2
2
  "name": "has-symbols",
3
- "version": "1.0.3",
3
+ "version": "1.1.0",
4
4
  "description": "Determine if the JS environment has Symbol support. Supports spec, or shams.",
5
5
  "main": "index.js",
6
6
  "scripts": {
7
+ "prepack": "npmignore --auto --commentLines=autogenerated",
7
8
  "prepublishOnly": "safe-publish-latest",
8
9
  "prepublish": "not-in-publish || npm run prepublishOnly",
9
10
  "pretest": "npm run --silent lint",
10
11
  "test": "npm run tests-only",
11
- "posttest": "aud --production",
12
- "tests-only": "npm run test:stock && npm run test:staging && npm run test:shams",
12
+ "posttest": "npx npm@'>=10.2' audit --production",
13
+ "tests-only": "npm run test:stock && npm run test:shams",
13
14
  "test:stock": "nyc node test",
14
15
  "test:staging": "nyc node --harmony --es-staging test",
15
16
  "test:shams": "npm run --silent test:shams:getownpropertysymbols && npm run --silent test:shams:corejs",
16
17
  "test:shams:corejs": "nyc node test/shams/core-js.js",
17
18
  "test:shams:getownpropertysymbols": "nyc node test/shams/get-own-property-symbols.js",
18
19
  "lint": "eslint --ext=js,mjs .",
20
+ "postlint": "tsc -p . && attw -P",
19
21
  "version": "auto-changelog && git add CHANGELOG.md",
20
22
  "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
23
  },
@@ -54,15 +56,22 @@
54
56
  },
55
57
  "homepage": "https://github.com/ljharb/has-symbols#readme",
56
58
  "devDependencies": {
57
- "@ljharb/eslint-config": "^20.2.3",
58
- "aud": "^2.0.0",
59
- "auto-changelog": "^2.4.0",
59
+ "@arethetypeswrong/cli": "^0.17.0",
60
+ "@ljharb/eslint-config": "^21.1.1",
61
+ "@ljharb/tsconfig": "^0.2.0",
62
+ "@types/core-js": "^2.5.8",
63
+ "@types/tape": "^5.6.5",
64
+ "auto-changelog": "^2.5.0",
60
65
  "core-js": "^2.6.12",
66
+ "encoding": "^0.1.13",
61
67
  "eslint": "=8.8.0",
62
68
  "get-own-property-symbols": "^0.9.5",
69
+ "in-publish": "^2.0.1",
70
+ "npmignore": "^0.3.1",
63
71
  "nyc": "^10.3.2",
64
72
  "safe-publish-latest": "^2.0.0",
65
- "tape": "^5.5.2"
73
+ "tape": "^5.9.0",
74
+ "typescript": "next"
66
75
  },
67
76
  "testling": {
68
77
  "files": "test/index.js",
@@ -93,9 +102,10 @@
93
102
  "backfillLimit": false,
94
103
  "hideCredit": true
95
104
  },
96
- "greenkeeper": {
105
+ "publishConfig": {
97
106
  "ignore": [
98
- "core-js"
107
+ ".github/workflows",
108
+ "types"
99
109
  ]
100
110
  }
101
111
  }
@@ -0,0 +1,3 @@
1
+ declare function hasSymbolShams(): boolean;
2
+
3
+ export = hasSymbolShams;