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
@@ -91,15 +91,16 @@ Object.defineProperty(exports, 'urlencoded', {
91
91
  */
92
92
 
93
93
  function bodyParser (options) {
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
94
+ var opts = {}
95
+
96
+ // exclude type option
97
+ if (options) {
98
+ for (var prop in options) {
99
+ if (prop !== 'type') {
100
+ opts[prop] = options[prop]
101
+ }
101
102
  }
102
- })
103
+ }
103
104
 
104
105
  var _urlencoded = exports.urlencoded(opts)
105
106
  var _json = exports.json(opts)
@@ -1,42 +1,84 @@
1
1
  {
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)",
6
- "contributors": [
7
- "Jed Watson <jed.watson@me.com>",
8
- "Théo FIDRY <theo.fidry@gmail.com>"
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/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"
9
20
  ],
10
- "license": "MIT",
11
- "keywords": [
12
- "byte",
13
- "bytes",
14
- "utility",
15
- "parse",
16
- "parser",
17
- "convert",
18
- "converter"
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,
34
+ "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
+ }
19
43
  ],
20
- "repository": "visionmedia/bytes.js",
44
+ "deprecated": false,
45
+ "description": "Utility to parse a string bytes to bytes and vice-versa",
21
46
  "devDependencies": {
22
47
  "eslint": "7.32.0",
23
48
  "eslint-plugin-markdown": "2.2.1",
24
49
  "mocha": "9.2.0",
25
50
  "nyc": "15.1.0"
26
51
  },
52
+ "engines": {
53
+ "node": ">= 0.8"
54
+ },
27
55
  "files": [
28
56
  "History.md",
29
57
  "LICENSE",
30
58
  "Readme.md",
31
59
  "index.js"
32
60
  ],
33
- "engines": {
34
- "node": ">= 0.8"
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"
35
76
  },
36
77
  "scripts": {
37
78
  "lint": "eslint .",
38
79
  "test": "mocha --check-leaks --reporter spec",
39
80
  "test-ci": "nyc --reporter=lcov --reporter=text npm test",
40
81
  "test-cov": "nyc --reporter=html --reporter=text npm test"
41
- }
82
+ },
83
+ "version": "3.1.2"
42
84
  }
@@ -1,13 +1,42 @@
1
1
  {
2
- "name": "body-parser",
3
- "description": "Node.js body parsing middleware",
4
- "version": "1.20.1",
2
+ "_from": "body-parser@1.20.0",
3
+ "_id": "body-parser@1.20.0",
4
+ "_inBundle": false,
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,
5
29
  "contributors": [
6
- "Douglas Christopher Wilson <doug@somethingdoug.com>",
7
- "Jonathan Ong <me@jongleberry.com> (http://jongleberry.com)"
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
+ }
8
39
  ],
9
- "license": "MIT",
10
- "repository": "expressjs/body-parser",
11
40
  "dependencies": {
12
41
  "bytes": "3.1.2",
13
42
  "content-type": "~1.0.4",
@@ -17,24 +46,30 @@
17
46
  "http-errors": "2.0.0",
18
47
  "iconv-lite": "0.4.24",
19
48
  "on-finished": "2.4.1",
20
- "qs": "6.11.0",
49
+ "qs": "6.10.3",
21
50
  "raw-body": "2.5.1",
22
51
  "type-is": "~1.6.18",
23
52
  "unpipe": "1.0.0"
24
53
  },
54
+ "deprecated": false,
55
+ "description": "Node.js body parsing middleware",
25
56
  "devDependencies": {
26
- "eslint": "8.24.0",
57
+ "eslint": "7.32.0",
27
58
  "eslint-config-standard": "14.1.1",
28
- "eslint-plugin-import": "2.26.0",
29
- "eslint-plugin-markdown": "3.0.0",
59
+ "eslint-plugin-import": "2.25.4",
60
+ "eslint-plugin-markdown": "2.2.1",
30
61
  "eslint-plugin-node": "11.1.0",
31
- "eslint-plugin-promise": "6.0.1",
62
+ "eslint-plugin-promise": "5.2.0",
32
63
  "eslint-plugin-standard": "4.1.0",
33
64
  "methods": "1.1.2",
34
- "mocha": "10.0.0",
65
+ "mocha": "9.2.2",
35
66
  "nyc": "15.1.0",
36
67
  "safe-buffer": "5.2.1",
37
- "supertest": "6.3.0"
68
+ "supertest": "6.2.2"
69
+ },
70
+ "engines": {
71
+ "node": ">= 0.8",
72
+ "npm": "1.2.8000 || >= 1.4.16"
38
73
  },
39
74
  "files": [
40
75
  "lib/",
@@ -43,14 +78,18 @@
43
78
  "SECURITY.md",
44
79
  "index.js"
45
80
  ],
46
- "engines": {
47
- "node": ">= 0.8",
48
- "npm": "1.2.8000 || >= 1.4.16"
81
+ "homepage": "https://github.com/expressjs/body-parser#readme",
82
+ "license": "MIT",
83
+ "name": "body-parser",
84
+ "repository": {
85
+ "type": "git",
86
+ "url": "git+https://github.com/expressjs/body-parser.git"
49
87
  },
50
88
  "scripts": {
51
89
  "lint": "eslint .",
52
90
  "test": "mocha --require test/support/env --reporter spec --check-leaks --bail test/",
53
91
  "test-ci": "nyc --reporter=lcov --reporter=text npm test",
54
92
  "test-cov": "nyc --reporter=html --reporter=text npm test"
55
- }
93
+ },
94
+ "version": "1.20.0"
56
95
  }
