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
@@ -1,57 +1,28 @@
1
1
  {
2
- "_from": "negotiator@0.6.3",
3
- "_id": "negotiator@0.6.3",
4
- "_inBundle": false,
5
- "_integrity": "sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg==",
6
- "_location": "/node-red-contrib-web-worldmap/negotiator",
7
- "_phantomChildren": {},
8
- "_requested": {
9
- "type": "version",
10
- "registry": true,
11
- "raw": "negotiator@0.6.3",
12
- "name": "negotiator",
13
- "escapedName": "negotiator",
14
- "rawSpec": "0.6.3",
15
- "saveSpec": null,
16
- "fetchSpec": "0.6.3"
17
- },
18
- "_requiredBy": [
19
- "/node-red-contrib-web-worldmap/accepts"
20
- ],
21
- "_resolved": "https://registry.npmjs.org/negotiator/-/negotiator-0.6.3.tgz",
22
- "_shasum": "58e323a72fedc0d6f9cd4d31fe49f51479590ccd",
23
- "_spec": "negotiator@0.6.3",
24
- "_where": "/Users/conway/Projects/worldmap/node_modules/accepts",
25
- "bugs": {
26
- "url": "https://github.com/jshttp/negotiator/issues"
27
- },
28
- "bundleDependencies": false,
2
+ "name": "negotiator",
3
+ "description": "HTTP content negotiation",
4
+ "version": "0.6.3",
29
5
  "contributors": [
30
- {
31
- "name": "Douglas Christopher Wilson",
32
- "email": "doug@somethingdoug.com"
33
- },
34
- {
35
- "name": "Federico Romero",
36
- "email": "federico.romero@outboxlabs.com"
37
- },
38
- {
39
- "name": "Isaac Z. Schlueter",
40
- "email": "i@izs.me",
41
- "url": "http://blog.izs.me/"
42
- }
6
+ "Douglas Christopher Wilson <doug@somethingdoug.com>",
7
+ "Federico Romero <federico.romero@outboxlabs.com>",
8
+ "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)"
43
9
  ],
44
- "deprecated": false,
45
- "description": "HTTP content negotiation",
10
+ "license": "MIT",
11
+ "keywords": [
12
+ "http",
13
+ "content negotiation",
14
+ "accept",
15
+ "accept-language",
16
+ "accept-encoding",
17
+ "accept-charset"
18
+ ],
19
+ "repository": "jshttp/negotiator",
46
20
  "devDependencies": {
47
21
  "eslint": "7.32.0",
48
22
  "eslint-plugin-markdown": "2.2.1",
49
23
  "mocha": "9.1.3",
50
24
  "nyc": "15.1.0"
51
25
  },
52
- "engines": {
53
- "node": ">= 0.6"
54
- },
55
26
  "files": [
56
27
  "lib/",
57
28
  "HISTORY.md",
@@ -59,26 +30,13 @@
59
30
  "index.js",
60
31
  "README.md"
61
32
  ],
62
- "homepage": "https://github.com/jshttp/negotiator#readme",
63
- "keywords": [
64
- "http",
65
- "content negotiation",
66
- "accept",
67
- "accept-language",
68
- "accept-encoding",
69
- "accept-charset"
70
- ],
71
- "license": "MIT",
72
- "name": "negotiator",
73
- "repository": {
74
- "type": "git",
75
- "url": "git+https://github.com/jshttp/negotiator.git"
33
+ "engines": {
34
+ "node": ">= 0.6"
76
35
  },
77
36
  "scripts": {
78
37
  "lint": "eslint .",
79
38
  "test": "mocha --reporter spec --check-leaks --bail test/",
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": "0.6.3"
41
+ }
84
42
  }
@@ -1,49 +1,9 @@
1
1
  {
2
- "_from": "object-inspect@^1.9.0",
3
- "_id": "object-inspect@1.12.2",
4
- "_inBundle": false,
5
- "_integrity": "sha512-z+cPxW0QGUp0mcqcsgQyLVRDoXFQbXOwBaqyF7VIgI4TWNQsDHrBpUQslRmIfAoYWdYzs6UlKJtB2XJpTaNSpQ==",
6
- "_location": "/object-inspect",
7
- "_phantomChildren": {},
8
- "_requested": {
9
- "type": "range",
10
- "registry": true,
11
- "raw": "object-inspect@^1.9.0",
12
- "name": "object-inspect",
13
- "escapedName": "object-inspect",
14
- "rawSpec": "^1.9.0",
15
- "saveSpec": null,
16
- "fetchSpec": "^1.9.0"
17
- },
18
- "_requiredBy": [
19
- "/side-channel"
20
- ],
21
- "_resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.12.2.tgz",
22
- "_shasum": "c0641f26394532f28ab8d796ab954e43c009a8ea",
23
- "_spec": "object-inspect@^1.9.0",
24
- "_where": "/Users/conway/Projects/worldmap/node_modules/side-channel",
25
- "author": {
26
- "name": "James Halliday",
27
- "email": "mail@substack.net",
28
- "url": "http://substack.net"
29
- },
30
- "auto-changelog": {
31
- "output": "CHANGELOG.md",
32
- "template": "keepachangelog",
33
- "unreleased": false,
34
- "commitLimit": false,
35
- "backfillLimit": false,
36
- "hideCredit": true
37
- },
38
- "browser": {
39
- "./util.inspect.js": false
40
- },
41
- "bugs": {
42
- "url": "https://github.com/inspect-js/object-inspect/issues"
43
- },
44
- "bundleDependencies": false,
45
- "deprecated": false,
2
+ "name": "object-inspect",
3
+ "version": "1.12.2",
46
4
  "description": "string representations of objects in node and the browser",
5
+ "main": "index.js",
6
+ "sideEffects": false,
47
7
  "devDependencies": {
48
8
  "@ljharb/eslint-config": "^21.0.0",
49
9
  "aud": "^2.0.0",
@@ -63,45 +23,19 @@
63
23
  "string.prototype.repeat": "^1.0.0",
64
24
  "tape": "^5.5.3"
65
25
  },
66
- "funding": {
67
- "url": "https://github.com/sponsors/ljharb"
68
- },
69
- "homepage": "https://github.com/inspect-js/object-inspect",
70
- "keywords": [
71
- "inspect",
72
- "util.inspect",
73
- "object",
74
- "stringify",
75
- "pretty"
76
- ],
77
- "license": "MIT",
78
- "main": "index.js",
79
- "name": "object-inspect",
80
- "publishConfig": {
81
- "ignore": [
82
- ".github/workflows",
83
- "./test-core-js.js"
84
- ]
85
- },
86
- "repository": {
87
- "type": "git",
88
- "url": "git://github.com/inspect-js/object-inspect.git"
89
- },
90
26
  "scripts": {
91
- "lint": "eslint .",
92
- "posttest": "npx aud --production",
93
- "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
94
27
  "prepack": "npmignore --auto --commentLines=autogenerated",
95
28
  "prepublish": "not-in-publish || npm run prepublishOnly",
96
29
  "prepublishOnly": "safe-publish-latest",
97
30
  "pretest": "npm run lint",
31
+ "lint": "eslint .",
98
32
  "test": "npm run tests-only && npm run test:corejs",
99
- "test:corejs": "nyc tape test-core-js.js 'test/*.js'",
100
33
  "tests-only": "nyc tape 'test/*.js'",
101
- "version": "auto-changelog && git add CHANGELOG.md"
34
+ "test:corejs": "nyc tape test-core-js.js 'test/*.js'",
35
+ "posttest": "npx aud --production",
36
+ "version": "auto-changelog && git add CHANGELOG.md",
37
+ "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\""
102
38
  },
103
- "sideEffects": false,
104
- "support": true,
105
39
  "testling": {
106
40
  "files": [
107
41
  "test/*.js",
@@ -118,5 +52,43 @@
118
52
  "android/latest"
119
53
  ]
120
54
  },
121
- "version": "1.12.2"
55
+ "repository": {
56
+ "type": "git",
57
+ "url": "git://github.com/inspect-js/object-inspect.git"
58
+ },
59
+ "homepage": "https://github.com/inspect-js/object-inspect",
60
+ "keywords": [
61
+ "inspect",
62
+ "util.inspect",
63
+ "object",
64
+ "stringify",
65
+ "pretty"
66
+ ],
67
+ "author": {
68
+ "name": "James Halliday",
69
+ "email": "mail@substack.net",
70
+ "url": "http://substack.net"
71
+ },
72
+ "funding": {
73
+ "url": "https://github.com/sponsors/ljharb"
74
+ },
75
+ "license": "MIT",
76
+ "browser": {
77
+ "./util.inspect.js": false
78
+ },
79
+ "auto-changelog": {
80
+ "output": "CHANGELOG.md",
81
+ "template": "keepachangelog",
82
+ "unreleased": false,
83
+ "commitLimit": false,
84
+ "backfillLimit": false,
85
+ "hideCredit": true
86
+ },
87
+ "publishConfig": {
88
+ "ignore": [
89
+ ".github/workflows",
90
+ "./test-core-js.js"
91
+ ]
92
+ },
93
+ "support": true
122
94
  }
@@ -1,50 +1,16 @@
1
1
  {
2
- "_from": "on-finished@2.4.1",
3
- "_id": "on-finished@2.4.1",
4
- "_inBundle": false,
5
- "_integrity": "sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg==",
6
- "_location": "/on-finished",
7
- "_phantomChildren": {},
8
- "_requested": {
9
- "type": "version",
10
- "registry": true,
11
- "raw": "on-finished@2.4.1",
12
- "name": "on-finished",
13
- "escapedName": "on-finished",
14
- "rawSpec": "2.4.1",
15
- "saveSpec": null,
16
- "fetchSpec": "2.4.1"
17
- },
18
- "_requiredBy": [
19
- "/body-parser",
20
- "/express",
21
- "/finalhandler",
22
- "/send"
23
- ],
24
- "_resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.4.1.tgz",
25
- "_shasum": "58c8c44116e54845ad57f14ab10b03533184ac3f",
26
- "_spec": "on-finished@2.4.1",
27
- "_where": "/Users/conway/Projects/worldmap/node_modules/express",
28
- "bugs": {
29
- "url": "https://github.com/jshttp/on-finished/issues"
30
- },
31
- "bundleDependencies": false,
2
+ "name": "on-finished",
3
+ "description": "Execute a callback when a request closes, finishes, or errors",
4
+ "version": "2.4.1",
32
5
  "contributors": [
33
- {
34
- "name": "Douglas Christopher Wilson",
35
- "email": "doug@somethingdoug.com"
36
- },
37
- {
38
- "name": "Jonathan Ong",
39
- "email": "me@jongleberry.com",
40
- "url": "http://jongleberry.com"
41
- }
6
+ "Douglas Christopher Wilson <doug@somethingdoug.com>",
7
+ "Jonathan Ong <me@jongleberry.com> (http://jongleberry.com)"
42
8
  ],
9
+ "license": "MIT",
10
+ "repository": "jshttp/on-finished",
43
11
  "dependencies": {
44
12
  "ee-first": "1.1.1"
45
13
  },
46
- "deprecated": false,
47
- "description": "Execute a callback when a request closes, finishes, or errors",
48
14
  "devDependencies": {
49
15
  "eslint": "7.32.0",
50
16
  "eslint-config-standard": "14.1.1",
@@ -64,18 +30,10 @@
64
30
  "LICENSE",
65
31
  "index.js"
66
32
  ],
67
- "homepage": "https://github.com/jshttp/on-finished#readme",
68
- "license": "MIT",
69
- "name": "on-finished",
70
- "repository": {
71
- "type": "git",
72
- "url": "git+https://github.com/jshttp/on-finished.git"
73
- },
74
33
  "scripts": {
75
34
  "lint": "eslint .",
76
35
  "test": "mocha --reporter spec --bail --check-leaks test/",
77
36
  "test-ci": "nyc --reporter=lcovonly --reporter=text npm test",
78
37
  "test-cov": "nyc --reporter=html --reporter=text npm test"
79
- },
80
- "version": "2.4.1"
38
+ }
81
39
  }
