node-red-contrib-web-worldmap 2.33.0 → 2.35.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 (127) hide show
  1. package/CHANGELOG.md +2 -0
  2. package/README.md +3 -8
  3. package/node_modules/@turf/bezier-spline/package.json +70 -39
  4. package/node_modules/@turf/helpers/package.json +82 -38
  5. package/node_modules/@turf/invariant/package.json +73 -36
  6. package/node_modules/accepts/package.json +55 -15
  7. package/node_modules/array-flatten/package.json +47 -22
  8. package/node_modules/body-parser/HISTORY.md +0 -6
  9. package/node_modules/body-parser/README.md +1 -1
  10. package/node_modules/body-parser/index.js +9 -8
  11. package/node_modules/body-parser/node_modules/bytes/package.json +62 -20
  12. package/node_modules/body-parser/package.json +57 -18
  13. package/node_modules/bufferjs/package.json +65 -17
  14. package/node_modules/bufferlist/package.json +51 -15
  15. package/node_modules/call-bind/package.json +106 -78
  16. package/node_modules/cgi/package.json +46 -10
  17. package/node_modules/compressible/package.json +58 -15
  18. package/node_modules/compression/node_modules/bytes/package.json +84 -0
  19. package/node_modules/compression/package.json +52 -10
  20. package/node_modules/content-disposition/node_modules/safe-buffer/package.json +43 -18
  21. package/node_modules/content-disposition/package.json +49 -14
  22. package/node_modules/content-type/package.json +54 -15
  23. package/node_modules/cookie/package.json +52 -14
  24. package/node_modules/cookie-signature/package.json +47 -8
  25. package/node_modules/debug/package.json +68 -21
  26. package/node_modules/depd/package.json +51 -13
  27. package/node_modules/destroy/package.json +50 -15
  28. package/node_modules/ee-first/package.json +43 -9
  29. package/node_modules/encodeurl/package.json +52 -14
  30. package/node_modules/escape-html/package.json +47 -12
  31. package/node_modules/etag/package.json +54 -15
  32. package/node_modules/express/History.md +0 -9
  33. package/node_modules/express/Readme.md +2 -2
  34. package/node_modules/express/lib/router/route.js +8 -8
  35. package/node_modules/express/node_modules/safe-buffer/package.json +43 -18
  36. package/node_modules/express/package.json +88 -33
  37. package/node_modules/extend/package.json +78 -42
  38. package/node_modules/faye-websocket/package.json +64 -33
  39. package/node_modules/finalhandler/package.json +44 -9
  40. package/node_modules/forwarded/package.json +49 -14
  41. package/node_modules/fresh/package.json +61 -17
  42. package/node_modules/function-bind/package.json +56 -23
  43. package/node_modules/get-intrinsic/package.json +118 -89
  44. package/node_modules/has/package.json +46 -21
  45. package/node_modules/has-symbols/package.json +124 -99
  46. package/node_modules/header-stack/package.json +48 -14
  47. package/node_modules/http-errors/package.json +63 -18
  48. package/node_modules/iconv-lite/package.json +77 -43
  49. package/node_modules/inherits/package.json +44 -12
  50. package/node_modules/ipaddr.js/package.json +48 -13
  51. package/node_modules/media-typer/package.json +43 -8
  52. package/node_modules/merge-descriptors/package.json +47 -10
  53. package/node_modules/methods/package.json +60 -17
  54. package/node_modules/mime/package.json +45 -13
  55. package/node_modules/mime-db/HISTORY.md +0 -8
  56. package/node_modules/mime-db/LICENSE +18 -19
  57. package/node_modules/mime-db/README.md +1 -1
  58. package/node_modules/mime-db/db.json +6 -54
  59. package/node_modules/mime-db/index.js +0 -1
  60. package/node_modules/mime-db/package.json +67 -24
  61. package/node_modules/mime-types/HISTORY.md +0 -9
  62. package/node_modules/mime-types/README.md +1 -1
  63. package/node_modules/mime-types/package.json +63 -19
  64. package/node_modules/ms/package.json +54 -19
  65. package/node_modules/negotiator/package.json +61 -19
  66. package/node_modules/object-inspect/package.json +76 -48
  67. package/node_modules/on-finished/package.json +50 -8
  68. package/node_modules/on-headers/package.json +52 -14
  69. package/node_modules/parseurl/package.json +54 -10
  70. package/node_modules/path-to-regexp/package.json +44 -15
  71. package/node_modules/proxy-addr/package.json +49 -14
  72. package/node_modules/qs/.editorconfig +0 -3
  73. package/node_modules/qs/.eslintrc +5 -5
  74. package/node_modules/qs/CHANGELOG.md +0 -158
  75. package/node_modules/qs/README.md +1 -3
  76. package/node_modules/qs/dist/qs.js +9 -19
  77. package/node_modules/qs/lib/stringify.js +3 -12
  78. package/node_modules/qs/package.json +98 -73
  79. package/node_modules/qs/test/parse.js +0 -14
  80. package/node_modules/qs/test/stringify.js +10 -54
  81. package/node_modules/range-parser/package.json +68 -18
  82. package/node_modules/raw-body/node_modules/bytes/package.json +62 -20
  83. package/node_modules/raw-body/package.json +51 -9
  84. package/node_modules/safe-buffer/package.json +36 -5
  85. package/node_modules/safer-buffer/package.json +42 -13
  86. package/node_modules/send/node_modules/ms/package.json +52 -20
  87. package/node_modules/send/package.json +62 -17
  88. package/node_modules/serve-static/package.json +44 -9
  89. package/node_modules/setprototypeof/package.json +55 -27
  90. package/node_modules/side-channel/package.json +93 -65
  91. package/node_modules/sockjs/package.json +70 -43
  92. package/node_modules/statuses/package.json +61 -19
  93. package/node_modules/stream-stack/package.json +43 -11
  94. package/node_modules/toidentifier/package.json +51 -9
  95. package/node_modules/type-is/package.json +55 -12
  96. package/node_modules/unpipe/package.json +45 -8
  97. package/node_modules/utils-merge/package.json +45 -19
  98. package/node_modules/uuid/package.json +99 -70
  99. package/node_modules/vary/package.json +52 -13
  100. package/node_modules/websocket-driver/node_modules/http-parser-js/README.md +31 -0
  101. package/node_modules/{http-parser-js → websocket-driver/node_modules/http-parser-js}/http-parser.js +7 -12
  102. package/node_modules/websocket-driver/node_modules/http-parser-js/package.json +75 -0
  103. package/node_modules/websocket-driver/package.json +68 -33
  104. package/node_modules/websocket-extensions/package.json +61 -27
  105. package/package.json +1 -1
  106. package/worldmap/worldmap.js +6 -5
  107. package/node_modules/bytes/package.json +0 -39
  108. package/node_modules/faye-websocket/CHANGELOG.md +0 -139
  109. package/node_modules/header-stack/headers.js +0 -33
  110. package/node_modules/header-stack/index.js +0 -2
  111. package/node_modules/header-stack/parser.js +0 -131
  112. package/node_modules/header-stack/tests/dumps/multipart-folded-headers.eml +0 -27
  113. package/node_modules/header-stack/tests/dumps/simple-curl-get.dump +0 -5
  114. package/node_modules/header-stack/tests/test-empty.js +0 -15
  115. package/node_modules/header-stack/tests/test-multipart-folded-headers.js +0 -21
  116. package/node_modules/header-stack/tests/test-simple-curl-get.js +0 -32
  117. package/node_modules/http-parser-js/README.md +0 -43
  118. package/node_modules/http-parser-js/http-parser.d.ts +0 -175
  119. package/node_modules/http-parser-js/package.json +0 -30
  120. package/node_modules/path-to-regexp/History.md +0 -36
  121. package/node_modules/websocket-driver/CHANGELOG.md +0 -142
  122. package/node_modules/websocket-extensions/CHANGELOG.md +0 -28
  123. /package/node_modules/{bytes → compression/node_modules/bytes}/History.md +0 -0
  124. /package/node_modules/{bytes → compression/node_modules/bytes}/LICENSE +0 -0
  125. /package/node_modules/{bytes → compression/node_modules/bytes}/Readme.md +0 -0
  126. /package/node_modules/{bytes → compression/node_modules/bytes}/index.js +0 -0
  127. /package/node_modules/{http-parser-js → websocket-driver/node_modules/http-parser-js}/LICENSE.md +0 -0
