node-red-contrib-web-worldmap 2.35.0 → 2.37.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 (112) hide show
  1. package/CHANGELOG.md +2 -0
  2. package/README.md +5 -3
  3. package/node_modules/@turf/bezier-spline/package.json +39 -70
  4. package/node_modules/@turf/helpers/package.json +38 -82
  5. package/node_modules/@turf/invariant/package.json +36 -73
  6. package/node_modules/accepts/package.json +15 -55
  7. package/node_modules/array-flatten/package.json +22 -47
  8. package/node_modules/body-parser/HISTORY.md +6 -0
  9. package/node_modules/body-parser/README.md +1 -1
  10. package/node_modules/body-parser/index.js +8 -9
  11. package/node_modules/body-parser/node_modules/bytes/package.json +20 -62
  12. package/node_modules/body-parser/package.json +18 -57
  13. package/node_modules/bufferjs/package.json +17 -65
  14. package/node_modules/bufferlist/package.json +15 -51
  15. package/node_modules/call-bind/package.json +78 -106
  16. package/node_modules/cgi/package.json +10 -46
  17. package/node_modules/compressible/package.json +15 -58
  18. package/node_modules/compression/node_modules/bytes/package.json +20 -65
  19. package/node_modules/compression/package.json +10 -52
  20. package/node_modules/content-disposition/node_modules/safe-buffer/package.json +18 -43
  21. package/node_modules/content-disposition/package.json +14 -49
  22. package/node_modules/content-type/package.json +15 -54
  23. package/node_modules/cookie/package.json +14 -52
  24. package/node_modules/cookie-signature/package.json +8 -47
  25. package/node_modules/debug/package.json +21 -68
  26. package/node_modules/depd/package.json +13 -51
  27. package/node_modules/destroy/package.json +15 -50
  28. package/node_modules/ee-first/package.json +9 -43
  29. package/node_modules/encodeurl/package.json +14 -52
  30. package/node_modules/escape-html/package.json +12 -47
  31. package/node_modules/etag/package.json +15 -54
  32. package/node_modules/express/History.md +9 -0
  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 +18 -43
  36. package/node_modules/express/package.json +33 -88
  37. package/node_modules/extend/package.json +42 -78
  38. package/node_modules/faye-websocket/package.json +33 -64
  39. package/node_modules/finalhandler/package.json +9 -44
  40. package/node_modules/forwarded/package.json +14 -49
  41. package/node_modules/fresh/package.json +17 -61
  42. package/node_modules/function-bind/package.json +23 -56
  43. package/node_modules/get-intrinsic/package.json +89 -118
  44. package/node_modules/has/package.json +21 -46
  45. package/node_modules/has-symbols/package.json +99 -124
  46. package/node_modules/header-stack/headers.js +33 -0
  47. package/node_modules/header-stack/index.js +2 -0
  48. package/node_modules/header-stack/package.json +14 -48
  49. package/node_modules/header-stack/parser.js +131 -0
  50. package/node_modules/header-stack/tests/dumps/multipart-folded-headers.eml +27 -0
  51. package/node_modules/header-stack/tests/dumps/simple-curl-get.dump +5 -0
  52. package/node_modules/header-stack/tests/test-empty.js +15 -0
  53. package/node_modules/header-stack/tests/test-multipart-folded-headers.js +21 -0
  54. package/node_modules/header-stack/tests/test-simple-curl-get.js +32 -0
  55. package/node_modules/http-errors/package.json +18 -63
  56. package/node_modules/iconv-lite/package.json +43 -77
  57. package/node_modules/inherits/package.json +12 -44
  58. package/node_modules/ipaddr.js/package.json +13 -48
  59. package/node_modules/media-typer/package.json +8 -43
  60. package/node_modules/merge-descriptors/package.json +10 -47
  61. package/node_modules/methods/package.json +17 -60
  62. package/node_modules/mime/package.json +13 -45
  63. package/node_modules/mime-db/HISTORY.md +8 -0
  64. package/node_modules/mime-db/LICENSE +19 -18
  65. package/node_modules/mime-db/README.md +1 -1
  66. package/node_modules/mime-db/db.json +54 -6
  67. package/node_modules/mime-db/index.js +1 -0
  68. package/node_modules/mime-db/package.json +24 -67
  69. package/node_modules/mime-types/HISTORY.md +9 -0
  70. package/node_modules/mime-types/README.md +1 -1
  71. package/node_modules/mime-types/package.json +19 -63
  72. package/node_modules/ms/package.json +19 -54
  73. package/node_modules/negotiator/package.json +19 -61
  74. package/node_modules/object-inspect/package.json +48 -76
  75. package/node_modules/on-finished/package.json +8 -50
  76. package/node_modules/on-headers/package.json +14 -52
  77. package/node_modules/parseurl/package.json +10 -54
  78. package/node_modules/path-to-regexp/package.json +15 -44
  79. package/node_modules/proxy-addr/package.json +14 -49
  80. package/node_modules/qs/.editorconfig +3 -0
  81. package/node_modules/qs/.eslintrc +5 -5
  82. package/node_modules/qs/CHANGELOG.md +158 -0
  83. package/node_modules/qs/README.md +3 -1
  84. package/node_modules/qs/dist/qs.js +19 -9
  85. package/node_modules/qs/lib/stringify.js +12 -3
  86. package/node_modules/qs/package.json +73 -98
  87. package/node_modules/qs/test/parse.js +14 -0
  88. package/node_modules/qs/test/stringify.js +54 -10
  89. package/node_modules/range-parser/package.json +18 -68
  90. package/node_modules/raw-body/node_modules/bytes/package.json +20 -62
  91. package/node_modules/raw-body/package.json +9 -51
  92. package/node_modules/safe-buffer/package.json +5 -36
  93. package/node_modules/safer-buffer/package.json +13 -42
  94. package/node_modules/send/node_modules/ms/package.json +20 -52
  95. package/node_modules/send/package.json +17 -62
  96. package/node_modules/serve-static/package.json +9 -44
  97. package/node_modules/setprototypeof/package.json +27 -55
  98. package/node_modules/side-channel/package.json +65 -93
  99. package/node_modules/sockjs/package.json +43 -70
  100. package/node_modules/statuses/package.json +19 -61
  101. package/node_modules/stream-stack/package.json +11 -43
  102. package/node_modules/toidentifier/package.json +9 -51
  103. package/node_modules/type-is/package.json +12 -55
  104. package/node_modules/unpipe/package.json +8 -45
  105. package/node_modules/utils-merge/package.json +19 -45
  106. package/node_modules/uuid/package.json +70 -99
  107. package/node_modules/vary/package.json +13 -52
  108. package/node_modules/websocket-driver/node_modules/http-parser-js/package.json +18 -65
  109. package/node_modules/websocket-driver/package.json +33 -68
  110. package/node_modules/websocket-extensions/package.json +27 -61
  111. package/package.json +1 -1
  112. package/worldmap/worldmap.js +95 -11