@@ -1,40 +1,16 @@
1
1
  {
2
- "_args": [
3
- [
4
- "on-headers@1.0.2",
5
- "/Users/conway/Projects/worldmap"
6
- ]
7
- ],
8
- "_from": "on-headers@1.0.2",
9
- "_id": "on-headers@1.0.2",
10
- "_inBundle": false,
11
- "_integrity": "sha512-pZAE+FJLoyITytdqK0U5s+FIpjN0JP3OzFi/u8Rx+EV5/W+JTWGXG8xFzevE7AjBfDqHv/8vL8qQsIhHnqRkrA==",
12
- "_location": "/on-headers",
13
- "_phantomChildren": {},
14
- "_requested": {
15
- "type": "version",
16
- "registry": true,
17
- "raw": "on-headers@1.0.2",
18
- "name": "on-headers",
19
- "escapedName": "on-headers",
20
- "rawSpec": "1.0.2",
21
- "saveSpec": null,
22
- "fetchSpec": "1.0.2"
23
- },
24
- "_requiredBy": [
25
- "/compression"
26
- ],
27
- "_resolved": "https://registry.npmjs.org/on-headers/-/on-headers-1.0.2.tgz",
28
- "_spec": "1.0.2",
29
- "_where": "/Users/conway/Projects/worldmap",
30
- "author": {
31
- "name": "Douglas Christopher Wilson",
32
- "email": "doug@somethingdoug.com"
33
- },
34
- "bugs": {
35
- "url": "https://github.com/jshttp/on-headers/issues"
36
- },
2
+ "name": "on-headers",
37
3
  "description": "Execute a listener when a response is about to write headers",
4
+ "version": "1.0.2",
5
+ "author": "Douglas Christopher Wilson <doug@somethingdoug.com>",
6
+ "license": "MIT",
7
+ "keywords": [
8
+ "event",
9
+ "headers",
10
+ "http",
11
+ "onheaders"
12
+ ],
13
+ "repository": "jshttp/on-headers",
38
14
  "devDependencies": {
39
15
  "eslint": "5.14.1",
40
16
  "eslint-config-standard": "12.0.0",
@@ -47,27 +23,14 @@
47
23
  "mocha": "6.0.1",
48
24
  "supertest": "3.4.2"
49
25
  },
50
- "engines": {
51
- "node": ">= 0.8"
52
- },
53
26
  "files": [
54
27
  "LICENSE",
55
28
  "HISTORY.md",
56
29
  "README.md",
57
30
  "index.js"
58
31
  ],
59
- "homepage": "https://github.com/jshttp/on-headers#readme",
60
- "keywords": [
61
- "event",
62
- "headers",
63
- "http",
64
- "onheaders"
65
- ],
66
- "license": "MIT",
67
- "name": "on-headers",
68
- "repository": {
69
- "type": "git",
70
- "url": "git+https://github.com/jshttp/on-headers.git"
32
+ "engines": {
33
+ "node": ">= 0.8"
71
34
  },
72
35
  "scripts": {
73
36
  "lint": "eslint --plugin markdown --ext js,md .",
@@ -75,6 +38,5 @@
75
38
  "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
76
39
  "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/",
77
40
  "version": "node scripts/version-history.js && git add HISTORY.md"
78
- },
79
- "version": "1.0.2"
41
+ }
80
42
  }