package/CHANGELOG.md CHANGED
@@ -1,5 +1,7 @@
1
1
  ### Change Log for Node-RED Worldmap
2
2
 
3
+ - v2.35.0 - Let clickable:false work for markers as well.
4
+ - v2.34.0 - Let icon "url" be a local fixed path (PR #223)
3
5
  - v2.33.0 - Let shapes create click event. (from PR #221)
4
6
  Fix heatmap delete point bug. Issue #222
5
7
  - v2.32.3 - Fix map split in iframe position
package/README.md CHANGED
@@ -11,6 +11,8 @@ map web page for plotting "things" on.
11
11
 
12
12
  ### Updates
13
13
 
14
+ - v2.35.0 - Let clickable:false work for markers as well.
15
+ - v2.34.0 - Let icon "url" be a local fixed path (PR #223)
14
16
  - v2.33.0 - Let shapes create click event. (from PR #221)
15
17
  Fix heatmap delete point bug. Issue #222
16
18
  - v2.32.2 - Fix map split in iframe position
@@ -25,14 +27,6 @@ map web page for plotting "things" on.
25
27
  - v2.30.2 - Fix for bad handling of mapbox id. Issue #208
26
28
  - v2.30.1 - Don't resend bounds if not changed. Issue #209
27
29
  - v2.30.0 - Add show/hide ruler option. PR #206
28
- - v2.29.0 - Change locate to be a toggle and add command (trackme) to set style. Issue #202
29
- - v2.28.3 - Let button declaration be an array
30
- - v2.28.1 - Fix layer command bug for non-core layers. Issue #195
31
- - v2.28.0 - Better Handling of sidc icons in geojson
32
- - v2.27.3 - Try to handle greatcircles crossing antimeridian
33
- - v2.27.1 - Reload existing markers for late joiners
34
- - v2.26.1 - Add QTH/Maidenhead option also
35
- - v2.26.0 - Add UTM and MGRS to coordinate display options.
36
30
 
37
31
  - see [CHANGELOG](https://github.com/dceejay/RedMap/blob/master/CHANGELOG.md) for full list of changes.
38
32
 
@@ -74,6 +68,7 @@ Optional properties include
74
68
  - **weblink** : adds a link to an external page. Either set a url as a *string*, or an *object* like `{"name":"BBC News", "url":"https://news.bbc.co.uk", "target":"_new"}`, or multiple links with an *array of objects* `[{"name":"BBC News", "url":"https://news.bbc.co.uk", "target":"_new"},{"name":"node-red", "url":"https://nodered.org", "target":"_new"}]`
75
69
  - **addtoheatmap** : set to <i>false</i> to exclude point from contributing to the heatmap layer. (default true)
76
70
  - **intensity** : set to a value of 0.1 - 1.0 to set the intensity of the point on the heatmap layer. (default 1.0)
71
+ - **clickable** : Default true. Setting to false disables showing any popup.
77
72
  - **popped** : set to true to automatically open the popup info box, set to false to close it.
78
73
  - **popup** : html to fill the popup if you don't want the automatic default of the properties list. Using this overrides photourl, videourl and weblink options.
79
74
  - **label** : displays the contents as a permanent label next to the marker, or
@@ -1,30 +1,55 @@
1
1
  {
2
- "name": "@turf/bezier-spline",
3
- "version": "6.5.0",
4
- "description": "turf bezier-spline module",
5
- "author": "Turf Authors",
6
- "license": "MIT",
2
+ "_args": [
3
+ [
4
+ "@turf/bezier-spline@6.5.0",
5
+ "/Users/conway/Projects/worldmap"
6
+ ]
7
+ ],
8
+ "_from": "@turf/bezier-spline@6.5.0",
9
+ "_id": "@turf/bezier-spline@6.5.0",
10
+ "_inBundle": false,
11
+ "_integrity": "sha512-vokPaurTd4PF96rRgGVm6zYYC5r1u98ZsG+wZEv9y3kJTuJRX/O3xIY2QnTGTdbVmAJN1ouOsD0RoZYaVoXORQ==",
12
+ "_location": "/@turf/bezier-spline",
13
+ "_phantomChildren": {},
14
+ "_requested": {
15
+ "type": "version",
16
+ "registry": true,
17
+ "raw": "@turf/bezier-spline@6.5.0",
18
+ "name": "@turf/bezier-spline",
19
+ "escapedName": "@turf%2fbezier-spline",
20
+ "scope": "@turf",
21
+ "rawSpec": "6.5.0",
22
+ "saveSpec": null,
23
+ "fetchSpec": "6.5.0"
24
+ },
25
+ "_requiredBy": [
26
+ "/"
27
+ ],
28
+ "_resolved": "https://registry.npmjs.org/@turf/bezier-spline/-/bezier-spline-6.5.0.tgz",
29
+ "_spec": "6.5.0",
30
+ "_where": "/Users/conway/Projects/worldmap",
31
+ "author": {
32
+ "name": "Turf Authors"
33
+ },
7
34
  "bugs": {
8
35
  "url": "https://github.com/Turfjs/turf/issues"
9
36
  },
10
- "homepage": "https://github.com/Turfjs/turf",
11
- "repository": {
12
- "type": "git",
13
- "url": "git://github.com/Turfjs/turf.git"
37
+ "dependencies": {
38
+ "@turf/helpers": "^6.5.0",
39
+ "@turf/invariant": "^6.5.0"
14
40
  },
15
- "funding": "https://opencollective.com/turf",
16
- "publishConfig": {
17
- "access": "public"
41
+ "description": "turf bezier-spline module",
42
+ "devDependencies": {
43
+ "@types/tape": "*",
44
+ "benchmark": "*",
45
+ "load-json-file": "*",
46
+ "npm-run-all": "*",
47
+ "tape": "*",
48
+ "ts-node": "*",
49
+ "tslint": "*",
50
+ "typescript": "*",
51
+ "write-json-file": "*"
18
52
  },
19
- "keywords": [
20
- "turf",
21
- "geometry",
22
- "bezier",
23
- "curve",
24
- "linestring"
25
- ],
26
- "main": "dist/js/index.js",
27
- "module": "dist/es/index.js",
28
53
  "exports": {
29
54
  "./package.json": "./package.json",
30
55
  ".": {
@@ -32,11 +57,30 @@
32
57
  "require": "./dist/js/index.js"
33
58
  }
34
59
  },
35
- "types": "dist/js/index.d.ts",
36
- "sideEffects": false,
37
60
  "files": [
38
61
  "dist"
39
62
  ],
63
+ "funding": "https://opencollective.com/turf",
64
+ "gitHead": "5375941072b90d489389db22b43bfe809d5e451e",
65
+ "homepage": "https://github.com/Turfjs/turf",
66
+ "keywords": [
67
+ "turf",
68
+ "geometry",
69
+ "bezier",
70
+ "curve",
71
+ "linestring"
72
+ ],
73
+ "license": "MIT",
74
+ "main": "dist/js/index.js",
75
+ "module": "dist/es/index.js",
76
+ "name": "@turf/bezier-spline",
77
+ "publishConfig": {
78
+ "access": "public"
79
+ },
80
+ "repository": {
81
+ "type": "git",
82
+ "url": "git://github.com/Turfjs/turf.git"
83
+ },
40
84
  "scripts": {
41
85
  "bench": "ts-node bench.js",
42
86
  "build": "npm-run-all build:*",
@@ -46,20 +90,7 @@
46
90
  "test": "npm-run-all test:*",
47
91
  "test:tape": "ts-node -r esm test.js"
48
92
  },
49
- "devDependencies": {
50
- "@types/tape": "*",
51
- "benchmark": "*",
52
- "load-json-file": "*",
53
- "npm-run-all": "*",
54
- "tape": "*",
55
- "ts-node": "*",
56
- "tslint": "*",
57
- "typescript": "*",
58
- "write-json-file": "*"
59
- },
60
- "dependencies": {
61
- "@turf/helpers": "^6.5.0",
62
- "@turf/invariant": "^6.5.0"
63
- },
64
- "gitHead": "5375941072b90d489389db22b43bfe809d5e451e"
93
+ "sideEffects": false,
94
+ "types": "dist/js/index.d.ts",
95
+ "version": "6.5.0"
65
96
  }
@@ -1,35 +1,68 @@
1
1
  {
2
- "name": "@turf/helpers",
3
- "version": "6.5.0",
4
- "description": "turf helpers module",
5
- "author": "Turf Authors",
6
- "contributors": [
7
- "Tom MacWright <@tmcw>",
8
- "Stefano Borghi <@stebogit>",
9
- "Denis Carriere <@DenisCarriere>",
10
- "William Nordmann <@wnordmann>"
2
+ "_args": [
3
+ [
4
+ "@turf/helpers@6.5.0",
5
+ "/Users/conway/Projects/worldmap"
6
+ ]
11
7
  ],
12
- "license": "MIT",
13
- "bugs": {
14
- "url": "https://github.com/Turfjs/turf/issues"
8
+ "_from": "@turf/helpers@6.5.0",
9
+ "_id": "@turf/helpers@6.5.0",
10
+ "_inBundle": false,
11
+ "_integrity": "sha512-VbI1dV5bLFzohYYdgqwikdMVpe7pJ9X3E+dlr425wa2/sMJqYDhTO++ec38/pcPvPE6oD9WEEeU3Xu3gza+VPw==",
12
+ "_location": "/@turf/helpers",
13
+ "_phantomChildren": {},
14
+ "_requested": {
15
+ "type": "version",
16
+ "registry": true,
17
+ "raw": "@turf/helpers@6.5.0",
18
+ "name": "@turf/helpers",
19
+ "escapedName": "@turf%2fhelpers",
20
+ "scope": "@turf",
21
+ "rawSpec": "6.5.0",
22
+ "saveSpec": null,
23
+ "fetchSpec": "6.5.0"
15
24
  },
16
- "homepage": "https://github.com/Turfjs/turf",
17
- "repository": {
18
- "type": "git",
19
- "url": "git://github.com/Turfjs/turf.git"
25
+ "_requiredBy": [
26
+ "/@turf/bezier-spline",
27
+ "/@turf/invariant"
28
+ ],
29
+ "_resolved": "https://registry.npmjs.org/@turf/helpers/-/helpers-6.5.0.tgz",
30
+ "_spec": "6.5.0",
31
+ "_where": "/Users/conway/Projects/worldmap",
32
+ "author": {
33
+ "name": "Turf Authors"
20
34
  },
21
- "funding": "https://opencollective.com/turf",
22
- "publishConfig": {
23
- "access": "public"
35
+ "bugs": {
36
+ "url": "https://github.com/Turfjs/turf/issues"
24
37
  },
25
- "keywords": [
26
- "geo",
27
- "point",
28
- "turf",
29
- "geojson"
38
+ "contributors": [
39
+ {
40
+ "name": "Tom MacWright",
41
+ "email": "@tmcw"
42
+ },
43
+ {
44
+ "name": "Stefano Borghi",
45
+ "email": "@stebogit"
46
+ },
47
+ {
48
+ "name": "Denis Carriere",
49
+ "email": "@DenisCarriere"
50
+ },
51
+ {
52
+ "name": "William Nordmann",
53
+ "email": "@wnordmann"
54
+ }
30
55
  ],
31
- "main": "dist/js/index.js",
32
- "module": "dist/es/index.js",
56
+ "description": "turf helpers module",
57
+ "devDependencies": {
58
+ "@types/tape": "*",
59
+ "benchmark": "*",
60
+ "npm-run-all": "*",
61
+ "tape": "*",
62
+ "ts-node": "*",
63
+ "tslint": "*",
64
+ "typescript": "*"
65
+ },
33
66
  "exports": {
34
67
  "./package.json": "./package.json",
35
68
  ".": {
@@ -37,11 +70,29 @@
37
70
  "require": "./dist/js/index.js"
38
71
  }
39
72
  },
40
- "types": "dist/js/index.d.ts",
41
- "sideEffects": false,
42
73
  "files": [
43
74
  "dist"
44
75
  ],
76
+ "funding": "https://opencollective.com/turf",
77
+ "gitHead": "5375941072b90d489389db22b43bfe809d5e451e",
78
+ "homepage": "https://github.com/Turfjs/turf",
79
+ "keywords": [
80
+ "geo",
81
+ "point",
82
+ "turf",
83
+ "geojson"
84
+ ],
85
+ "license": "MIT",
86
+ "main": "dist/js/index.js",
87
+ "module": "dist/es/index.js",
88
+ "name": "@turf/helpers",
89
+ "publishConfig": {
90
+ "access": "public"
91
+ },
92
+ "repository": {
93
+ "type": "git",
94
+ "url": "git://github.com/Turfjs/turf.git"
95
+ },
45
96
  "scripts": {
46
97
  "bench": "ts-node bench.js",
47
98
  "build": "npm-run-all build:*",
@@ -52,14 +103,7 @@
52
103
  "test:tape": "ts-node -r esm test.js",
53
104
  "test:types": "tsc --esModuleInterop --noEmit types.ts"
54
105
  },
55
- "devDependencies": {
56
- "@types/tape": "*",
57
- "benchmark": "*",
58
- "npm-run-all": "*",
59
- "tape": "*",
60
- "ts-node": "*",
61
- "tslint": "*",
62
- "typescript": "*"
63
- },
64
- "gitHead": "5375941072b90d489389db22b43bfe809d5e451e"
106
+ "sideEffects": false,
107
+ "types": "dist/js/index.d.ts",
108
+ "version": "6.5.0"
65
109
  }
@@ -1,32 +1,61 @@
1
1
  {
2
- "name": "@turf/invariant",
3
- "version": "6.5.0",
4
- "description": "turf invariant module",
5
- "author": "Turf Authors",
6
- "contributors": [
7
- "Tom MacWright <@tmcw>",
8
- "Denis Carriere <@DenisCarriere>"
2
+ "_args": [
3
+ [
4
+ "@turf/invariant@6.5.0",
5
+ "/Users/conway/Projects/worldmap"
6
+ ]
9
7
  ],
10
- "license": "MIT",
8
+ "_from": "@turf/invariant@6.5.0",
9
+ "_id": "@turf/invariant@6.5.0",
10
+ "_inBundle": false,
11
+ "_integrity": "sha512-Wv8PRNCtPD31UVbdJE/KVAWKe7l6US+lJItRR/HOEW3eh+U/JwRCSUl/KZ7bmjM/C+zLNoreM2TU6OoLACs4eg==",
12
+ "_location": "/@turf/invariant",
13
+ "_phantomChildren": {},
14
+ "_requested": {
15
+ "type": "version",
16
+ "registry": true,
17
+ "raw": "@turf/invariant@6.5.0",
18
+ "name": "@turf/invariant",
19
+ "escapedName": "@turf%2finvariant",
20
+ "scope": "@turf",
21
+ "rawSpec": "6.5.0",
22
+ "saveSpec": null,
23
+ "fetchSpec": "6.5.0"
24
+ },
25
+ "_requiredBy": [
26
+ "/@turf/bezier-spline"
27
+ ],
28
+ "_resolved": "https://registry.npmjs.org/@turf/invariant/-/invariant-6.5.0.tgz",
29
+ "_spec": "6.5.0",
30
+ "_where": "/Users/conway/Projects/worldmap",
31
+ "author": {
32
+ "name": "Turf Authors"
33
+ },
11
34
  "bugs": {
12
35
  "url": "https://github.com/Turfjs/turf/issues"
13
36
  },
14
- "homepage": "https://github.com/Turfjs/turf",
15
- "repository": {
16
- "type": "git",
17
- "url": "git://github.com/Turfjs/turf.git"
37
+ "contributors": [
38
+ {
39
+ "name": "Tom MacWright",
40
+ "email": "@tmcw"
41
+ },
42
+ {
43
+ "name": "Denis Carriere",
44
+ "email": "@DenisCarriere"
45
+ }
46
+ ],
47
+ "dependencies": {
48
+ "@turf/helpers": "^6.5.0"
18
49
  },
19
- "funding": "https://opencollective.com/turf",
20
- "publishConfig": {
21
- "access": "public"
50
+ "description": "turf invariant module",
51
+ "devDependencies": {
52
+ "benchmark": "*",
53
+ "npm-run-all": "*",
54
+ "tape": "*",
55
+ "ts-node": "*",
56
+ "tslint": "*",
57
+ "typescript": "*"
22
58
  },
23
- "keywords": [
24
- "turf",
25
- "invariant",
26
- "expectations"
27
- ],
28
- "main": "dist/js/index.js",
29
- "module": "dist/es/index.js",
30
59
  "exports": {
31
60
  "./package.json": "./package.json",
32
61
  ".": {
@@ -34,11 +63,28 @@
34
63
  "require": "./dist/js/index.js"
35
64
  }
36
65
  },
37
- "types": "dist/js/index.d.ts",
38
- "sideEffects": false,
39
66
  "files": [
40
67
  "dist"
41
68
  ],
69
+ "funding": "https://opencollective.com/turf",
70
+ "gitHead": "5375941072b90d489389db22b43bfe809d5e451e",
71
+ "homepage": "https://github.com/Turfjs/turf",
72
+ "keywords": [
73
+ "turf",
74
+ "invariant",
75
+ "expectations"
76
+ ],
77
+ "license": "MIT",
78
+ "main": "dist/js/index.js",
79
+ "module": "dist/es/index.js",
80
+ "name": "@turf/invariant",
81
+ "publishConfig": {
82
+ "access": "public"
83
+ },
84
+ "repository": {
85
+ "type": "git",
86
+ "url": "git://github.com/Turfjs/turf.git"
87
+ },
42
88
  "scripts": {
43
89
  "bench": "ts-node bench.js",
44
90
  "build": "npm-run-all build:*",
@@ -49,16 +95,7 @@
49
95
  "test:tape": "ts-node -r esm test.js",
50
96
  "test:types": "tsc --esModuleInterop --noEmit types.ts"
51
97
  },
52
- "devDependencies": {
53
- "benchmark": "*",
54
- "npm-run-all": "*",
55
- "tape": "*",
56
- "ts-node": "*",
57
- "tslint": "*",
58
- "typescript": "*"
59
- },
60
- "dependencies": {
61
- "@turf/helpers": "^6.5.0"
62
- },
63
- "gitHead": "5375941072b90d489389db22b43bfe809d5e451e"
98
+ "sideEffects": false,
99
+ "types": "dist/js/index.d.ts",
100
+ "version": "6.5.0"
64
101
  }
@@ -1,17 +1,49 @@
1
1
  {
2
- "name": "accepts",
3
- "description": "Higher-level content negotiation",
4
- "version": "1.3.8",
2
+ "_from": "accepts@~1.3.5",
3
+ "_id": "accepts@1.3.8",
4
+ "_inBundle": false,
5
+ "_integrity": "sha512-PYAthTa2m2VKxuvSD3DPC/Gy+U+sOA1LAuT8mkmRuvw+NACSaeXEQ+NHcVF7rONl6qcaxV3Uuemwawk+7+SJLw==",
6
+ "_location": "/node-red-contrib-web-worldmap/accepts",
7
+ "_phantomChildren": {},
8
+ "_requested": {
9
+ "type": "range",
10
+ "registry": true,
11
+ "raw": "accepts@~1.3.5",
12
+ "name": "accepts",
13
+ "escapedName": "accepts",
14
+ "rawSpec": "~1.3.5",
15
+ "saveSpec": null,
16
+ "fetchSpec": "~1.3.5"
17
+ },
18
+ "_requiredBy": [
19
+ "/node-red-contrib-web-worldmap/compression",
20
+ "/node-red-contrib-web-worldmap/express"
21
+ ],
22
+ "_resolved": "https://registry.npmjs.org/accepts/-/accepts-1.3.8.tgz",
23
+ "_shasum": "0bf0be125b67014adcb0b0921e62db7bffe16b2e",
24
+ "_spec": "accepts@~1.3.5",
25
+ "_where": "/Users/conway/Projects/worldmap/node_modules/compression",
26
+ "bugs": {
27
+ "url": "https://github.com/jshttp/accepts/issues"
28
+ },
29
+ "bundleDependencies": false,
5
30
  "contributors": [
6
- "Douglas Christopher Wilson <doug@somethingdoug.com>",
7
- "Jonathan Ong <me@jongleberry.com> (http://jongleberry.com)"
31
+ {
32
+ "name": "Douglas Christopher Wilson",
33
+ "email": "doug@somethingdoug.com"
34
+ },
35
+ {
36
+ "name": "Jonathan Ong",
37
+ "email": "me@jongleberry.com",
38
+ "url": "http://jongleberry.com"
39
+ }
8
40
  ],
9
- "license": "MIT",
10
- "repository": "jshttp/accepts",
11
41
  "dependencies": {
12
42
  "mime-types": "~2.1.34",
13
43
  "negotiator": "0.6.3"
14
44
  },
45
+ "deprecated": false,
46
+ "description": "Higher-level content negotiation",
15
47
  "devDependencies": {
16
48
  "deep-equal": "1.0.1",
17
49
  "eslint": "7.32.0",
@@ -24,13 +56,26 @@
24
56
  "mocha": "9.2.0",
25
57
  "nyc": "15.1.0"
26
58
  },
59
+ "engines": {
60
+ "node": ">= 0.6"
61
+ },
27
62
  "files": [
28
63
  "LICENSE",
29
64
  "HISTORY.md",
30
65
  "index.js"
31
66
  ],
32
- "engines": {
33
- "node": ">= 0.6"
67
+ "homepage": "https://github.com/jshttp/accepts#readme",
68
+ "keywords": [
69
+ "content",
70
+ "negotiation",
71
+ "accept",
72
+ "accepts"
73
+ ],
74
+ "license": "MIT",
75
+ "name": "accepts",
76
+ "repository": {
77
+ "type": "git",
78
+ "url": "git+https://github.com/jshttp/accepts.git"
34
79
  },
35
80
  "scripts": {
36
81
  "lint": "eslint .",
@@ -38,10 +83,5 @@
38
83
  "test-ci": "nyc --reporter=lcov --reporter=text npm test",
39
84
  "test-cov": "nyc --reporter=html --reporter=text npm test"
40
85
  },
41
- "keywords": [
42
- "content",
43
- "negotiation",
44
- "accept",
45
- "accepts"
46
- ]
86
+ "version": "1.3.8"
47
87
  }
@@ -1,39 +1,64 @@
1
1
  {
2
- "name": "array-flatten",
3
- "version": "1.1.1",
4
- "description": "Flatten an array of nested arrays into a single flat array",
5
- "main": "array-flatten.js",
6
- "files": [
7
- "array-flatten.js",
8
- "LICENSE"
9
- ],
10
- "scripts": {
11
- "test": "istanbul cover _mocha -- -R spec"
12
- },
13
- "repository": {
14
- "type": "git",
15
- "url": "git://github.com/blakeembrey/array-flatten.git"
2
+ "_from": "array-flatten@1.1.1",
3
+ "_id": "array-flatten@1.1.1",
4
+ "_inBundle": false,
5
+ "_integrity": "sha512-PCVAQswWemu6UdxsDFFX/+gVeYqKAod3D3UVm91jHwynguOwAvYPhx8nNlM++NqRcK6CxxpUafjmhIdKiHibqg==",
6
+ "_location": "/array-flatten",
7
+ "_phantomChildren": {},
8
+ "_requested": {
9
+ "type": "version",
10
+ "registry": true,
11
+ "raw": "array-flatten@1.1.1",
12
+ "name": "array-flatten",
13
+ "escapedName": "array-flatten",
14
+ "rawSpec": "1.1.1",
15
+ "saveSpec": null,
16
+ "fetchSpec": "1.1.1"
16
17
  },
17
- "keywords": [
18
- "array",
19
- "flatten",
20
- "arguments",
21
- "depth"
18
+ "_requiredBy": [
19
+ "/express"
22
20
  ],
21
+ "_resolved": "https://registry.npmjs.org/array-flatten/-/array-flatten-1.1.1.tgz",
22
+ "_shasum": "9a5f699051b1e7073328f2a008968b64ea2955d2",
23
+ "_spec": "array-flatten@1.1.1",
24
+ "_where": "/Users/conway/Projects/worldmap/node_modules/express",
23
25
  "author": {
24
26
  "name": "Blake Embrey",
25
27
  "email": "hello@blakeembrey.com",
26
28
  "url": "http://blakeembrey.me"
27
29
  },
28
- "license": "MIT",
29
30
  "bugs": {
30
31
  "url": "https://github.com/blakeembrey/array-flatten/issues"
31
32
  },
32
- "homepage": "https://github.com/blakeembrey/array-flatten",
33
+ "bundleDependencies": false,
34
+ "deprecated": false,
35
+ "description": "Flatten an array of nested arrays into a single flat array",
33
36
  "devDependencies": {
34
37
  "istanbul": "^0.3.13",
35
38
  "mocha": "^2.2.4",
36
39
  "pre-commit": "^1.0.7",
37
40
  "standard": "^3.7.3"
38
- }
41
+ },
42
+ "files": [
43
+ "array-flatten.js",
44
+ "LICENSE"
45
+ ],
46
+ "homepage": "https://github.com/blakeembrey/array-flatten",
47
+ "keywords": [
48
+ "array",
49
+ "flatten",
50
+ "arguments",
51
+ "depth"
52
+ ],
53
+ "license": "MIT",
54
+ "main": "array-flatten.js",
55
+ "name": "array-flatten",
56
+ "repository": {
57
+ "type": "git",
58
+ "url": "git://github.com/blakeembrey/array-flatten.git"
59
+ },
60
+ "scripts": {
61
+ "test": "istanbul cover _mocha -- -R spec"
62
+ },
63
+ "version": "1.1.1"
39
64
  }
@@ -1,9 +1,3 @@
1
- 1.20.1 / 2022-10-06
2
- ===================
3
-
4
- * deps: qs@6.11.0
5
- * perf: remove unnecessary object clone
6
-
7
1
  1.20.0 / 2022-04-02
8
2
  ===================
9
3
 
@@ -346,7 +346,7 @@ call `req.setEncoding` when using this module. The `status` property is set to
346
346
 
347
347
  This error will occur when the request is no longer readable when this middleware
348
348
  attempts to read it. This typically means something other than a middleware from
349
- this module read the request body already and the middleware was also configured to
349
+ this module read the reqest body already and the middleware was also configured to
350
350
  read the same request. The `status` property is set to `500` and the `type`
351
351
  property is set to `'stream.not.readable'`.
352
352