@@ -1,19 +1,67 @@
1
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
- }
2
+ "_args": [
3
+ [
4
+ "bufferjs@3.0.1",
5
+ "/Users/conway/Projects/worldmap"
6
+ ]
7
+ ],
8
+ "_from": "bufferjs@3.0.1",
9
+ "_id": "bufferjs@3.0.1",
10
+ "_inBundle": false,
11
+ "_integrity": "sha1-BpLoKcsQoQVQ5kc5CwNesGw46O8=",
12
+ "_location": "/bufferjs",
13
+ "_phantomChildren": {},
14
+ "_requested": {
15
+ "type": "version",
16
+ "registry": true,
17
+ "raw": "bufferjs@3.0.1",
18
+ "name": "bufferjs",
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"
19
67
  }
@@ -1,18 +1,54 @@
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",
2
18
  "name": "bufferlist",
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"]
19
+ "escapedName": "bufferlist",
20
+ "rawSpec": "0.1.0",
21
+ "saveSpec": null,
22
+ "fetchSpec": "0.1.0"
23
+ },
24
+ "_requiredBy": [
25
+ "/header-stack"
26
+ ],
27
+ "_resolved": "https://registry.npmjs.org/bufferlist/-/bufferlist-0.1.0.tgz",
28
+ "_spec": "0.1.0",
29
+ "_where": "/Users/conway/Projects/worldmap",
30
+ "bugs": {
31
+ "url": "https://github.com/substack/node-bufferlist/issues"
32
+ },
33
+ "description": "Create linked lists of Buffer objects",
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"
18
54
  }
@@ -1,80 +1,108 @@
1
1
  {
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
- }
2
+ "_from": "call-bind@^1.0.0",
3
+ "_id": "call-bind@1.0.2",
4
+ "_inBundle": false,
5
+ "_integrity": "sha512-7O+FbCihrB5WGbFYesctwmTKae6rOiIzmz1icreWJ+0aA7LJfuqhEso2T9ncpcFtzMQtzXf2QGGueWJGTYsqrA==",
6
+ "_location": "/call-bind",
7
+ "_phantomChildren": {},
8
+ "_requested": {
9
+ "type": "range",
10
+ "registry": true,
11
+ "raw": "call-bind@^1.0.0",
12
+ "name": "call-bind",
13
+ "escapedName": "call-bind",
14
+ "rawSpec": "^1.0.0",
15
+ "saveSpec": null,
16
+ "fetchSpec": "^1.0.0"
17
+ },
18
+ "_requiredBy": [
19
+ "/side-channel"
20
+ ],
21
+ "_resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.2.tgz",
22
+ "_shasum": "b1d4e89e688119c3c9a903ad30abb2f6a919be3c",
23
+ "_spec": "call-bind@^1.0.0",
24
+ "_where": "/Users/conway/Projects/worldmap/node_modules/side-channel",
25
+ "author": {
26
+ "name": "Jordan Harband",
27
+ "email": "ljharb@gmail.com"
28
+ },
29
+ "auto-changelog": {
30
+ "output": "CHANGELOG.md",
31
+ "template": "keepachangelog",
32
+ "unreleased": false,
33
+ "commitLimit": false,
34
+ "backfillLimit": false,
35
+ "hideCredit": true
36
+ },
37
+ "bugs": {
38
+ "url": "https://github.com/ljharb/call-bind/issues"
39
+ },
40
+ "bundleDependencies": false,
41
+ "dependencies": {
42
+ "function-bind": "^1.1.1",
43
+ "get-intrinsic": "^1.0.2"
44
+ },
45
+ "deprecated": false,
46
+ "description": "Robustly `.call.bind()` a function",
47
+ "devDependencies": {
48
+ "@ljharb/eslint-config": "^17.3.0",
49
+ "aud": "^1.1.3",
50
+ "auto-changelog": "^2.2.1",
51
+ "eslint": "^7.17.0",
52
+ "nyc": "^10.3.2",
53
+ "safe-publish-latest": "^1.1.4",
54
+ "tape": "^5.1.1"
55
+ },
56
+ "exports": {
57
+ ".": [
58
+ {
59
+ "default": "./index.js"
60
+ },
61
+ "./index.js"
62
+ ],
63
+ "./callBound": [
64
+ {
65
+ "default": "./callBound.js"
66
+ },
67
+ "./callBound.js"
68
+ ],
69
+ "./package.json": "./package.json"
70
+ },
71
+ "funding": {
72
+ "url": "https://github.com/sponsors/ljharb"
73
+ },
74
+ "homepage": "https://github.com/ljharb/call-bind#readme",
75
+ "keywords": [
76
+ "javascript",
77
+ "ecmascript",
78
+ "es",
79
+ "js",
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"
80
108
  }
@@ -1,21 +1,57 @@
1
1
  {
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"
2
+ "_args": [
3
+ [
4
+ "cgi@0.3.1",
5
+ "/Users/conway/Projects/worldmap"
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"
8
37
  },
9
- "author": "Nathan Rajlich <nathan@tootallnate.net> (http://tootallnate.net)",
10
- "license": "MIT",
11
- "main": "./cgi.js",
12
38
  "dependencies": {
13
39
  "debug": "2",
14
40
  "extend": "~2.0.0",
15
41
  "header-stack": "~0.0.2",
16
42
  "stream-stack": "~1.1.1"
17
43
  },
44
+ "description": "A stack/connect layer to invoke and serve CGI executables",
18
45
  "devDependencies": {
19
46
  "connect": "~2.17.1"
20
- }
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"
21
57
  }