@@ -1,49 +1,13 @@
1
1
  {
2
- "_args": [
3
- [
4
- "parseurl@1.3.3",
5
- "/Users/conway/Projects/worldmap"
6
- ]
7
- ],
8
- "_from": "parseurl@1.3.3",
9
- "_id": "parseurl@1.3.3",
10
- "_inBundle": false,
11
- "_integrity": "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==",
12
- "_location": "/parseurl",
13
- "_phantomChildren": {},
14
- "_requested": {
15
- "type": "version",
16
- "registry": true,
17
- "raw": "parseurl@1.3.3",
18
- "name": "parseurl",
19
- "escapedName": "parseurl",
20
- "rawSpec": "1.3.3",
21
- "saveSpec": null,
22
- "fetchSpec": "1.3.3"
23
- },
24
- "_requiredBy": [
25
- "/express",
26
- "/finalhandler",
27
- "/serve-static"
28
- ],
29
- "_resolved": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.3.tgz",
30
- "_spec": "1.3.3",
31
- "_where": "/Users/conway/Projects/worldmap",
32
- "bugs": {
33
- "url": "https://github.com/pillarjs/parseurl/issues"
34
- },
2
+ "name": "parseurl",
3
+ "description": "parse a url with memoization",
4
+ "version": "1.3.3",
35
5
  "contributors": [
36
- {
37
- "name": "Douglas Christopher Wilson",
38
- "email": "doug@somethingdoug.com"
39
- },
40
- {
41
- "name": "Jonathan Ong",
42
- "email": "me@jongleberry.com",
43
- "url": "http://jongleberry.com"
44
- }
6
+ "Douglas Christopher Wilson <doug@somethingdoug.com>",
7
+ "Jonathan Ong <me@jongleberry.com> (http://jongleberry.com)"
45
8
  ],
46
- "description": "parse a url with memoization",
9
+ "repository": "pillarjs/parseurl",
10
+ "license": "MIT",
47
11
  "devDependencies": {
48
12
  "beautify-benchmark": "0.2.4",
49
13
  "benchmark": "2.1.4",
@@ -57,21 +21,14 @@
57
21
  "istanbul": "0.4.5",
58
22
  "mocha": "6.1.3"
59
23
  },
60
- "engines": {
61
- "node": ">= 0.8"
62
- },
63
24
  "files": [
64
25
  "LICENSE",
65
26
  "HISTORY.md",
66
27
  "README.md",
67
28
  "index.js"
68
29
  ],
69
- "homepage": "https://github.com/pillarjs/parseurl#readme",
70
- "license": "MIT",
71
- "name": "parseurl",
72
- "repository": {
73
- "type": "git",
74
- "url": "git+https://github.com/pillarjs/parseurl.git"
30
+ "engines": {
31
+ "node": ">= 0.8"
75
32
  },
76
33
  "scripts": {
77
34
  "bench": "node benchmark/index.js",
@@ -79,6 +36,5 @@
79
36
  "test": "mocha --check-leaks --bail --reporter spec test/",
80
37
  "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --check-leaks --reporter dot test/",
81
38
  "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --check-leaks --reporter spec test/"
82
- },
83
- "version": "1.3.3"
39
+ }
84
40
  }
