node-red-contrib-web-worldmap 5.7.1 → 5.7.2

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 (41) hide show
  1. package/CHANGELOG.md +1 -0
  2. package/README.md +1 -0
  3. package/node_modules/es-object-atoms/CHANGELOG.md +21 -14
  4. package/node_modules/es-object-atoms/isObject.d.ts +1 -1
  5. package/node_modules/es-object-atoms/package.json +6 -7
  6. package/node_modules/es-object-atoms/tsconfig.json +1 -0
  7. package/node_modules/express/History.md +9 -0
  8. package/node_modules/express/lib/utils.js +2 -1
  9. package/node_modules/express/package.json +3 -3
  10. package/node_modules/qs/CHANGELOG.md +178 -0
  11. package/node_modules/qs/README.md +19 -1
  12. package/node_modules/qs/dist/qs.js +17 -17
  13. package/node_modules/qs/eslint.config.mjs +1 -0
  14. package/node_modules/qs/lib/parse.js +57 -25
  15. package/node_modules/qs/lib/stringify.js +11 -4
  16. package/node_modules/qs/lib/utils.js +2 -0
  17. package/node_modules/qs/package.json +3 -3
  18. package/node_modules/qs/test/parse.js +195 -4
  19. package/node_modules/qs/test/stringify.js +138 -0
  20. package/node_modules/qs/test/utils.js +38 -3
  21. package/package.json +2 -2
  22. package/node_modules/body-parser/node_modules/qs/.editorconfig +0 -46
  23. package/node_modules/body-parser/node_modules/qs/.github/FUNDING.yml +0 -12
  24. package/node_modules/body-parser/node_modules/qs/.github/SECURITY.md +0 -11
  25. package/node_modules/body-parser/node_modules/qs/.github/THREAT_MODEL.md +0 -78
  26. package/node_modules/body-parser/node_modules/qs/.nycrc +0 -13
  27. package/node_modules/body-parser/node_modules/qs/CHANGELOG.md +0 -822
  28. package/node_modules/body-parser/node_modules/qs/LICENSE.md +0 -29
  29. package/node_modules/body-parser/node_modules/qs/README.md +0 -758
  30. package/node_modules/body-parser/node_modules/qs/dist/qs.js +0 -141
  31. package/node_modules/body-parser/node_modules/qs/eslint.config.mjs +0 -57
  32. package/node_modules/body-parser/node_modules/qs/lib/formats.js +0 -23
  33. package/node_modules/body-parser/node_modules/qs/lib/index.js +0 -11
  34. package/node_modules/body-parser/node_modules/qs/lib/parse.js +0 -403
  35. package/node_modules/body-parser/node_modules/qs/lib/stringify.js +0 -363
  36. package/node_modules/body-parser/node_modules/qs/lib/utils.js +0 -342
  37. package/node_modules/body-parser/node_modules/qs/package.json +0 -94
  38. package/node_modules/body-parser/node_modules/qs/test/empty-keys-cases.js +0 -267
  39. package/node_modules/body-parser/node_modules/qs/test/parse.js +0 -1703
  40. package/node_modules/body-parser/node_modules/qs/test/stringify.js +0 -1448
  41. package/node_modules/body-parser/node_modules/qs/test/utils.js +0 -432