@@ -131,6 +131,38 @@ test('stringify()', function (t) {
131
131
  st.end();
132
132
  });
133
133
 
134
+ t.test('stringifies an array value with one item vs multiple items', function (st) {
135
+ st.test('non-array item', function (s2t) {
136
+ s2t.equal(qs.stringify({ a: 'c' }, { encodeValuesOnly: true, arrayFormat: 'indices' }), 'a=c');
137
+ s2t.equal(qs.stringify({ a: 'c' }, { encodeValuesOnly: true, arrayFormat: 'brackets' }), 'a=c');
138
+ s2t.equal(qs.stringify({ a: 'c' }, { encodeValuesOnly: true, arrayFormat: 'comma' }), 'a=c');
139
+ s2t.equal(qs.stringify({ a: 'c' }, { encodeValuesOnly: true }), 'a=c');
140
+
141
+ s2t.end();
142
+ });
143
+
144
+ st.test('array with a single item', function (s2t) {
145
+ s2t.equal(qs.stringify({ a: ['c'] }, { encodeValuesOnly: true, arrayFormat: 'indices' }), 'a[0]=c');
146
+ s2t.equal(qs.stringify({ a: ['c'] }, { encodeValuesOnly: true, arrayFormat: 'brackets' }), 'a[]=c');
147
+ s2t.equal(qs.stringify({ a: ['c'] }, { encodeValuesOnly: true, arrayFormat: 'comma' }), 'a=c');
148
+ s2t.equal(qs.stringify({ a: ['c'] }, { encodeValuesOnly: true, arrayFormat: 'comma', commaRoundTrip: true }), 'a[]=c'); // so it parses back as an array
149
+ s2t.equal(qs.stringify({ a: ['c'] }, { encodeValuesOnly: true }), 'a[0]=c');
150
+
151
+ s2t.end();
152
+ });
153
+
154
+ st.test('array with multiple items', function (s2t) {
155
+ s2t.equal(qs.stringify({ a: ['c', 'd'] }, { encodeValuesOnly: true, arrayFormat: 'indices' }), 'a[0]=c&a[1]=d');
156
+ s2t.equal(qs.stringify({ a: ['c', 'd'] }, { encodeValuesOnly: true, arrayFormat: 'brackets' }), 'a[]=c&a[]=d');
157
+ s2t.equal(qs.stringify({ a: ['c', 'd'] }, { encodeValuesOnly: true, arrayFormat: 'comma' }), 'a=c,d');
158
+ s2t.equal(qs.stringify({ a: ['c', 'd'] }, { encodeValuesOnly: true }), 'a[0]=c&a[1]=d');
159
+
160
+ s2t.end();
161
+ });
162
+
163
+ st.end();
164
+ });
165
+
134
166
  t.test('stringifies a nested array value', function (st) {
135
167
  st.equal(qs.stringify({ a: { b: ['c', 'd'] } }, { encodeValuesOnly: true, arrayFormat: 'indices' }), 'a[b][0]=c&a[b][1]=d');
136
168
  st.equal(qs.stringify({ a: { b: ['c', 'd'] } }, { encodeValuesOnly: true, arrayFormat: 'brackets' }), 'a[b][]=c&a[b][]=d');
@@ -349,11 +381,13 @@ test('stringify()', function (t) {
349
381
  st.equal(qs.stringify({ a: [], b: [null], c: 'c' }, { encode: false, arrayFormat: 'brackets' }), 'b[]=&c=c');
350
382
  st.equal(qs.stringify({ a: [], b: [null], c: 'c' }, { encode: false, arrayFormat: 'repeat' }), 'b=&c=c');
351
383
  st.equal(qs.stringify({ a: [], b: [null], c: 'c' }, { encode: false, arrayFormat: 'comma' }), 'b=&c=c');
384
+ st.equal(qs.stringify({ a: [], b: [null], c: 'c' }, { encode: false, arrayFormat: 'comma', commaRoundTrip: true }), 'b[]=&c=c');
352
385
  // with strictNullHandling
353
386
  st.equal(qs.stringify({ a: [], b: [null], c: 'c' }, { encode: false, arrayFormat: 'indices', strictNullHandling: true }), 'b[0]&c=c');
354
387
  st.equal(qs.stringify({ a: [], b: [null], c: 'c' }, { encode: false, arrayFormat: 'brackets', strictNullHandling: true }), 'b[]&c=c');
355
388
  st.equal(qs.stringify({ a: [], b: [null], c: 'c' }, { encode: false, arrayFormat: 'repeat', strictNullHandling: true }), 'b&c=c');
356
389
  st.equal(qs.stringify({ a: [], b: [null], c: 'c' }, { encode: false, arrayFormat: 'comma', strictNullHandling: true }), 'b&c=c');
390
+ st.equal(qs.stringify({ a: [], b: [null], c: 'c' }, { encode: false, arrayFormat: 'comma', strictNullHandling: true, commaRoundTrip: true }), 'b[]&c=c');
357
391
  // with skipNulls
358
392
  st.equal(qs.stringify({ a: [], b: [null], c: 'c' }, { encode: false, arrayFormat: 'indices', skipNulls: true }), 'c=c');
359
393
  st.equal(qs.stringify({ a: [], b: [null], c: 'c' }, { encode: false, arrayFormat: 'brackets', skipNulls: true }), 'c=c');
@@ -684,6 +718,18 @@ test('stringify()', function (t) {
684
718
  'a=' + date.getTime(),
685
719
  'works with arrayFormat comma'
686
720
  );
721
+ st.equal(
722
+ qs.stringify(
723
+ { a: [date] },
724
+ {
725
+ serializeDate: function (d) { return d.getTime(); },
726
+ arrayFormat: 'comma',
727
+ commaRoundTrip: true
728
+ }
729
+ ),
730
+ 'a%5B%5D=' + date.getTime(),
731
+ 'works with arrayFormat comma'
732
+ );
687
733
 
688
734
  st.end();
689
735
  });
@@ -714,16 +760,14 @@ test('stringify()', function (t) {
714
760
  });
715
761
 
716
762
  t.test('Edge cases and unknown formats', function (st) {
717
- ['UFO1234', false, 1234, null, {}, []].forEach(
718
- function (format) {
719
- st['throws'](
720
- function () {
721
- qs.stringify({ a: 'b c' }, { format: format });
722
- },
723
- new TypeError('Unknown format option provided.')
724
- );
725
- }
726
- );
763
+ ['UFO1234', false, 1234, null, {}, []].forEach(function (format) {
764
+ st['throws'](
765
+ function () {
766
+ qs.stringify({ a: 'b c' }, { format: format });
767
+ },
768
+ new TypeError('Unknown format option provided.')
769
+ );
770
+ });
727
771
  st.end();
728
772
  });
729
773
 
@@ -1,94 +1,44 @@
1
1
  {
2
- "_args": [
3
- [
4
- "range-parser@1.2.1",
5
- "/Users/conway/Projects/worldmap"
6
- ]
7
- ],
8
- "_from": "range-parser@1.2.1",
9
- "_id": "range-parser@1.2.1",
10
- "_inBundle": false,
11
- "_integrity": "sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==",
12
- "_location": "/range-parser",
13
- "_phantomChildren": {},
14
- "_requested": {
15
- "type": "version",
16
- "registry": true,
17
- "raw": "range-parser@1.2.1",
18
- "name": "range-parser",
19
- "escapedName": "range-parser",
20
- "rawSpec": "1.2.1",
21
- "saveSpec": null,
22
- "fetchSpec": "1.2.1"
23
- },
24
- "_requiredBy": [
25
- "/express",
26
- "/send"
27
- ],
28
- "_resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.2.1.tgz",
29
- "_spec": "1.2.1",
30
- "_where": "/Users/conway/Projects/worldmap",
31
- "author": {
32
- "name": "TJ Holowaychuk",
33
- "email": "tj@vision-media.ca",
34
- "url": "http://tjholowaychuk.com"
35
- },
36
- "bugs": {
37
- "url": "https://github.com/jshttp/range-parser/issues"
38
- },
2
+ "name": "range-parser",
3
+ "author": "TJ Holowaychuk <tj@vision-media.ca> (http://tjholowaychuk.com)",
4
+ "description": "Range header field string parser",
5
+ "version": "1.2.1",
39
6
  "contributors": [
40
- {
41
- "name": "Douglas Christopher Wilson",
42
- "email": "doug@somethingdoug.com"
43
- },
44
- {
45
- "name": "James Wyatt Cready",
46
- "email": "wyatt.cready@lanetix.com"
47
- },
48
- {
49
- "name": "Jonathan Ong",
50
- "email": "me@jongleberry.com",
51
- "url": "http://jongleberry.com"
52
- }
7
+ "Douglas Christopher Wilson <doug@somethingdoug.com>",
8
+ "James Wyatt Cready <wyatt.cready@lanetix.com>",
9
+ "Jonathan Ong <me@jongleberry.com> (http://jongleberry.com)"
53
10
  ],
54
- "description": "Range header field string parser",
11
+ "license": "MIT",
12
+ "keywords": [
13
+ "range",
14
+ "parser",
15
+ "http"
16
+ ],
17
+ "repository": "jshttp/range-parser",
55
18
  "devDependencies": {
56
19
  "deep-equal": "1.0.1",
57
20
  "eslint": "5.16.0",
58
21
  "eslint-config-standard": "12.0.0",
59
- "eslint-plugin-import": "2.17.2",
60
22
  "eslint-plugin-markdown": "1.0.0",
23
+ "eslint-plugin-import": "2.17.2",
61
24
  "eslint-plugin-node": "8.0.1",
62
25
  "eslint-plugin-promise": "4.1.1",
63
26
  "eslint-plugin-standard": "4.0.0",
64
27
  "mocha": "6.1.4",
65
28
  "nyc": "14.1.1"
66
29
  },
67
- "engines": {
68
- "node": ">= 0.6"
69
- },
70
30
  "files": [
71
31
  "HISTORY.md",
72
32
  "LICENSE",
73
33
  "index.js"
74
34
  ],
75
- "homepage": "https://github.com/jshttp/range-parser#readme",
76
- "keywords": [
77
- "range",
78
- "parser",
79
- "http"
80
- ],
81
- "license": "MIT",
82
- "name": "range-parser",
83
- "repository": {
84
- "type": "git",
85
- "url": "git+https://github.com/jshttp/range-parser.git"
35
+ "engines": {
36
+ "node": ">= 0.6"
86
37
  },
87
38
  "scripts": {
88
39
  "lint": "eslint --plugin markdown --ext js,md .",
89
40
  "test": "mocha --reporter spec",
90
41
  "test-cov": "nyc --reporter=html --reporter=text npm test",
91
42
  "test-travis": "nyc --reporter=text npm test"
92
- },
93
- "version": "1.2.1"
43
+ }
94
44
  }
@@ -1,84 +1,42 @@
1
1
  {
2
- "_from": "bytes@3.1.2",
3
- "_id": "bytes@3.1.2",
4
- "_inBundle": false,
5
- "_integrity": "sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==",
6
- "_location": "/node-red-contrib-web-worldmap/raw-body/bytes",
7
- "_phantomChildren": {},
8
- "_requested": {
9
- "type": "version",
10
- "registry": true,
11
- "raw": "bytes@3.1.2",
12
- "name": "bytes",
13
- "escapedName": "bytes",
14
- "rawSpec": "3.1.2",
15
- "saveSpec": null,
16
- "fetchSpec": "3.1.2"
17
- },
18
- "_requiredBy": [
19
- "/node-red-contrib-web-worldmap/raw-body"
20
- ],
21
- "_resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.2.tgz",
22
- "_shasum": "8b0beeb98605adf1b128fa4386403c009e0221a5",
23
- "_spec": "bytes@3.1.2",
24
- "_where": "/Users/conway/Projects/worldmap/node_modules/raw-body",
25
- "author": {
26
- "name": "TJ Holowaychuk",
27
- "email": "tj@vision-media.ca",
28
- "url": "http://tjholowaychuk.com"
29
- },
30
- "bugs": {
31
- "url": "https://github.com/visionmedia/bytes.js/issues"
32
- },
33
- "bundleDependencies": false,
2
+ "name": "bytes",
3
+ "description": "Utility to parse a string bytes to bytes and vice-versa",
4
+ "version": "3.1.2",
5
+ "author": "TJ Holowaychuk <tj@vision-media.ca> (http://tjholowaychuk.com)",
34
6
  "contributors": [
35
- {
36
- "name": "Jed Watson",
37
- "email": "jed.watson@me.com"
38
- },
39
- {
40
- "name": "Théo FIDRY",
41
- "email": "theo.fidry@gmail.com"
42
- }
7
+ "Jed Watson <jed.watson@me.com>",
8
+ "Théo FIDRY <theo.fidry@gmail.com>"
43
9
  ],
44
- "deprecated": false,
45
- "description": "Utility to parse a string bytes to bytes and vice-versa",
10
+ "license": "MIT",
11
+ "keywords": [
12
+ "byte",
13
+ "bytes",
14
+ "utility",
15
+ "parse",
16
+ "parser",
17
+ "convert",
18
+ "converter"
19
+ ],
20
+ "repository": "visionmedia/bytes.js",
46
21
  "devDependencies": {
47
22
  "eslint": "7.32.0",
48
23
  "eslint-plugin-markdown": "2.2.1",
49
24
  "mocha": "9.2.0",
50
25
  "nyc": "15.1.0"
51
26
  },
52
- "engines": {
53
- "node": ">= 0.8"
54
- },
55
27
  "files": [
56
28
  "History.md",
57
29
  "LICENSE",
58
30
  "Readme.md",
59
31
  "index.js"
60
32
  ],
61
- "homepage": "https://github.com/visionmedia/bytes.js#readme",
62
- "keywords": [
63
- "byte",
64
- "bytes",
65
- "utility",
66
- "parse",
67
- "parser",
68
- "convert",
69
- "converter"
70
- ],
71
- "license": "MIT",
72
- "name": "bytes",
73
- "repository": {
74
- "type": "git",
75
- "url": "git+https://github.com/visionmedia/bytes.js.git"
33
+ "engines": {
34
+ "node": ">= 0.8"
76
35
  },
77
36
  "scripts": {
78
37
  "lint": "eslint .",
79
38
  "test": "mocha --check-leaks --reporter spec",
80
39
  "test-ci": "nyc --reporter=lcov --reporter=text npm test",
81
40
  "test-cov": "nyc --reporter=html --reporter=text npm test"
82
- },
83
- "version": "3.1.2"
41
+ }
84
42
  }
@@ -1,54 +1,20 @@
1
1
  {
2
- "_from": "raw-body@2.5.1",
3
- "_id": "raw-body@2.5.1",
4
- "_inBundle": false,
5
- "_integrity": "sha512-qqJBtEyVgS0ZmPGdCFPWJ3FreoqvG4MVQln/kCgF7Olq95IbOp0/BWyMwbdtn4VTvkM8Y7khCQ2Xgk/tcrCXig==",
6
- "_location": "/raw-body",
7
- "_phantomChildren": {},
8
- "_requested": {
9
- "type": "version",
10
- "registry": true,
11
- "raw": "raw-body@2.5.1",
12
- "name": "raw-body",
13
- "escapedName": "raw-body",
14
- "rawSpec": "2.5.1",
15
- "saveSpec": null,
16
- "fetchSpec": "2.5.1"
17
- },
18
- "_requiredBy": [
19
- "/body-parser"
20
- ],
21
- "_resolved": "https://registry.npmjs.org/raw-body/-/raw-body-2.5.1.tgz",
22
- "_shasum": "fe1b1628b181b700215e5fd42389f98b71392857",
23
- "_spec": "raw-body@2.5.1",
24
- "_where": "/Users/conway/Projects/worldmap/node_modules/body-parser",
25
- "author": {
26
- "name": "Jonathan Ong",
27
- "email": "me@jongleberry.com",
28
- "url": "http://jongleberry.com"
29
- },
30
- "bugs": {
31
- "url": "https://github.com/stream-utils/raw-body/issues"
32
- },
33
- "bundleDependencies": false,
2
+ "name": "raw-body",
3
+ "description": "Get and validate the raw body of a readable stream.",
4
+ "version": "2.5.1",
5
+ "author": "Jonathan Ong <me@jongleberry.com> (http://jongleberry.com)",
34
6
  "contributors": [
35
- {
36
- "name": "Douglas Christopher Wilson",
37
- "email": "doug@somethingdoug.com"
38
- },
39
- {
40
- "name": "Raynos",
41
- "email": "raynos2@gmail.com"
42
- }
7
+ "Douglas Christopher Wilson <doug@somethingdoug.com>",
8
+ "Raynos <raynos2@gmail.com>"
43
9
  ],
10
+ "license": "MIT",
11
+ "repository": "stream-utils/raw-body",
44
12
  "dependencies": {
45
13
  "bytes": "3.1.2",
46
14
  "http-errors": "2.0.0",
47
15
  "iconv-lite": "0.4.24",
48
16
  "unpipe": "1.0.0"
49
17
  },
50
- "deprecated": false,
51
- "description": "Get and validate the raw body of a readable stream.",
52
18
  "devDependencies": {
53
19
  "bluebird": "3.7.2",
54
20
  "eslint": "7.32.0",
@@ -74,18 +40,10 @@
74
40
  "index.d.ts",
75
41
  "index.js"
76
42
  ],
77
- "homepage": "https://github.com/stream-utils/raw-body#readme",
78
- "license": "MIT",
79
- "name": "raw-body",
80
- "repository": {
81
- "type": "git",
82
- "url": "git+https://github.com/stream-utils/raw-body.git"
83
- },
84
43
  "scripts": {
85
44
  "lint": "eslint .",
86
45
  "test": "mocha --trace-deprecation --reporter spec --bail --check-leaks test/",
87
46
  "test-ci": "nyc --reporter=lcovonly --reporter=text npm test",
88
47
  "test-cov": "nyc --reporter=html --reporter=text npm test"
89
- },
90
- "version": "2.5.1"
48
+ }
91
49
  }
@@ -1,35 +1,7 @@
1
1
  {
2
- "_args": [
3
- [
4
- "safe-buffer@5.1.2",
5
- "/Users/conway/Projects/worldmap"
6
- ]
7
- ],
8
- "_from": "safe-buffer@5.1.2",
9
- "_id": "safe-buffer@5.1.2",
10
- "_inBundle": false,
11
- "_integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==",
12
- "_location": "/safe-buffer",
13
- "_phantomChildren": {},
14
- "_requested": {
15
- "type": "version",
16
- "registry": true,
17
- "raw": "safe-buffer@5.1.2",
18
- "name": "safe-buffer",
19
- "escapedName": "safe-buffer",
20
- "rawSpec": "5.1.2",
21
- "saveSpec": null,
22
- "fetchSpec": "5.1.2"
23
- },
24
- "_requiredBy": [
25
- "/compression",
26
- "/content-disposition",
27
- "/express",
28
- "/websocket-driver"
29
- ],
30
- "_resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz",
31
- "_spec": "5.1.2",
32
- "_where": "/Users/conway/Projects/worldmap",
2
+ "name": "safe-buffer",
3
+ "description": "Safer Node.js Buffer API",
4
+ "version": "5.1.2",
33
5
  "author": {
34
6
  "name": "Feross Aboukhadijeh",
35
7
  "email": "feross@feross.org",
@@ -38,7 +10,6 @@
38
10
  "bugs": {
39
11
  "url": "https://github.com/feross/safe-buffer/issues"
40
12
  },
41
- "description": "Safer Node.js Buffer API",
42
13
  "devDependencies": {
43
14
  "standard": "*",
44
15
  "tape": "^4.0.0"
@@ -55,14 +26,12 @@
55
26
  ],
56
27
  "license": "MIT",
57
28
  "main": "index.js",
58
- "name": "safe-buffer",
29
+ "types": "index.d.ts",
59
30
  "repository": {
60
31
  "type": "git",
61
32
  "url": "git://github.com/feross/safe-buffer.git"
62
33
  },
63
34
  "scripts": {
64
35
  "test": "standard && tape test/*.js"
65
- },
66
- "types": "index.d.ts",
67
- "version": "5.1.2"
36
+ }
68
37
  }
@@ -1,41 +1,25 @@
1
1
  {
2
- "_args": [
3
- [
4
- "safer-buffer@2.1.2",
5
- "/Users/conway/Projects/worldmap"
6
- ]
7
- ],
8
- "_from": "safer-buffer@2.1.2",
9
- "_id": "safer-buffer@2.1.2",
10
- "_inBundle": false,
11
- "_integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==",
12
- "_location": "/safer-buffer",
13
- "_phantomChildren": {},
14
- "_requested": {
15
- "type": "version",
16
- "registry": true,
17
- "raw": "safer-buffer@2.1.2",
18
- "name": "safer-buffer",
19
- "escapedName": "safer-buffer",
20
- "rawSpec": "2.1.2",
21
- "saveSpec": null,
22
- "fetchSpec": "2.1.2"
2
+ "name": "safer-buffer",
3
+ "version": "2.1.2",
4
+ "description": "Modern Buffer API polyfill without footguns",
5
+ "main": "safer.js",
6
+ "scripts": {
7
+ "browserify-test": "browserify --external tape tests.js > browserify-tests.js && tape browserify-tests.js",
8
+ "test": "standard && tape tests.js"
23
9
  },
24
- "_requiredBy": [
25
- "/iconv-lite"
26
- ],
27
- "_resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz",
28
- "_spec": "2.1.2",
29
- "_where": "/Users/conway/Projects/worldmap",
30
10
  "author": {
31
11
  "name": "Nikita Skovoroda",
32
12
  "email": "chalkerx@gmail.com",
33
13
  "url": "https://github.com/ChALkeR"
34
14
  },
15
+ "license": "MIT",
16
+ "repository": {
17
+ "type": "git",
18
+ "url": "git+https://github.com/ChALkeR/safer-buffer.git"
19
+ },
35
20
  "bugs": {
36
21
  "url": "https://github.com/ChALkeR/safer-buffer/issues"
37
22
  },
38
- "description": "Modern Buffer API polyfill without footguns",
39
23
  "devDependencies": {
40
24
  "standard": "^11.0.1",
41
25
  "tape": "^4.9.0"
@@ -46,18 +30,5 @@
46
30
  "tests.js",
47
31
  "dangerous.js",
48
32
  "safer.js"
49
- ],
50
- "homepage": "https://github.com/ChALkeR/safer-buffer#readme",
51
- "license": "MIT",
52
- "main": "safer.js",
53
- "name": "safer-buffer",
54
- "repository": {
55
- "type": "git",
56
- "url": "git+https://github.com/ChALkeR/safer-buffer.git"
57
- },
58
- "scripts": {
59
- "browserify-test": "browserify --external tape tests.js > browserify-tests.js && tape browserify-tests.js",
60
- "test": "standard && tape tests.js"
61
- },
62
- "version": "2.1.2"
33
+ ]
63
34
  }
@@ -1,40 +1,16 @@
1
1
  {
2
- "_from": "ms@2.1.3",
3
- "_id": "ms@2.1.3",
4
- "_inBundle": false,
5
- "_integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
6
- "_location": "/node-red-contrib-web-worldmap/send/ms",
7
- "_phantomChildren": {},
8
- "_requested": {
9
- "type": "version",
10
- "registry": true,
11
- "raw": "ms@2.1.3",
12
- "name": "ms",
13
- "escapedName": "ms",
14
- "rawSpec": "2.1.3",
15
- "saveSpec": null,
16
- "fetchSpec": "2.1.3"
17
- },
18
- "_requiredBy": [
19
- "/node-red-contrib-web-worldmap/send"
20
- ],
21
- "_resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
22
- "_shasum": "574c8138ce1d2b5861f0b44579dbadd60c6615b2",
23
- "_spec": "ms@2.1.3",
24
- "_where": "/Users/conway/Projects/worldmap/node_modules/send",
25
- "bugs": {
26
- "url": "https://github.com/vercel/ms/issues"
27
- },
28
- "bundleDependencies": false,
29
- "deprecated": false,
2
+ "name": "ms",
3
+ "version": "2.1.3",
30
4
  "description": "Tiny millisecond conversion utility",
31
- "devDependencies": {
32
- "eslint": "4.18.2",
33
- "expect.js": "0.3.1",
34
- "husky": "0.14.3",
35
- "lint-staged": "5.0.0",
36
- "mocha": "4.0.1",
37
- "prettier": "2.0.5"
5
+ "repository": "vercel/ms",
6
+ "main": "./index",
7
+ "files": [
8
+ "index.js"
9
+ ],
10
+ "scripts": {
11
+ "precommit": "lint-staged",
12
+ "lint": "eslint lib/* bin/*",
13
+ "test": "mocha tests.js"
38
14
  },
39
15
  "eslintConfig": {
40
16
  "extends": "eslint:recommended",
@@ -43,11 +19,6 @@
43
19
  "es6": true
44
20
  }
45
21
  },
46
- "files": [
47
- "index.js"
48
- ],
49
- "homepage": "https://github.com/vercel/ms#readme",
50
- "license": "MIT",
51
22
  "lint-staged": {
52
23
  "*.js": [
53
24
  "npm run lint",
@@ -55,16 +26,13 @@
55
26
  "git add"
56
27
  ]
57
28
  },
58
- "main": "./index",
59
- "name": "ms",
60
- "repository": {
61
- "type": "git",
62
- "url": "git+https://github.com/vercel/ms.git"
63
- },
64
- "scripts": {
65
- "lint": "eslint lib/* bin/*",
66
- "precommit": "lint-staged",
67
- "test": "mocha tests.js"
68
- },
69
- "version": "2.1.3"
29
+ "license": "MIT",
30
+ "devDependencies": {
31
+ "eslint": "4.18.2",
32
+ "expect.js": "0.3.1",
33
+ "husky": "0.14.3",
34
+ "lint-staged": "5.0.0",
35
+ "mocha": "4.0.1",
36
+ "prettier": "2.0.5"
37
+ }
70
38
  }