@@ -1,59 +1,30 @@
1
1
  {
2
- "_from": "path-to-regexp@0.1.7",
3
- "_id": "path-to-regexp@0.1.7",
4
- "_inBundle": false,
5
- "_integrity": "sha512-5DFkuoqlv1uYQKxy8omFBeJPQcdoE07Kv2sferDCrAq1ohOU+MSDswDIbnx3YAM60qIOnYa53wBhXW0EbMonrQ==",
6
- "_location": "/path-to-regexp",
7
- "_phantomChildren": {},
8
- "_requested": {
9
- "type": "version",
10
- "registry": true,
11
- "raw": "path-to-regexp@0.1.7",
12
- "name": "path-to-regexp",
13
- "escapedName": "path-to-regexp",
14
- "rawSpec": "0.1.7",
15
- "saveSpec": null,
16
- "fetchSpec": "0.1.7"
17
- },
18
- "_requiredBy": [
19
- "/express"
20
- ],
21
- "_resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.7.tgz",
22
- "_shasum": "df604178005f522f15eb4490e7247a1bfaa67f8c",
23
- "_spec": "path-to-regexp@0.1.7",
24
- "_where": "/Users/conway/Projects/worldmap/node_modules/express",
25
- "bugs": {
26
- "url": "https://github.com/component/path-to-regexp/issues"
27
- },
28
- "bundleDependencies": false,
29
- "component": {
30
- "scripts": {
31
- "path-to-regexp": "index.js"
32
- }
33
- },
34
- "deprecated": false,
2
+ "name": "path-to-regexp",
35
3
  "description": "Express style path to RegExp utility",
36
- "devDependencies": {
37
- "istanbul": "^0.2.6",
38
- "mocha": "^1.17.1"
39
- },
4
+ "version": "0.1.7",
40
5
  "files": [
41
6
  "index.js",
42
7
  "LICENSE"
43
8
  ],
44
- "homepage": "https://github.com/component/path-to-regexp#readme",
9
+ "scripts": {
10
+ "test": "istanbul cover _mocha -- -R spec"
11
+ },
45
12
  "keywords": [
46
13
  "express",
47
14
  "regexp"
48
15
  ],
16
+ "component": {
17
+ "scripts": {
18
+ "path-to-regexp": "index.js"
19
+ }
20
+ },
49
21
  "license": "MIT",
50
- "name": "path-to-regexp",
51
22
  "repository": {
52
23
  "type": "git",
53
- "url": "git+https://github.com/component/path-to-regexp.git"
54
- },
55
- "scripts": {
56
- "test": "istanbul cover _mocha -- -R spec"
24
+ "url": "https://github.com/component/path-to-regexp.git"
57
25
  },
58
- "version": "0.1.7"
26
+ "devDependencies": {
27
+ "mocha": "^1.17.1",
28
+ "istanbul": "^0.2.6"
29
+ }
59
30
  }
