node-red-contrib-web-worldmap 2.31.0 → 2.31.1
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.
- package/CHANGELOG.md +1 -0
- package/README.md +1 -1
- package/node_modules/accepts/package.json +15 -55
- package/node_modules/body-parser/HISTORY.md +6 -0
- package/node_modules/body-parser/README.md +1 -1
- package/node_modules/body-parser/index.js +8 -9
- package/node_modules/body-parser/node_modules/bytes/package.json +20 -62
- package/node_modules/body-parser/package.json +18 -57
- package/node_modules/bufferjs/package.json +17 -65
- package/node_modules/bufferlist/package.json +15 -51
- package/node_modules/{compression/node_modules/bytes → bytes}/History.md +0 -0
- package/node_modules/{compression/node_modules/bytes → bytes}/LICENSE +0 -0
- package/node_modules/{compression/node_modules/bytes → bytes}/Readme.md +0 -0
- package/node_modules/{compression/node_modules/bytes → bytes}/index.js +0 -0
- package/node_modules/bytes/package.json +39 -0
- package/node_modules/cgi/package.json +10 -46
- package/node_modules/compressible/package.json +15 -58
- package/node_modules/express/History.md +9 -0
- package/node_modules/express/Readme.md +2 -2
- package/node_modules/express/lib/router/route.js +8 -8
- package/node_modules/express/package.json +33 -88
- package/node_modules/get-intrinsic/package.json +89 -118
- package/node_modules/header-stack/package.json +14 -48
- package/node_modules/{websocket-driver/node_modules/http-parser-js → http-parser-js}/LICENSE.md +0 -0
- package/node_modules/http-parser-js/README.md +43 -0
- package/node_modules/http-parser-js/http-parser.d.ts +175 -0
- package/node_modules/{websocket-driver/node_modules/http-parser-js → http-parser-js}/http-parser.js +12 -7
- package/node_modules/http-parser-js/package.json +30 -0
- package/node_modules/mime-db/HISTORY.md +8 -0
- package/node_modules/mime-db/LICENSE +19 -18
- package/node_modules/mime-db/README.md +1 -1
- package/node_modules/mime-db/db.json +54 -6
- package/node_modules/mime-db/index.js +1 -0
- package/node_modules/mime-db/package.json +24 -67
- package/node_modules/mime-types/HISTORY.md +9 -0
- package/node_modules/mime-types/README.md +1 -1
- package/node_modules/mime-types/package.json +19 -63
- package/node_modules/ms/package.json +19 -54
- package/node_modules/negotiator/package.json +19 -61
- package/node_modules/qs/.editorconfig +3 -0
- package/node_modules/qs/.eslintrc +5 -5
- package/node_modules/qs/CHANGELOG.md +158 -0
- package/node_modules/qs/README.md +3 -1
- package/node_modules/qs/dist/qs.js +19 -9
- package/node_modules/qs/lib/stringify.js +12 -3
- package/node_modules/qs/package.json +73 -98
- package/node_modules/qs/test/parse.js +14 -0
- package/node_modules/qs/test/stringify.js +54 -10
- package/node_modules/raw-body/node_modules/bytes/package.json +20 -62
- package/node_modules/stream-stack/package.json +11 -43
- package/node_modules/vary/package.json +13 -52
- package/package.json +1 -1
- package/worldmap/worldmap.js +6 -1
- package/node_modules/compression/node_modules/bytes/package.json +0 -84
- package/node_modules/websocket-driver/node_modules/http-parser-js/CHANGELOG.md +0 -14
- package/node_modules/websocket-driver/node_modules/http-parser-js/README.md +0 -31
- package/node_modules/websocket-driver/node_modules/http-parser-js/package.json +0 -75
|
@@ -1,84 +0,0 @@
|
|
|
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,14 +0,0 @@
|
|
|
1
|
-
# HTTP Parser
|
|
2
|
-
|
|
3
|
-
## 0.4.4
|
|
4
|
-
|
|
5
|
-
Made 'maxHeaderSize' configurable.
|
|
6
|
-
|
|
7
|
-
```js
|
|
8
|
-
// Monkey patch before you require http for the first time.
|
|
9
|
-
process.binding('http_parser').HTTPParser = require('http-parser-js').HTTPParser;
|
|
10
|
-
require('http-parser-js').HTTPParser.maxHeaderSize = 1024 * 1024; // 1MB instead of 80kb
|
|
11
|
-
|
|
12
|
-
var http = require('http');
|
|
13
|
-
// ...
|
|
14
|
-
```
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
# HTTP Parser
|
|
2
|
-
|
|
3
|
-
This library parses HTTP protocol for requests and responses. It was created to replace `http_parser.c` since calling C++ function from JS is really slow in V8. However, it is now primarily useful in having a more flexible/tolerant HTTP parser when dealing with legacy services that do not meet the strict HTTP parsing rules Node's parser follows.
|
|
4
|
-
|
|
5
|
-
This is packaged as a standalone npm module. To use in node, monkeypatch HTTPParser.
|
|
6
|
-
|
|
7
|
-
```js
|
|
8
|
-
// Monkey patch before you require http for the first time.
|
|
9
|
-
process.binding('http_parser').HTTPParser = require('http-parser-js').HTTPParser;
|
|
10
|
-
|
|
11
|
-
var http = require('http');
|
|
12
|
-
// ...
|
|
13
|
-
```
|
|
14
|
-
|
|
15
|
-
## Testing
|
|
16
|
-
|
|
17
|
-
Simply do `npm test`. The tests are copied from node and mscedex/io.js, with some modifcations.
|
|
18
|
-
|
|
19
|
-
## Status
|
|
20
|
-
|
|
21
|
-
This should now be usable in any node application, it now supports (nearly) everything `http_parser.c` does while still being tolerant with corrupted headers, and other kinds of malformed data.
|
|
22
|
-
|
|
23
|
-
### Node Versions
|
|
24
|
-
|
|
25
|
-
`http-parser-js` should work via monkey-patching on Node v6-v11, and v13.
|
|
26
|
-
|
|
27
|
-
Node v12.x renamed the internal http parser, and did not expose it for monkey-patching, so to be able to monkey-patch on Node v12, you must run `node --http-parser=legacy file.js` to opt in to the old, monkey-patchable http_parser binding.
|
|
28
|
-
|
|
29
|
-
## License
|
|
30
|
-
|
|
31
|
-
MIT. See LICENSE.md
|
|
@@ -1,75 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"_args": [
|
|
3
|
-
[
|
|
4
|
-
"http-parser-js@0.5.2",
|
|
5
|
-
"/Users/conway/.node-red"
|
|
6
|
-
]
|
|
7
|
-
],
|
|
8
|
-
"_from": "http-parser-js@0.5.2",
|
|
9
|
-
"_id": "http-parser-js@0.5.2",
|
|
10
|
-
"_inBundle": false,
|
|
11
|
-
"_integrity": "sha512-opCO9ASqg5Wy2FNo7A0sxy71yGbbkJJXLdgMK04Tcypw9jr2MgWbyubb0+WdmDmGnFflO7fRbqbaihh/ENDlRQ==",
|
|
12
|
-
"_location": "/node-red-contrib-web-worldmap/websocket-driver/http-parser-js",
|
|
13
|
-
"_phantomChildren": {},
|
|
14
|
-
"_requested": {
|
|
15
|
-
"type": "version",
|
|
16
|
-
"registry": true,
|
|
17
|
-
"raw": "http-parser-js@0.5.2",
|
|
18
|
-
"name": "http-parser-js",
|
|
19
|
-
"escapedName": "http-parser-js",
|
|
20
|
-
"rawSpec": "0.5.2",
|
|
21
|
-
"saveSpec": null,
|
|
22
|
-
"fetchSpec": "0.5.2"
|
|
23
|
-
},
|
|
24
|
-
"_requiredBy": [
|
|
25
|
-
"/node-red-contrib-web-worldmap/websocket-driver"
|
|
26
|
-
],
|
|
27
|
-
"_resolved": "https://registry.npmjs.org/http-parser-js/-/http-parser-js-0.5.2.tgz",
|
|
28
|
-
"_spec": "0.5.2",
|
|
29
|
-
"_where": "/Users/conway/.node-red",
|
|
30
|
-
"author": {
|
|
31
|
-
"name": "Tim Caswell",
|
|
32
|
-
"url": "https://github.com/creationix"
|
|
33
|
-
},
|
|
34
|
-
"bugs": {
|
|
35
|
-
"url": "https://github.com/creationix/http-parser-js/issues"
|
|
36
|
-
},
|
|
37
|
-
"contributors": [
|
|
38
|
-
{
|
|
39
|
-
"name": "Jimb Esser",
|
|
40
|
-
"url": "https://github.com/Jimbly"
|
|
41
|
-
},
|
|
42
|
-
{
|
|
43
|
-
"name": "Lawrence Rowe",
|
|
44
|
-
"url": "https://github.com/lrowe"
|
|
45
|
-
},
|
|
46
|
-
{
|
|
47
|
-
"name": "Jan Schär",
|
|
48
|
-
"url": "https://github.com/jscissr"
|
|
49
|
-
},
|
|
50
|
-
{
|
|
51
|
-
"name": "Paul Rütter",
|
|
52
|
-
"url": "https://github.com/paulrutter"
|
|
53
|
-
}
|
|
54
|
-
],
|
|
55
|
-
"description": "A pure JS HTTP parser for node.",
|
|
56
|
-
"files": [
|
|
57
|
-
"http-parser.js"
|
|
58
|
-
],
|
|
59
|
-
"homepage": "https://github.com/creationix/http-parser-js#readme",
|
|
60
|
-
"keywords": [
|
|
61
|
-
"http"
|
|
62
|
-
],
|
|
63
|
-
"license": "MIT",
|
|
64
|
-
"main": "http-parser.js",
|
|
65
|
-
"name": "http-parser-js",
|
|
66
|
-
"repository": {
|
|
67
|
-
"type": "git",
|
|
68
|
-
"url": "git://github.com/creationix/http-parser-js.git"
|
|
69
|
-
},
|
|
70
|
-
"scripts": {
|
|
71
|
-
"test": "python tests/test.py && node tests/iojs/test-http-parser-durability.js",
|
|
72
|
-
"testv12": "python tests/test.py --node-args=\"--http-parser=legacy\" && node --http-parser=legacy tests/iojs/test-http-parser-durability.js"
|
|
73
|
-
},
|
|
74
|
-
"version": "0.5.2"
|
|
75
|
-
}
|