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.
- package/CHANGELOG.md +2 -0
- package/README.md +5 -3
- package/node_modules/@turf/bezier-spline/package.json +39 -70
- package/node_modules/@turf/helpers/package.json +38 -82
- package/node_modules/@turf/invariant/package.json +36 -73
- package/node_modules/accepts/package.json +15 -55
- package/node_modules/array-flatten/package.json +22 -47
- 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/call-bind/package.json +78 -106
- package/node_modules/cgi/package.json +10 -46
- package/node_modules/compressible/package.json +15 -58
- package/node_modules/compression/node_modules/bytes/package.json +20 -65
- package/node_modules/compression/package.json +10 -52
- package/node_modules/content-disposition/node_modules/safe-buffer/package.json +18 -43
- package/node_modules/content-disposition/package.json +14 -49
- package/node_modules/content-type/package.json +15 -54
- package/node_modules/cookie/package.json +14 -52
- package/node_modules/cookie-signature/package.json +8 -47
- package/node_modules/debug/package.json +21 -68
- package/node_modules/depd/package.json +13 -51
- package/node_modules/destroy/package.json +15 -50
- package/node_modules/ee-first/package.json +9 -43
- package/node_modules/encodeurl/package.json +14 -52
- package/node_modules/escape-html/package.json +12 -47
- package/node_modules/etag/package.json +15 -54
- 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/node_modules/safe-buffer/package.json +18 -43
- package/node_modules/express/package.json +33 -88
- package/node_modules/extend/package.json +42 -78
- package/node_modules/faye-websocket/package.json +33 -64
- package/node_modules/finalhandler/package.json +9 -44
- package/node_modules/forwarded/package.json +14 -49
- package/node_modules/fresh/package.json +17 -61
- package/node_modules/function-bind/package.json +23 -56
- package/node_modules/get-intrinsic/package.json +89 -118
- package/node_modules/has/package.json +21 -46
- package/node_modules/has-symbols/package.json +99 -124
- package/node_modules/header-stack/headers.js +33 -0
- package/node_modules/header-stack/index.js +2 -0
- package/node_modules/header-stack/package.json +14 -48
- package/node_modules/header-stack/parser.js +131 -0
- package/node_modules/header-stack/tests/dumps/multipart-folded-headers.eml +27 -0
- package/node_modules/header-stack/tests/dumps/simple-curl-get.dump +5 -0
- package/node_modules/header-stack/tests/test-empty.js +15 -0
- package/node_modules/header-stack/tests/test-multipart-folded-headers.js +21 -0
- package/node_modules/header-stack/tests/test-simple-curl-get.js +32 -0
- package/node_modules/http-errors/package.json +18 -63
- package/node_modules/iconv-lite/package.json +43 -77
- package/node_modules/inherits/package.json +12 -44
- package/node_modules/ipaddr.js/package.json +13 -48
- package/node_modules/media-typer/package.json +8 -43
- package/node_modules/merge-descriptors/package.json +10 -47
- package/node_modules/methods/package.json +17 -60
- package/node_modules/mime/package.json +13 -45
- 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/object-inspect/package.json +48 -76
- package/node_modules/on-finished/package.json +8 -50
- package/node_modules/on-headers/package.json +14 -52
- package/node_modules/parseurl/package.json +10 -54
- package/node_modules/path-to-regexp/package.json +15 -44
- package/node_modules/proxy-addr/package.json +14 -49
- 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/range-parser/package.json +18 -68
- package/node_modules/raw-body/node_modules/bytes/package.json +20 -62
- package/node_modules/raw-body/package.json +9 -51
- package/node_modules/safe-buffer/package.json +5 -36
- package/node_modules/safer-buffer/package.json +13 -42
- package/node_modules/send/node_modules/ms/package.json +20 -52
- package/node_modules/send/package.json +17 -62
- package/node_modules/serve-static/package.json +9 -44
- package/node_modules/setprototypeof/package.json +27 -55
- package/node_modules/side-channel/package.json +65 -93
- package/node_modules/sockjs/package.json +43 -70
- package/node_modules/statuses/package.json +19 -61
- package/node_modules/stream-stack/package.json +11 -43
- package/node_modules/toidentifier/package.json +9 -51
- package/node_modules/type-is/package.json +12 -55
- package/node_modules/unpipe/package.json +8 -45
- package/node_modules/utils-merge/package.json +19 -45
- package/node_modules/uuid/package.json +70 -99
- package/node_modules/vary/package.json +13 -52
- package/node_modules/websocket-driver/node_modules/http-parser-js/package.json +18 -65
- package/node_modules/websocket-driver/package.json +33 -68
- package/node_modules/websocket-extensions/package.json +27 -61
- package/package.json +1 -1
- package/worldmap/worldmap.js +95 -11
|
@@ -91,16 +91,15 @@ Object.defineProperty(exports, 'urlencoded', {
|
|
|
91
91
|
*/
|
|
92
92
|
|
|
93
93
|
function bodyParser (options) {
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
}
|
|
94
|
+
// use default type for parsers
|
|
95
|
+
var opts = Object.create(options || null, {
|
|
96
|
+
type: {
|
|
97
|
+
configurable: true,
|
|
98
|
+
enumerable: true,
|
|
99
|
+
value: undefined,
|
|
100
|
+
writable: true
|
|
102
101
|
}
|
|
103
|
-
}
|
|
102
|
+
})
|
|
104
103
|
|
|
105
104
|
var _urlencoded = exports.urlencoded(opts)
|
|
106
105
|
var _json = exports.json(opts)
|
|
@@ -1,84 +1,42 @@
|
|
|
1
1
|
{
|
|
2
|
-
"
|
|
3
|
-
"
|
|
4
|
-
"
|
|
5
|
-
"
|
|
6
|
-
"_location": "/node-red-contrib-web-worldmap/body-parser/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/body-parser"
|
|
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/body-parser",
|
|
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
|
-
|
|
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
|
-
"
|
|
45
|
-
"
|
|
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
|
-
"
|
|
62
|
-
|
|
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,42 +1,13 @@
|
|
|
1
1
|
{
|
|
2
|
-
"
|
|
3
|
-
"
|
|
4
|
-
"
|
|
5
|
-
"_integrity": "sha512-DfJ+q6EPcGKZD1QWUjSpqp+Q7bDQTsQIF4zfUAtZ6qk+H/3/QRhg9CEp39ss+/T2vw0+HaidC0ecJj/DRLIaKg==",
|
|
6
|
-
"_location": "/body-parser",
|
|
7
|
-
"_phantomChildren": {},
|
|
8
|
-
"_requested": {
|
|
9
|
-
"type": "version",
|
|
10
|
-
"registry": true,
|
|
11
|
-
"raw": "body-parser@1.20.0",
|
|
12
|
-
"name": "body-parser",
|
|
13
|
-
"escapedName": "body-parser",
|
|
14
|
-
"rawSpec": "1.20.0",
|
|
15
|
-
"saveSpec": null,
|
|
16
|
-
"fetchSpec": "1.20.0"
|
|
17
|
-
},
|
|
18
|
-
"_requiredBy": [
|
|
19
|
-
"/express"
|
|
20
|
-
],
|
|
21
|
-
"_resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.20.0.tgz",
|
|
22
|
-
"_shasum": "3de69bd89011c11573d7bfee6a64f11b6bd27cc5",
|
|
23
|
-
"_spec": "body-parser@1.20.0",
|
|
24
|
-
"_where": "/Users/conway/Projects/worldmap/node_modules/express",
|
|
25
|
-
"bugs": {
|
|
26
|
-
"url": "https://github.com/expressjs/body-parser/issues"
|
|
27
|
-
},
|
|
28
|
-
"bundleDependencies": false,
|
|
2
|
+
"name": "body-parser",
|
|
3
|
+
"description": "Node.js body parsing middleware",
|
|
4
|
+
"version": "1.20.1",
|
|
29
5
|
"contributors": [
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
"email": "doug@somethingdoug.com"
|
|
33
|
-
},
|
|
34
|
-
{
|
|
35
|
-
"name": "Jonathan Ong",
|
|
36
|
-
"email": "me@jongleberry.com",
|
|
37
|
-
"url": "http://jongleberry.com"
|
|
38
|
-
}
|
|
6
|
+
"Douglas Christopher Wilson <doug@somethingdoug.com>",
|
|
7
|
+
"Jonathan Ong <me@jongleberry.com> (http://jongleberry.com)"
|
|
39
8
|
],
|
|
9
|
+
"license": "MIT",
|
|
10
|
+
"repository": "expressjs/body-parser",
|
|
40
11
|
"dependencies": {
|
|
41
12
|
"bytes": "3.1.2",
|
|
42
13
|
"content-type": "~1.0.4",
|
|
@@ -46,30 +17,24 @@
|
|
|
46
17
|
"http-errors": "2.0.0",
|
|
47
18
|
"iconv-lite": "0.4.24",
|
|
48
19
|
"on-finished": "2.4.1",
|
|
49
|
-
"qs": "6.
|
|
20
|
+
"qs": "6.11.0",
|
|
50
21
|
"raw-body": "2.5.1",
|
|
51
22
|
"type-is": "~1.6.18",
|
|
52
23
|
"unpipe": "1.0.0"
|
|
53
24
|
},
|
|
54
|
-
"deprecated": false,
|
|
55
|
-
"description": "Node.js body parsing middleware",
|
|
56
25
|
"devDependencies": {
|
|
57
|
-
"eslint": "
|
|
26
|
+
"eslint": "8.24.0",
|
|
58
27
|
"eslint-config-standard": "14.1.1",
|
|
59
|
-
"eslint-plugin-import": "2.
|
|
60
|
-
"eslint-plugin-markdown": "
|
|
28
|
+
"eslint-plugin-import": "2.26.0",
|
|
29
|
+
"eslint-plugin-markdown": "3.0.0",
|
|
61
30
|
"eslint-plugin-node": "11.1.0",
|
|
62
|
-
"eslint-plugin-promise": "
|
|
31
|
+
"eslint-plugin-promise": "6.0.1",
|
|
63
32
|
"eslint-plugin-standard": "4.1.0",
|
|
64
33
|
"methods": "1.1.2",
|
|
65
|
-
"mocha": "
|
|
34
|
+
"mocha": "10.0.0",
|
|
66
35
|
"nyc": "15.1.0",
|
|
67
36
|
"safe-buffer": "5.2.1",
|
|
68
|
-
"supertest": "6.
|
|
69
|
-
},
|
|
70
|
-
"engines": {
|
|
71
|
-
"node": ">= 0.8",
|
|
72
|
-
"npm": "1.2.8000 || >= 1.4.16"
|
|
37
|
+
"supertest": "6.3.0"
|
|
73
38
|
},
|
|
74
39
|
"files": [
|
|
75
40
|
"lib/",
|
|
@@ -78,18 +43,14 @@
|
|
|
78
43
|
"SECURITY.md",
|
|
79
44
|
"index.js"
|
|
80
45
|
],
|
|
81
|
-
"
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
"repository": {
|
|
85
|
-
"type": "git",
|
|
86
|
-
"url": "git+https://github.com/expressjs/body-parser.git"
|
|
46
|
+
"engines": {
|
|
47
|
+
"node": ">= 0.8",
|
|
48
|
+
"npm": "1.2.8000 || >= 1.4.16"
|
|
87
49
|
},
|
|
88
50
|
"scripts": {
|
|
89
51
|
"lint": "eslint .",
|
|
90
52
|
"test": "mocha --require test/support/env --reporter spec --check-leaks --bail test/",
|
|
91
53
|
"test-ci": "nyc --reporter=lcov --reporter=text npm test",
|
|
92
54
|
"test-cov": "nyc --reporter=html --reporter=text npm test"
|
|
93
|
-
}
|
|
94
|
-
"version": "1.20.0"
|
|
55
|
+
}
|
|
95
56
|
}
|
|
@@ -1,67 +1,19 @@
|
|
|
1
1
|
{
|
|
2
|
-
"
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
"
|
|
9
|
-
"
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
"
|
|
14
|
-
"
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
"escapedName": "bufferjs",
|
|
20
|
-
"rawSpec": "3.0.1",
|
|
21
|
-
"saveSpec": null,
|
|
22
|
-
"fetchSpec": "3.0.1"
|
|
23
|
-
},
|
|
24
|
-
"_requiredBy": [
|
|
25
|
-
"/header-stack"
|
|
26
|
-
],
|
|
27
|
-
"_resolved": "https://registry.npmjs.org/bufferjs/-/bufferjs-3.0.1.tgz",
|
|
28
|
-
"_spec": "3.0.1",
|
|
29
|
-
"_where": "/Users/conway/Projects/worldmap",
|
|
30
|
-
"author": {
|
|
31
|
-
"name": "AJ ONeal",
|
|
32
|
-
"email": "coolaj86@gmail.com"
|
|
33
|
-
},
|
|
34
|
-
"bugs": {
|
|
35
|
-
"url": "https://github.com/coolaj86/node-bufferjs/issues"
|
|
36
|
-
},
|
|
37
|
-
"contributors": [
|
|
38
|
-
{
|
|
39
|
-
"name": "Nathan Rajlich",
|
|
40
|
-
"email": "nathan@tootallnate.net"
|
|
41
|
-
},
|
|
42
|
-
{
|
|
43
|
-
"name": "Justin Freitag @justinfreitag"
|
|
44
|
-
}
|
|
45
|
-
],
|
|
46
|
-
"dependencies": {},
|
|
47
|
-
"description": "Pure JavaScript Buffer utils.",
|
|
48
|
-
"engines": {
|
|
49
|
-
"node": ">=0.2.0"
|
|
50
|
-
},
|
|
51
|
-
"homepage": "https://github.com/coolaj86/node-bufferjs#readme",
|
|
52
|
-
"keywords": [
|
|
53
|
-
"util",
|
|
54
|
-
"buffer",
|
|
55
|
-
"chunk",
|
|
56
|
-
"indexOf"
|
|
57
|
-
],
|
|
58
|
-
"license": "MIT",
|
|
59
|
-
"main": "./index",
|
|
60
|
-
"name": "bufferjs",
|
|
61
|
-
"repository": {
|
|
62
|
-
"type": "git",
|
|
63
|
-
"url": "git+https://github.com/coolaj86/node-bufferjs.git"
|
|
64
|
-
},
|
|
65
|
-
"url": "http://github.com/coolaj86/node-bufferjs/",
|
|
66
|
-
"version": "3.0.1"
|
|
2
|
+
"name" : "bufferjs",
|
|
3
|
+
"description" : "Pure JavaScript Buffer utils.",
|
|
4
|
+
"url" : "http://github.com/coolaj86/node-bufferjs/",
|
|
5
|
+
"repository" : "coolaj86/node-bufferjs",
|
|
6
|
+
"keywords" : ["util", "buffer", "chunk", "indexOf"],
|
|
7
|
+
"author" : "AJ ONeal <coolaj86@gmail.com>",
|
|
8
|
+
"license" : "MIT",
|
|
9
|
+
"contributors" : [
|
|
10
|
+
"Nathan Rajlich <nathan@tootallnate.net>",
|
|
11
|
+
"Justin Freitag @justinfreitag"
|
|
12
|
+
],
|
|
13
|
+
"dependencies" : {},
|
|
14
|
+
"version" : "3.0.1",
|
|
15
|
+
"main" : "./index",
|
|
16
|
+
"engines" : {
|
|
17
|
+
"node" : ">=0.2.0"
|
|
18
|
+
}
|
|
67
19
|
}
|
|
@@ -1,54 +1,18 @@
|
|
|
1
1
|
{
|
|
2
|
-
"_args": [
|
|
3
|
-
[
|
|
4
|
-
"bufferlist@0.1.0",
|
|
5
|
-
"/Users/conway/Projects/worldmap"
|
|
6
|
-
]
|
|
7
|
-
],
|
|
8
|
-
"_from": "bufferlist@0.1.0",
|
|
9
|
-
"_id": "bufferlist@0.1.0",
|
|
10
|
-
"_inBundle": false,
|
|
11
|
-
"_integrity": "sha1-Qr7y2JVztA+hCGuzng9TEBcNHd0=",
|
|
12
|
-
"_location": "/bufferlist",
|
|
13
|
-
"_phantomChildren": {},
|
|
14
|
-
"_requested": {
|
|
15
|
-
"type": "version",
|
|
16
|
-
"registry": true,
|
|
17
|
-
"raw": "bufferlist@0.1.0",
|
|
18
2
|
"name": "bufferlist",
|
|
19
|
-
"
|
|
20
|
-
"
|
|
21
|
-
"
|
|
22
|
-
"
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
"devDependencies": {
|
|
35
|
-
"expresso": ">= 0.7.2"
|
|
36
|
-
},
|
|
37
|
-
"directories": {
|
|
38
|
-
"lib": "."
|
|
39
|
-
},
|
|
40
|
-
"engine": [
|
|
41
|
-
"node >=0.1.97"
|
|
42
|
-
],
|
|
43
|
-
"homepage": "https://github.com/substack/node-bufferlist#readme",
|
|
44
|
-
"main": "./bufferlist",
|
|
45
|
-
"name": "bufferlist",
|
|
46
|
-
"repository": {
|
|
47
|
-
"type": "git",
|
|
48
|
-
"url": "git+ssh://git@github.com/substack/node-bufferlist.git"
|
|
49
|
-
},
|
|
50
|
-
"scripts": {
|
|
51
|
-
"test": "expresso"
|
|
52
|
-
},
|
|
53
|
-
"version": "0.1.0"
|
|
3
|
+
"version": "0.1.0",
|
|
4
|
+
"description": "Create linked lists of Buffer objects",
|
|
5
|
+
"directories": { "lib": "." },
|
|
6
|
+
"main": "./bufferlist",
|
|
7
|
+
"repository": {
|
|
8
|
+
"type": "git",
|
|
9
|
+
"url": "http://github.com/substack/node-bufferlist.git"
|
|
10
|
+
},
|
|
11
|
+
"devDependencies" : {
|
|
12
|
+
"expresso": ">= 0.7.2"
|
|
13
|
+
},
|
|
14
|
+
"scripts": {
|
|
15
|
+
"test": "expresso"
|
|
16
|
+
},
|
|
17
|
+
"engine": ["node >=0.1.97"]
|
|
54
18
|
}
|
|
@@ -1,108 +1,80 @@
|
|
|
1
1
|
{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
"callbind",
|
|
81
|
-
"callbound",
|
|
82
|
-
"call",
|
|
83
|
-
"bind",
|
|
84
|
-
"bound",
|
|
85
|
-
"call-bind",
|
|
86
|
-
"call-bound",
|
|
87
|
-
"function",
|
|
88
|
-
"es-abstract"
|
|
89
|
-
],
|
|
90
|
-
"license": "MIT",
|
|
91
|
-
"main": "index.js",
|
|
92
|
-
"name": "call-bind",
|
|
93
|
-
"repository": {
|
|
94
|
-
"type": "git",
|
|
95
|
-
"url": "git+https://github.com/ljharb/call-bind.git"
|
|
96
|
-
},
|
|
97
|
-
"scripts": {
|
|
98
|
-
"lint": "eslint --ext=.js,.mjs .",
|
|
99
|
-
"posttest": "aud --production",
|
|
100
|
-
"postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
|
|
101
|
-
"prepublish": "safe-publish-latest",
|
|
102
|
-
"pretest": "npm run lint",
|
|
103
|
-
"test": "npm run tests-only",
|
|
104
|
-
"tests-only": "nyc tape 'test/*'",
|
|
105
|
-
"version": "auto-changelog && git add CHANGELOG.md"
|
|
106
|
-
},
|
|
107
|
-
"version": "1.0.2"
|
|
2
|
+
"name": "call-bind",
|
|
3
|
+
"version": "1.0.2",
|
|
4
|
+
"description": "Robustly `.call.bind()` a function",
|
|
5
|
+
"main": "index.js",
|
|
6
|
+
"exports": {
|
|
7
|
+
".": [
|
|
8
|
+
{
|
|
9
|
+
"default": "./index.js"
|
|
10
|
+
},
|
|
11
|
+
"./index.js"
|
|
12
|
+
],
|
|
13
|
+
"./callBound": [
|
|
14
|
+
{
|
|
15
|
+
"default": "./callBound.js"
|
|
16
|
+
},
|
|
17
|
+
"./callBound.js"
|
|
18
|
+
],
|
|
19
|
+
"./package.json": "./package.json"
|
|
20
|
+
},
|
|
21
|
+
"scripts": {
|
|
22
|
+
"prepublish": "safe-publish-latest",
|
|
23
|
+
"lint": "eslint --ext=.js,.mjs .",
|
|
24
|
+
"pretest": "npm run lint",
|
|
25
|
+
"tests-only": "nyc tape 'test/*'",
|
|
26
|
+
"test": "npm run tests-only",
|
|
27
|
+
"posttest": "aud --production",
|
|
28
|
+
"version": "auto-changelog && git add CHANGELOG.md",
|
|
29
|
+
"postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\""
|
|
30
|
+
},
|
|
31
|
+
"repository": {
|
|
32
|
+
"type": "git",
|
|
33
|
+
"url": "git+https://github.com/ljharb/call-bind.git"
|
|
34
|
+
},
|
|
35
|
+
"keywords": [
|
|
36
|
+
"javascript",
|
|
37
|
+
"ecmascript",
|
|
38
|
+
"es",
|
|
39
|
+
"js",
|
|
40
|
+
"callbind",
|
|
41
|
+
"callbound",
|
|
42
|
+
"call",
|
|
43
|
+
"bind",
|
|
44
|
+
"bound",
|
|
45
|
+
"call-bind",
|
|
46
|
+
"call-bound",
|
|
47
|
+
"function",
|
|
48
|
+
"es-abstract"
|
|
49
|
+
],
|
|
50
|
+
"author": "Jordan Harband <ljharb@gmail.com>",
|
|
51
|
+
"funding": {
|
|
52
|
+
"url": "https://github.com/sponsors/ljharb"
|
|
53
|
+
},
|
|
54
|
+
"license": "MIT",
|
|
55
|
+
"bugs": {
|
|
56
|
+
"url": "https://github.com/ljharb/call-bind/issues"
|
|
57
|
+
},
|
|
58
|
+
"homepage": "https://github.com/ljharb/call-bind#readme",
|
|
59
|
+
"devDependencies": {
|
|
60
|
+
"@ljharb/eslint-config": "^17.3.0",
|
|
61
|
+
"aud": "^1.1.3",
|
|
62
|
+
"auto-changelog": "^2.2.1",
|
|
63
|
+
"eslint": "^7.17.0",
|
|
64
|
+
"nyc": "^10.3.2",
|
|
65
|
+
"safe-publish-latest": "^1.1.4",
|
|
66
|
+
"tape": "^5.1.1"
|
|
67
|
+
},
|
|
68
|
+
"dependencies": {
|
|
69
|
+
"function-bind": "^1.1.1",
|
|
70
|
+
"get-intrinsic": "^1.0.2"
|
|
71
|
+
},
|
|
72
|
+
"auto-changelog": {
|
|
73
|
+
"output": "CHANGELOG.md",
|
|
74
|
+
"template": "keepachangelog",
|
|
75
|
+
"unreleased": false,
|
|
76
|
+
"commitLimit": false,
|
|
77
|
+
"backfillLimit": false,
|
|
78
|
+
"hideCredit": true
|
|
79
|
+
}
|
|
108
80
|
}
|
|
@@ -1,57 +1,21 @@
|
|
|
1
1
|
{
|
|
2
|
-
"
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
"_from": "cgi@0.3.1",
|
|
9
|
-
"_id": "cgi@0.3.1",
|
|
10
|
-
"_inBundle": false,
|
|
11
|
-
"_integrity": "sha1-h1HaZKHPGEnREFYxi3YNGs+6R9w=",
|
|
12
|
-
"_location": "/cgi",
|
|
13
|
-
"_phantomChildren": {},
|
|
14
|
-
"_requested": {
|
|
15
|
-
"type": "version",
|
|
16
|
-
"registry": true,
|
|
17
|
-
"raw": "cgi@0.3.1",
|
|
18
|
-
"name": "cgi",
|
|
19
|
-
"escapedName": "cgi",
|
|
20
|
-
"rawSpec": "0.3.1",
|
|
21
|
-
"saveSpec": null,
|
|
22
|
-
"fetchSpec": "0.3.1"
|
|
23
|
-
},
|
|
24
|
-
"_requiredBy": [
|
|
25
|
-
"/"
|
|
26
|
-
],
|
|
27
|
-
"_resolved": "https://registry.npmjs.org/cgi/-/cgi-0.3.1.tgz",
|
|
28
|
-
"_spec": "0.3.1",
|
|
29
|
-
"_where": "/Users/conway/Projects/worldmap",
|
|
30
|
-
"author": {
|
|
31
|
-
"name": "Nathan Rajlich",
|
|
32
|
-
"email": "nathan@tootallnate.net",
|
|
33
|
-
"url": "http://tootallnate.net"
|
|
34
|
-
},
|
|
35
|
-
"bugs": {
|
|
36
|
-
"url": "https://github.com/TooTallNate/node-cgi/issues"
|
|
2
|
+
"name": "cgi",
|
|
3
|
+
"description": "A stack/connect layer to invoke and serve CGI executables",
|
|
4
|
+
"version": "0.3.1",
|
|
5
|
+
"repository": {
|
|
6
|
+
"type": "git",
|
|
7
|
+
"url": "git://github.com/TooTallNate/node-cgi.git"
|
|
37
8
|
},
|
|
9
|
+
"author": "Nathan Rajlich <nathan@tootallnate.net> (http://tootallnate.net)",
|
|
10
|
+
"license": "MIT",
|
|
11
|
+
"main": "./cgi.js",
|
|
38
12
|
"dependencies": {
|
|
39
13
|
"debug": "2",
|
|
40
14
|
"extend": "~2.0.0",
|
|
41
15
|
"header-stack": "~0.0.2",
|
|
42
16
|
"stream-stack": "~1.1.1"
|
|
43
17
|
},
|
|
44
|
-
"description": "A stack/connect layer to invoke and serve CGI executables",
|
|
45
18
|
"devDependencies": {
|
|
46
19
|
"connect": "~2.17.1"
|
|
47
|
-
}
|
|
48
|
-
"homepage": "https://github.com/TooTallNate/node-cgi#readme",
|
|
49
|
-
"license": "MIT",
|
|
50
|
-
"main": "./cgi.js",
|
|
51
|
-
"name": "cgi",
|
|
52
|
-
"repository": {
|
|
53
|
-
"type": "git",
|
|
54
|
-
"url": "git://github.com/TooTallNate/node-cgi.git"
|
|
55
|
-
},
|
|
56
|
-
"version": "0.3.1"
|
|
20
|
+
}
|
|
57
21
|
}
|