@@ -1,44 +1,22 @@
1
1
  {
2
- "_from": "proxy-addr@~2.0.7",
3
- "_id": "proxy-addr@2.0.7",
4
- "_inBundle": false,
5
- "_integrity": "sha512-llQsMLSUDUPT44jdrU/O37qlnifitDP+ZwrmmZcoSKyLKvtZxpyV0n2/bD/N4tBAAZ/gJEdZU7KMraoK1+XYAg==",
6
- "_location": "/node-red-contrib-web-worldmap/proxy-addr",
7
- "_phantomChildren": {},
8
- "_requested": {
9
- "type": "range",
10
- "registry": true,
11
- "raw": "proxy-addr@~2.0.7",
12
- "name": "proxy-addr",
13
- "escapedName": "proxy-addr",
14
- "rawSpec": "~2.0.7",
15
- "saveSpec": null,
16
- "fetchSpec": "~2.0.7"
17
- },
18
- "_requiredBy": [
19
- "/node-red-contrib-web-worldmap/express"
2
+ "name": "proxy-addr",
3
+ "description": "Determine address of proxied request",
4
+ "version": "2.0.7",
5
+ "author": "Douglas Christopher Wilson <doug@somethingdoug.com>",
6
+ "license": "MIT",
7
+ "keywords": [
8
+ "ip",
9
+ "proxy",
10
+ "x-forwarded-for"
20
11
  ],
21
- "_resolved": "https://registry.npmjs.org/proxy-addr/-/proxy-addr-2.0.7.tgz",
22
- "_shasum": "f19fe69ceab311eeb94b42e70e8c2070f9ba1025",
23
- "_spec": "proxy-addr@~2.0.7",
24
- "_where": "/Users/conway/Projects/worldmap/node_modules/express",
25
- "author": {
26
- "name": "Douglas Christopher Wilson",
27
- "email": "doug@somethingdoug.com"
28
- },
29
- "bugs": {
30
- "url": "https://github.com/jshttp/proxy-addr/issues"
31
- },
32
- "bundleDependencies": false,
12
+ "repository": "jshttp/proxy-addr",
33
13
  "dependencies": {
34
14
  "forwarded": "0.2.0",
35
15
  "ipaddr.js": "1.9.1"
36
16
  },
37
- "deprecated": false,
38
- "description": "Determine address of proxied request",
39
17
  "devDependencies": {
40
- "beautify-benchmark": "0.2.4",
41
18
  "benchmark": "2.1.4",
19
+ "beautify-benchmark": "0.2.4",
42
20
  "deep-equal": "1.0.1",
43
21
  "eslint": "7.26.0",
44
22
  "eslint-config-standard": "14.1.1",
@@ -50,26 +28,14 @@
50
28
  "mocha": "8.4.0",
51
29
  "nyc": "15.1.0"
52
30
  },
53
- "engines": {
54
- "node": ">= 0.10"
55
- },
56
31
  "files": [
57
32
  "LICENSE",
58
33
  "HISTORY.md",
59
34
  "README.md",
60
35
  "index.js"
61
36
  ],
62
- "homepage": "https://github.com/jshttp/proxy-addr#readme",
63
- "keywords": [
64
- "ip",
65
- "proxy",
66
- "x-forwarded-for"
67
- ],
68
- "license": "MIT",
69
- "name": "proxy-addr",
70
- "repository": {
71
- "type": "git",
72
- "url": "git+https://github.com/jshttp/proxy-addr.git"
37
+ "engines": {
38
+ "node": ">= 0.10"
73
39
  },
74
40
  "scripts": {
75
41
  "bench": "node benchmark/index.js",
@@ -77,6 +43,5 @@
77
43
  "test": "mocha --reporter spec --bail --check-leaks test/",
78
44
  "test-ci": "nyc --reporter=lcov --reporter=text npm test",
79
45
  "test-cov": "nyc --reporter=html --reporter=text npm test"
80
- },
81
- "version": "2.0.7"
46
+ }
82
47
  }