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
@@ -1,23 +1,52 @@
1
1
  {
2
- "name": "compressible",
3
- "description": "Compressible Content-Type / mime checking",
4
- "version": "2.0.18",
5
- "contributors": [
6
- "Douglas Christopher Wilson <doug@somethingdoug.com>",
7
- "Jonathan Ong <me@jongleberry.com> (http://jongleberry.com)",
8
- "Jeremiah Senkpiel <fishrock123@rocketmail.com> (https://searchbeam.jit.su)"
2
+ "_from": "compressible@~2.0.16",
3
+ "_id": "compressible@2.0.18",
4
+ "_inBundle": false,
5
+ "_integrity": "sha512-AF3r7P5dWxL8MxyITRMlORQNaOA2IkAFaTr4k7BUumjPtRpGDTZpl0Pb1XCO6JeDCBdp126Cgs9sMxqSjgYyRg==",
6
+ "_location": "/node-red-contrib-web-worldmap/compressible",
7
+ "_phantomChildren": {},
8
+ "_requested": {
9
+ "type": "range",
10
+ "registry": true,
11
+ "raw": "compressible@~2.0.16",
12
+ "name": "compressible",
13
+ "escapedName": "compressible",
14
+ "rawSpec": "~2.0.16",
15
+ "saveSpec": null,
16
+ "fetchSpec": "~2.0.16"
17
+ },
18
+ "_requiredBy": [
19
+ "/node-red-contrib-web-worldmap/compression"
9
20
  ],
10
- "license": "MIT",
11
- "repository": "jshttp/compressible",
12
- "keywords": [
13
- "compress",
14
- "gzip",
15
- "mime",
16
- "content-type"
21
+ "_resolved": "https://registry.npmjs.org/compressible/-/compressible-2.0.18.tgz",
22
+ "_shasum": "af53cca6b070d4c3c0750fbd77286a6d7cc46fba",
23
+ "_spec": "compressible@~2.0.16",
24
+ "_where": "/Users/conway/Projects/worldmap/node_modules/compression",
25
+ "bugs": {
26
+ "url": "https://github.com/jshttp/compressible/issues"
27
+ },
28
+ "bundleDependencies": false,
29
+ "contributors": [
30
+ {
31
+ "name": "Douglas Christopher Wilson",
32
+ "email": "doug@somethingdoug.com"
33
+ },
34
+ {
35
+ "name": "Jonathan Ong",
36
+ "email": "me@jongleberry.com",
37
+ "url": "http://jongleberry.com"
38
+ },
39
+ {
40
+ "name": "Jeremiah Senkpiel",
41
+ "email": "fishrock123@rocketmail.com",
42
+ "url": "https://searchbeam.jit.su"
43
+ }
17
44
  ],
18
45
  "dependencies": {
19
46
  "mime-db": ">= 1.43.0 < 2"
20
47
  },
48
+ "deprecated": false,
49
+ "description": "Compressible Content-Type / mime checking",
21
50
  "devDependencies": {
22
51
  "eslint": "6.8.0",
23
52
  "eslint-config-standard": "14.1.0",
@@ -38,11 +67,25 @@
38
67
  "README.md",
39
68
  "index.js"
40
69
  ],
70
+ "homepage": "https://github.com/jshttp/compressible#readme",
71
+ "keywords": [
72
+ "compress",
73
+ "gzip",
74
+ "mime",
75
+ "content-type"
76
+ ],
77
+ "license": "MIT",
78
+ "name": "compressible",
79
+ "repository": {
80
+ "type": "git",
81
+ "url": "git+https://github.com/jshttp/compressible.git"
82
+ },
41
83
  "scripts": {
42
84
  "lint": "eslint --plugin markdown --ext js,md .",
43
85
  "test": "mocha --reporter spec --bail --check-leaks test/",
44
86
  "test-cov": "nyc --reporter=html --reporter=text npm test",
45
87
  "test-travis": "nyc --reporter=text npm test",
46
88
  "version": "node scripts/version-history.js && git add HISTORY.md"
47
- }
89
+ },
90
+ "version": "2.0.18"
48
91
  }
@@ -0,0 +1,84 @@
1
+ {
2
+ "_args": [
3
+ [
4
+ "bytes@3.0.0",
5
+ "/Users/conway/Projects/worldmap"
6
+ ]
7
+ ],
8
+ "_from": "bytes@3.0.0",
9
+ "_id": "bytes@3.0.0",
10
+ "_inBundle": false,
11
+ "_integrity": "sha1-0ygVQE1olpn4Wk6k+odV3ROpYEg=",
12
+ "_location": "/compression/bytes",
13
+ "_phantomChildren": {},
14
+ "_requested": {
15
+ "type": "version",
16
+ "registry": true,
17
+ "raw": "bytes@3.0.0",
18
+ "name": "bytes",
19
+ "escapedName": "bytes",
20
+ "rawSpec": "3.0.0",
21
+ "saveSpec": null,
22
+ "fetchSpec": "3.0.0"
23
+ },
24
+ "_requiredBy": [
25
+ "/compression"
26
+ ],
27
+ "_resolved": "https://registry.npmjs.org/bytes/-/bytes-3.0.0.tgz",
28
+ "_spec": "3.0.0",
29
+ "_where": "/Users/conway/Projects/worldmap",
30
+ "author": {
31
+ "name": "TJ Holowaychuk",
32
+ "email": "tj@vision-media.ca",
33
+ "url": "http://tjholowaychuk.com"
34
+ },
35
+ "bugs": {
36
+ "url": "https://github.com/visionmedia/bytes.js/issues"
37
+ },
38
+ "contributors": [
39
+ {
40
+ "name": "Jed Watson",
41
+ "email": "jed.watson@me.com"
42
+ },
43
+ {
44
+ "name": "Théo FIDRY",
45
+ "email": "theo.fidry@gmail.com"
46
+ }
47
+ ],
48
+ "description": "Utility to parse a string bytes to bytes and vice-versa",
49
+ "devDependencies": {
50
+ "mocha": "2.5.3",
51
+ "nyc": "10.3.2"
52
+ },
53
+ "engines": {
54
+ "node": ">= 0.8"
55
+ },
56
+ "files": [
57
+ "History.md",
58
+ "LICENSE",
59
+ "Readme.md",
60
+ "index.js"
61
+ ],
62
+ "homepage": "https://github.com/visionmedia/bytes.js#readme",
63
+ "keywords": [
64
+ "byte",
65
+ "bytes",
66
+ "utility",
67
+ "parse",
68
+ "parser",
69
+ "convert",
70
+ "converter"
71
+ ],
72
+ "license": "MIT",
73
+ "name": "bytes",
74
+ "repository": {
75
+ "type": "git",
76
+ "url": "git+https://github.com/visionmedia/bytes.js.git"
77
+ },
78
+ "scripts": {
79
+ "test": "mocha --check-leaks --reporter spec",
80
+ "test-ci": "nyc --reporter=text npm test",
81
+ "test-cov": "nyc --reporter=html --reporter=text npm test"
82
+ },
83
+ "version": "3.0.0"
84
+ }
@@ -1,13 +1,46 @@
1
1
  {
2
- "name": "compression",
3
- "description": "Node.js compression middleware",
4
- "version": "1.7.4",
2
+ "_args": [
3
+ [
4
+ "compression@1.7.4",
5
+ "/Users/conway/Projects/worldmap"
6
+ ]
7
+ ],
8
+ "_from": "compression@1.7.4",
9
+ "_id": "compression@1.7.4",
10
+ "_inBundle": false,
11
+ "_integrity": "sha512-jaSIDzP9pZVS4ZfQ+TzvtiWhdpFhE2RDHz8QJkpX9SIpLq88VueF5jJw6t+6CUQcAoA6t+x89MLrWAqpfDE8iQ==",
12
+ "_location": "/compression",
13
+ "_phantomChildren": {},
14
+ "_requested": {
15
+ "type": "version",
16
+ "registry": true,
17
+ "raw": "compression@1.7.4",
18
+ "name": "compression",
19
+ "escapedName": "compression",
20
+ "rawSpec": "1.7.4",
21
+ "saveSpec": null,
22
+ "fetchSpec": "1.7.4"
23
+ },
24
+ "_requiredBy": [
25
+ "/"
26
+ ],
27
+ "_resolved": "https://registry.npmjs.org/compression/-/compression-1.7.4.tgz",
28
+ "_spec": "1.7.4",
29
+ "_where": "/Users/conway/Projects/worldmap",
30
+ "bugs": {
31
+ "url": "https://github.com/expressjs/compression/issues"
32
+ },
5
33
  "contributors": [
6
- "Douglas Christopher Wilson <doug@somethingdoug.com>",
7
- "Jonathan Ong <me@jongleberry.com> (http://jongleberry.com)"
34
+ {
35
+ "name": "Douglas Christopher Wilson",
36
+ "email": "doug@somethingdoug.com"
37
+ },
38
+ {
39
+ "name": "Jonathan Ong",
40
+ "email": "me@jongleberry.com",
41
+ "url": "http://jongleberry.com"
42
+ }
8
43
  ],
9
- "license": "MIT",
10
- "repository": "expressjs/compression",
11
44
  "dependencies": {
12
45
  "accepts": "~1.3.5",
13
46
  "bytes": "3.0.0",
@@ -17,6 +50,7 @@
17
50
  "safe-buffer": "5.1.2",
18
51
  "vary": "~1.1.2"
19
52
  },
53
+ "description": "Node.js compression middleware",
20
54
  "devDependencies": {
21
55
  "after": "0.8.2",
22
56
  "eslint": "5.15.1",
@@ -30,18 +64,26 @@
30
64
  "mocha": "6.0.2",
31
65
  "supertest": "4.0.0"
32
66
  },
67
+ "engines": {
68
+ "node": ">= 0.8.0"
69
+ },
33
70
  "files": [
34
71
  "LICENSE",
35
72
  "HISTORY.md",
36
73
  "index.js"
37
74
  ],
38
- "engines": {
39
- "node": ">= 0.8.0"
75
+ "homepage": "https://github.com/expressjs/compression#readme",
76
+ "license": "MIT",
77
+ "name": "compression",
78
+ "repository": {
79
+ "type": "git",
80
+ "url": "git+https://github.com/expressjs/compression.git"
40
81
  },
41
82
  "scripts": {
42
83
  "lint": "eslint --plugin markdown --ext js,md .",
43
84
  "test": "mocha --check-leaks --reporter spec --bail",
44
85
  "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --check-leaks --reporter dot",
45
86
  "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --check-leaks --reporter spec"
46
- }
87
+ },
88
+ "version": "1.7.4"
47
89
  }
@@ -1,7 +1,27 @@
1
1
  {
2
- "name": "safe-buffer",
3
- "description": "Safer Node.js Buffer API",
4
- "version": "5.2.1",
2
+ "_from": "safe-buffer@5.2.1",
3
+ "_id": "safe-buffer@5.2.1",
4
+ "_inBundle": false,
5
+ "_integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==",
6
+ "_location": "/node-red-contrib-web-worldmap/content-disposition/safe-buffer",
7
+ "_phantomChildren": {},
8
+ "_requested": {
9
+ "type": "version",
10
+ "registry": true,
11
+ "raw": "safe-buffer@5.2.1",
12
+ "name": "safe-buffer",
13
+ "escapedName": "safe-buffer",
14
+ "rawSpec": "5.2.1",
15
+ "saveSpec": null,
16
+ "fetchSpec": "5.2.1"
17
+ },
18
+ "_requiredBy": [
19
+ "/node-red-contrib-web-worldmap/content-disposition"
20
+ ],
21
+ "_resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz",
22
+ "_shasum": "1eaf9fa9bdb1fdd4ec75f58f9cdb4e6b7827eec6",
23
+ "_spec": "safe-buffer@5.2.1",
24
+ "_where": "/Users/conway/Projects/worldmap/node_modules/content-disposition",
5
25
  "author": {
6
26
  "name": "Feross Aboukhadijeh",
7
27
  "email": "feross@feross.org",
@@ -10,10 +30,27 @@
10
30
  "bugs": {
11
31
  "url": "https://github.com/feross/safe-buffer/issues"
12
32
  },
33
+ "bundleDependencies": false,
34
+ "deprecated": false,
35
+ "description": "Safer Node.js Buffer API",
13
36
  "devDependencies": {
14
37
  "standard": "*",
15
38
  "tape": "^5.0.0"
16
39
  },
40
+ "funding": [
41
+ {
42
+ "type": "github",
43
+ "url": "https://github.com/sponsors/feross"
44
+ },
45
+ {
46
+ "type": "patreon",
47
+ "url": "https://www.patreon.com/feross"
48
+ },
49
+ {
50
+ "type": "consulting",
51
+ "url": "https://feross.org/support"
52
+ }
53
+ ],
17
54
  "homepage": "https://github.com/feross/safe-buffer",
18
55
  "keywords": [
19
56
  "buffer",
@@ -26,7 +63,7 @@
26
63
  ],
27
64
  "license": "MIT",
28
65
  "main": "index.js",
29
- "types": "index.d.ts",
66
+ "name": "safe-buffer",
30
67
  "repository": {
31
68
  "type": "git",
32
69
  "url": "git://github.com/feross/safe-buffer.git"
@@ -34,18 +71,6 @@
34
71
  "scripts": {
35
72
  "test": "standard && tape test/*.js"
36
73
  },
37
- "funding": [
38
- {
39
- "type": "github",
40
- "url": "https://github.com/sponsors/feross"
41
- },
42
- {
43
- "type": "patreon",
44
- "url": "https://www.patreon.com/feross"
45
- },
46
- {
47
- "type": "consulting",
48
- "url": "https://feross.org/support"
49
- }
50
- ]
74
+ "types": "index.d.ts",
75
+ "version": "5.2.1"
51
76
  }
@@ -1,19 +1,40 @@
1
1
  {
2
- "name": "content-disposition",
3
- "description": "Create and parse Content-Disposition header",
4
- "version": "0.5.4",
5
- "author": "Douglas Christopher Wilson <doug@somethingdoug.com>",
6
- "license": "MIT",
7
- "keywords": [
8
- "content-disposition",
9
- "http",
10
- "rfc6266",
11
- "res"
2
+ "_from": "content-disposition@0.5.4",
3
+ "_id": "content-disposition@0.5.4",
4
+ "_inBundle": false,
5
+ "_integrity": "sha512-FveZTNuGw04cxlAiWbzi6zTAL/lhehaWbTtgluJh4/E95DqMwTmha3KZN1aAWA8cFIhHzMZUvLevkw5Rqk+tSQ==",
6
+ "_location": "/node-red-contrib-web-worldmap/content-disposition",
7
+ "_phantomChildren": {},
8
+ "_requested": {
9
+ "type": "version",
10
+ "registry": true,
11
+ "raw": "content-disposition@0.5.4",
12
+ "name": "content-disposition",
13
+ "escapedName": "content-disposition",
14
+ "rawSpec": "0.5.4",
15
+ "saveSpec": null,
16
+ "fetchSpec": "0.5.4"
17
+ },
18
+ "_requiredBy": [
19
+ "/node-red-contrib-web-worldmap/express"
12
20
  ],
13
- "repository": "jshttp/content-disposition",
21
+ "_resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-0.5.4.tgz",
22
+ "_shasum": "8b82b4efac82512a02bb0b1dcec9d2c5e8eb5bfe",
23
+ "_spec": "content-disposition@0.5.4",
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/content-disposition/issues"
31
+ },
32
+ "bundleDependencies": false,
14
33
  "dependencies": {
15
34
  "safe-buffer": "5.2.1"
16
35
  },
36
+ "deprecated": false,
37
+ "description": "Create and parse Content-Disposition header",
17
38
  "devDependencies": {
18
39
  "deep-equal": "1.0.1",
19
40
  "eslint": "7.32.0",
@@ -26,19 +47,33 @@
26
47
  "istanbul": "0.4.5",
27
48
  "mocha": "9.1.3"
28
49
  },
50
+ "engines": {
51
+ "node": ">= 0.6"
52
+ },
29
53
  "files": [
30
54
  "LICENSE",
31
55
  "HISTORY.md",
32
56
  "README.md",
33
57
  "index.js"
34
58
  ],
35
- "engines": {
36
- "node": ">= 0.6"
59
+ "homepage": "https://github.com/jshttp/content-disposition#readme",
60
+ "keywords": [
61
+ "content-disposition",
62
+ "http",
63
+ "rfc6266",
64
+ "res"
65
+ ],
66
+ "license": "MIT",
67
+ "name": "content-disposition",
68
+ "repository": {
69
+ "type": "git",
70
+ "url": "git+https://github.com/jshttp/content-disposition.git"
37
71
  },
38
72
  "scripts": {
39
73
  "lint": "eslint .",
40
74
  "test": "mocha --reporter spec --bail --check-leaks test/",
41
75
  "test-ci": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/",
42
76
  "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/"
43
- }
77
+ },
78
+ "version": "0.5.4"
44
79
  }
@@ -1,17 +1,41 @@
1
1
  {
2
- "name": "content-type",
3
- "description": "Create and parse HTTP Content-Type header",
4
- "version": "1.0.4",
5
- "author": "Douglas Christopher Wilson <doug@somethingdoug.com>",
6
- "license": "MIT",
7
- "keywords": [
8
- "content-type",
9
- "http",
10
- "req",
11
- "res",
12
- "rfc7231"
2
+ "_args": [
3
+ [
4
+ "content-type@1.0.4",
5
+ "/Users/conway/Projects/worldmap"
6
+ ]
7
+ ],
8
+ "_from": "content-type@1.0.4",
9
+ "_id": "content-type@1.0.4",
10
+ "_inBundle": false,
11
+ "_integrity": "sha512-hIP3EEPs8tB9AT1L+NUqtwOAps4mk2Zob89MWXMHjHWg9milF/j4osnnQLXBCBFBk/tvIG/tUc9mOUJiPBhPXA==",
12
+ "_location": "/content-type",
13
+ "_phantomChildren": {},
14
+ "_requested": {
15
+ "type": "version",
16
+ "registry": true,
17
+ "raw": "content-type@1.0.4",
18
+ "name": "content-type",
19
+ "escapedName": "content-type",
20
+ "rawSpec": "1.0.4",
21
+ "saveSpec": null,
22
+ "fetchSpec": "1.0.4"
23
+ },
24
+ "_requiredBy": [
25
+ "/body-parser",
26
+ "/express"
13
27
  ],
14
- "repository": "jshttp/content-type",
28
+ "_resolved": "https://registry.npmjs.org/content-type/-/content-type-1.0.4.tgz",
29
+ "_spec": "1.0.4",
30
+ "_where": "/Users/conway/Projects/worldmap",
31
+ "author": {
32
+ "name": "Douglas Christopher Wilson",
33
+ "email": "doug@somethingdoug.com"
34
+ },
35
+ "bugs": {
36
+ "url": "https://github.com/jshttp/content-type/issues"
37
+ },
38
+ "description": "Create and parse HTTP Content-Type header",
15
39
  "devDependencies": {
16
40
  "eslint": "3.19.0",
17
41
  "eslint-config-standard": "10.2.1",
@@ -22,19 +46,34 @@
22
46
  "istanbul": "0.4.5",
23
47
  "mocha": "~1.21.5"
24
48
  },
49
+ "engines": {
50
+ "node": ">= 0.6"
51
+ },
25
52
  "files": [
26
53
  "LICENSE",
27
54
  "HISTORY.md",
28
55
  "README.md",
29
56
  "index.js"
30
57
  ],
31
- "engines": {
32
- "node": ">= 0.6"
58
+ "homepage": "https://github.com/jshttp/content-type#readme",
59
+ "keywords": [
60
+ "content-type",
61
+ "http",
62
+ "req",
63
+ "res",
64
+ "rfc7231"
65
+ ],
66
+ "license": "MIT",
67
+ "name": "content-type",
68
+ "repository": {
69
+ "type": "git",
70
+ "url": "git+https://github.com/jshttp/content-type.git"
33
71
  },
34
72
  "scripts": {
35
73
  "lint": "eslint .",
36
74
  "test": "mocha --reporter spec --check-leaks --bail test/",
37
75
  "test-ci": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/",
38
76
  "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/"
39
- }
77
+ },
78
+ "version": "1.0.4"
40
79
  }
@@ -1,17 +1,43 @@
1
1
  {
2
- "name": "cookie",
3
- "description": "HTTP server cookie parsing and serialization",
4
- "version": "0.5.0",
5
- "author": "Roman Shtylman <shtylman@gmail.com>",
6
- "contributors": [
7
- "Douglas Christopher Wilson <doug@somethingdoug.com>"
2
+ "_from": "cookie@0.5.0",
3
+ "_id": "cookie@0.5.0",
4
+ "_inBundle": false,
5
+ "_integrity": "sha512-YZ3GUyn/o8gfKJlnlX7g7xq4gyO6OSuhGPKaaGssGB2qgDUS0gPgtTvoyZLTt9Ab6dC4hfc9dV5arkvc/OCmrw==",
6
+ "_location": "/cookie",
7
+ "_phantomChildren": {},
8
+ "_requested": {
9
+ "type": "version",
10
+ "registry": true,
11
+ "raw": "cookie@0.5.0",
12
+ "name": "cookie",
13
+ "escapedName": "cookie",
14
+ "rawSpec": "0.5.0",
15
+ "saveSpec": null,
16
+ "fetchSpec": "0.5.0"
17
+ },
18
+ "_requiredBy": [
19
+ "/express"
8
20
  ],
9
- "license": "MIT",
10
- "keywords": [
11
- "cookie",
12
- "cookies"
21
+ "_resolved": "https://registry.npmjs.org/cookie/-/cookie-0.5.0.tgz",
22
+ "_shasum": "d1f5d71adec6558c58f389987c366aa47e994f8b",
23
+ "_spec": "cookie@0.5.0",
24
+ "_where": "/Users/conway/Projects/worldmap/node_modules/express",
25
+ "author": {
26
+ "name": "Roman Shtylman",
27
+ "email": "shtylman@gmail.com"
28
+ },
29
+ "bugs": {
30
+ "url": "https://github.com/jshttp/cookie/issues"
31
+ },
32
+ "bundleDependencies": false,
33
+ "contributors": [
34
+ {
35
+ "name": "Douglas Christopher Wilson",
36
+ "email": "doug@somethingdoug.com"
37
+ }
13
38
  ],
14
- "repository": "jshttp/cookie",
39
+ "deprecated": false,
40
+ "description": "HTTP server cookie parsing and serialization",
15
41
  "devDependencies": {
16
42
  "beautify-benchmark": "0.2.4",
17
43
  "benchmark": "2.1.4",
@@ -22,6 +48,9 @@
22
48
  "safe-buffer": "5.2.1",
23
49
  "top-sites": "1.1.97"
24
50
  },
51
+ "engines": {
52
+ "node": ">= 0.6"
53
+ },
25
54
  "files": [
26
55
  "HISTORY.md",
27
56
  "LICENSE",
@@ -29,8 +58,16 @@
29
58
  "SECURITY.md",
30
59
  "index.js"
31
60
  ],
32
- "engines": {
33
- "node": ">= 0.6"
61
+ "homepage": "https://github.com/jshttp/cookie#readme",
62
+ "keywords": [
63
+ "cookie",
64
+ "cookies"
65
+ ],
66
+ "license": "MIT",
67
+ "name": "cookie",
68
+ "repository": {
69
+ "type": "git",
70
+ "url": "git+https://github.com/jshttp/cookie.git"
34
71
  },
35
72
  "scripts": {
36
73
  "bench": "node benchmark/index.js",
@@ -40,5 +77,6 @@
40
77
  "test-cov": "nyc --reporter=html --reporter=text npm test",
41
78
  "update-bench": "node scripts/update-benchmark.js",
42
79
  "version": "node scripts/version-history.js && git add HISTORY.md"
43
- }
80
+ },
81
+ "version": "0.5.0"
44
82
  }