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
@@ -91,16 +91,15 @@ Object.defineProperty(exports, 'urlencoded', {
91
91
  */
92
92
 
93
93
  function bodyParser (options) {
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
- }
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
- "_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"
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
- "name": "Jed Watson",
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
- "deprecated": false,
45
- "description": "Utility to parse a string bytes to bytes and vice-versa",
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
- "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"
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
- "_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,
2
+ "name": "body-parser",
3
+ "description": "Node.js body parsing middleware",
4
+ "version": "1.20.1",
29
5
  "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
- }
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.10.3",
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": "7.32.0",
26
+ "eslint": "8.24.0",
58
27
  "eslint-config-standard": "14.1.1",
59
- "eslint-plugin-import": "2.25.4",
60
- "eslint-plugin-markdown": "2.2.1",
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": "5.2.0",
31
+ "eslint-plugin-promise": "6.0.1",
63
32
  "eslint-plugin-standard": "4.1.0",
64
33
  "methods": "1.1.2",
65
- "mocha": "9.2.2",
34
+ "mocha": "10.0.0",
66
35
  "nyc": "15.1.0",
67
36
  "safe-buffer": "5.2.1",
68
- "supertest": "6.2.2"
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
- "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"
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
- "_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"
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
- "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"
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
- "_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"
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
- "_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"
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
  }