@@ -1,94 +0,0 @@
1
- {
2
- "name": "qs",
3
- "description": "A querystring parser that supports nesting and arrays, with a depth limit",
4
- "homepage": "https://github.com/ljharb/qs",
5
- "version": "6.15.2",
6
- "repository": {
7
- "type": "git",
8
- "url": "https://github.com/ljharb/qs.git"
9
- },
10
- "funding": {
11
- "url": "https://github.com/sponsors/ljharb"
12
- },
13
- "main": "lib/index.js",
14
- "sideEffects": false,
15
- "contributors": [
16
- {
17
- "name": "Jordan Harband",
18
- "email": "ljharb@gmail.com",
19
- "url": "http://ljharb.codes"
20
- }
21
- ],
22
- "keywords": [
23
- "querystring",
24
- "qs",
25
- "query",
26
- "url",
27
- "parse",
28
- "stringify"
29
- ],
30
- "engines": {
31
- "node": ">=0.6"
32
- },
33
- "dependencies": {
34
- "side-channel": "^1.1.0"
35
- },
36
- "devDependencies": {
37
- "@browserify/envify": "^6.0.0",
38
- "@browserify/uglifyify": "^6.0.0",
39
- "@ljharb/eslint-config": "^22.2.3",
40
- "browserify": "^16.5.2",
41
- "bundle-collapser": "^1.4.0",
42
- "common-shakeify": "~1.0.0",
43
- "eclint": "^2.8.1",
44
- "es-value-fixtures": "^1.7.1",
45
- "eslint": "^9.39.2",
46
- "evalmd": "^0.0.19",
47
- "for-each": "^0.3.5",
48
- "glob": "=10.3.7",
49
- "has-bigints": "^1.1.0",
50
- "has-override-mistake": "^1.0.1",
51
- "has-property-descriptors": "^1.0.2",
52
- "has-proto": "^1.2.0",
53
- "has-symbols": "^1.1.0",
54
- "iconv-lite": "^0.5.2",
55
- "in-publish": "^2.0.1",
56
- "jackspeak": "=2.1.1",
57
- "jiti": "^0.0.0",
58
- "mkdirp": "^0.5.5",
59
- "mock-property": "^1.1.0",
60
- "module-deps": "^6.2.3",
61
- "npmignore": "^0.3.5",
62
- "nyc": "^10.3.2",
63
- "object-inspect": "^1.13.4",
64
- "qs-iconv": "^1.0.4",
65
- "safe-publish-latest": "^2.0.0",
66
- "safer-buffer": "^2.1.2",
67
- "tape": "^5.9.0",
68
- "unassertify": "^3.0.1"
69
- },
70
- "scripts": {
71
- "prepack": "npmignore --auto --commentLines=autogenerated && npm run dist",
72
- "prepublishOnly": "safe-publish-latest",
73
- "prepublish": "not-in-publish || npm run prepublishOnly",
74
- "pretest": "npm run --silent readme && npm run --silent lint",
75
- "test": "npm run tests-only",
76
- "tests-only": "nyc tape 'test/**/*.js'",
77
- "posttest": "npx npm@'>=10.2' audit --production",
78
- "readme": "evalmd README.md",
79
- "postlint": "eclint check $(git ls-files | xargs find 2> /dev/null | grep -vE 'node_modules|\\.git' | grep -v dist/)",
80
- "lint": "eslint .",
81
- "dist": "mkdirp dist && browserify --standalone Qs -g unassertify -g @browserify/envify -g [@browserify/uglifyify --mangle.keep_fnames --compress.keep_fnames --format.indent_level=1 --compress.arrows=false --compress.passes=4 --compress.typeofs=false] -p common-shakeify -p bundle-collapser/plugin lib/index.js > dist/qs.js"
82
- },
83
- "license": "BSD-3-Clause",
84
- "publishConfig": {
85
- "ignore": [
86
- "!dist/*",
87
- "bower.json",
88
- "component.json",
89
- ".github/workflows",
90
- "logos",
91
- "tea.yaml"
92
- ]
93
- }
94
- }
@@ -1,267 +0,0 @@
1
- 'use strict';
2
-
3
- module.exports = {
4
- emptyTestCases: [
5
- {
6
- input: '&',
7
- withEmptyKeys: {},
8
- stringifyOutput: {
9
- brackets: '',
10
- indices: '',
11
- repeat: ''
12
- },
13
- noEmptyKeys: {}
14
- },
15
- {
16
- input: '&&',
17
- withEmptyKeys: {},
18
- stringifyOutput: {
19
- brackets: '',
20
- indices: '',
21
- repeat: ''
22
- },
23
- noEmptyKeys: {}
24
- },
25
- {
26
- input: '&=',
27
- withEmptyKeys: { '': '' },
28
- stringifyOutput: {
29
- brackets: '=',
30
- indices: '=',
31
- repeat: '='
32
- },
33
- noEmptyKeys: {}
34
- },
35
- {
36
- input: '&=&',
37
- withEmptyKeys: { '': '' },
38
- stringifyOutput: {
39
- brackets: '=',
40
- indices: '=',
41
- repeat: '='
42
- },
43
- noEmptyKeys: {}
44
- },
45
- {
46
- input: '&=&=',
47
- withEmptyKeys: { '': ['', ''] },
48
- stringifyOutput: {
49
- brackets: '[]=&[]=',
50
- indices: '[0]=&[1]=',
51
- repeat: '=&='
52
- },
53
- noEmptyKeys: {}
54
- },
55
- {
56
- input: '&=&=&',
57
- withEmptyKeys: { '': ['', ''] },
58
- stringifyOutput: {
59
- brackets: '[]=&[]=',
60
- indices: '[0]=&[1]=',
61
- repeat: '=&='
62
- },
63
- noEmptyKeys: {}
64
- },
65
- {
66
- input: '=',
67
- withEmptyKeys: { '': '' },
68
- noEmptyKeys: {},
69
- stringifyOutput: {
70
- brackets: '=',
71
- indices: '=',
72
- repeat: '='
73
- }
74
- },
75
- {
76
- input: '=&',
77
- withEmptyKeys: { '': '' },
78
- stringifyOutput: {
79
- brackets: '=',
80
- indices: '=',
81
- repeat: '='
82
- },
83
- noEmptyKeys: {}
84
- },
85
- {
86
- input: '=&&&',
87
- withEmptyKeys: { '': '' },
88
- stringifyOutput: {
89
- brackets: '=',
90
- indices: '=',
91
- repeat: '='
92
- },
93
- noEmptyKeys: {}
94
- },
95
- {
96
- input: '=&=&=&',
97
- withEmptyKeys: { '': ['', '', ''] },
98
- stringifyOutput: {
99
- brackets: '[]=&[]=&[]=',
100
- indices: '[0]=&[1]=&[2]=',
101
- repeat: '=&=&='
102
- },
103
- noEmptyKeys: {}
104
- },
105
- {
106
- input: '=&a[]=b&a[1]=c',
107
- withEmptyKeys: { '': '', a: ['b', 'c'] },
108
- stringifyOutput: {
109
- brackets: '=&a[]=b&a[]=c',
110
- indices: '=&a[0]=b&a[1]=c',
111
- repeat: '=&a=b&a=c'
112
- },
113
- noEmptyKeys: { a: ['b', 'c'] }
114
- },
115
- {
116
- input: '=a',
117
- withEmptyKeys: { '': 'a' },
118
- noEmptyKeys: {},
119
- stringifyOutput: {
120
- brackets: '=a',
121
- indices: '=a',
122
- repeat: '=a'
123
- }
124
- },
125
- {
126
- input: 'a==a',
127
- withEmptyKeys: { a: '=a' },
128
- noEmptyKeys: { a: '=a' },
129
- stringifyOutput: {
130
- brackets: 'a==a',
131
- indices: 'a==a',
132
- repeat: 'a==a'
133
- }
134
- },
135
- {
136
- input: '=&a[]=b',
137
- withEmptyKeys: { '': '', a: ['b'] },
138
- stringifyOutput: {
139
- brackets: '=&a[]=b',
140
- indices: '=&a[0]=b',
141
- repeat: '=&a=b'
142
- },
143
- noEmptyKeys: { a: ['b'] }
144
- },
145
- {
146
- input: '=&a[]=b&a[]=c&a[2]=d',
147
- withEmptyKeys: { '': '', a: ['b', 'c', 'd'] },
148
- stringifyOutput: {
149
- brackets: '=&a[]=b&a[]=c&a[]=d',
150
- indices: '=&a[0]=b&a[1]=c&a[2]=d',
151
- repeat: '=&a=b&a=c&a=d'
152
- },
153
- noEmptyKeys: { a: ['b', 'c', 'd'] }
154
- },
155
- {
156
- input: '=a&=b',
157
- withEmptyKeys: { '': ['a', 'b'] },
158
- stringifyOutput: {
159
- brackets: '[]=a&[]=b',
160
- indices: '[0]=a&[1]=b',
161
- repeat: '=a&=b'
162
- },
163
- noEmptyKeys: {}
164
- },
165
- {
166
- input: '=a&foo=b',
167
- withEmptyKeys: { '': 'a', foo: 'b' },
168
- noEmptyKeys: { foo: 'b' },
169
- stringifyOutput: {
170
- brackets: '=a&foo=b',
171
- indices: '=a&foo=b',
172
- repeat: '=a&foo=b'
173
- }
174
- },
175
- {
176
- input: 'a[]=b&a=c&=',
177
- withEmptyKeys: { '': '', a: ['b', 'c'] },
178
- stringifyOutput: {
179
- brackets: '=&a[]=b&a[]=c',
180
- indices: '=&a[0]=b&a[1]=c',
181
- repeat: '=&a=b&a=c'
182
- },
183
- noEmptyKeys: { a: ['b', 'c'] }
184
- },
185
- {
186
- input: 'a[]=b&a=c&=',
187
- withEmptyKeys: { '': '', a: ['b', 'c'] },
188
- stringifyOutput: {
189
- brackets: '=&a[]=b&a[]=c',
190
- indices: '=&a[0]=b&a[1]=c',
191
- repeat: '=&a=b&a=c'
192
- },
193
- noEmptyKeys: { a: ['b', 'c'] }
194
- },
195
- {
196
- input: 'a[0]=b&a=c&=',
197
- withEmptyKeys: { '': '', a: ['b', 'c'] },
198
- stringifyOutput: {
199
- brackets: '=&a[]=b&a[]=c',
200
- indices: '=&a[0]=b&a[1]=c',
201
- repeat: '=&a=b&a=c'
202
- },
203
- noEmptyKeys: { a: ['b', 'c'] }
204
- },
205
- {
206
- input: 'a=b&a[]=c&=',
207
- withEmptyKeys: { '': '', a: ['b', 'c'] },
208
- stringifyOutput: {
209
- brackets: '=&a[]=b&a[]=c',
210
- indices: '=&a[0]=b&a[1]=c',
211
- repeat: '=&a=b&a=c'
212
- },
213
- noEmptyKeys: { a: ['b', 'c'] }
214
- },
215
- {
216
- input: 'a=b&a[0]=c&=',
217
- withEmptyKeys: { '': '', a: ['b', 'c'] },
218
- stringifyOutput: {
219
- brackets: '=&a[]=b&a[]=c',
220
- indices: '=&a[0]=b&a[1]=c',
221
- repeat: '=&a=b&a=c'
222
- },
223
- noEmptyKeys: { a: ['b', 'c'] }
224
- },
225
- {
226
- input: '[]=a&[]=b& []=1',
227
- withEmptyKeys: { '': ['a', 'b'], ' ': ['1'] },
228
- stringifyOutput: {
229
- brackets: '[]=a&[]=b& []=1',
230
- indices: '[0]=a&[1]=b& [0]=1',
231
- repeat: '=a&=b& =1'
232
- },
233
- noEmptyKeys: { 0: 'a', 1: 'b', ' ': ['1'] }
234
- },
235
- {
236
- input: '[0]=a&[1]=b&a[0]=1&a[1]=2',
237
- withEmptyKeys: { '': ['a', 'b'], a: ['1', '2'] },
238
- noEmptyKeys: { 0: 'a', 1: 'b', a: ['1', '2'] },
239
- stringifyOutput: {
240
- brackets: '[]=a&[]=b&a[]=1&a[]=2',
241
- indices: '[0]=a&[1]=b&a[0]=1&a[1]=2',
242
- repeat: '=a&=b&a=1&a=2'
243
- }
244
- },
245
- {
246
- input: '[deep]=a&[deep]=2',
247
- withEmptyKeys: { '': { deep: ['a', '2'] }
248
- },
249
- stringifyOutput: {
250
- brackets: '[deep][]=a&[deep][]=2',
251
- indices: '[deep][0]=a&[deep][1]=2',
252
- repeat: '[deep]=a&[deep]=2'
253
- },
254
- noEmptyKeys: { deep: ['a', '2'] }
255
- },
256
- {
257
- input: '%5B0%5D=a&%5B1%5D=b',
258
- withEmptyKeys: { '': ['a', 'b'] },
259
- stringifyOutput: {
260
- brackets: '[]=a&[]=b',
261
- indices: '[0]=a&[1]=b',
262
- repeat: '=a&=b'
263
- },
264
- noEmptyKeys: { 0: 'a', 1: 'b' }
265
- }
266
- ]
267
- };