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,10 +1,35 @@
1
1
  {
2
- "name": "finalhandler",
3
- "description": "Node.js final http responder",
4
- "version": "1.2.0",
5
- "author": "Douglas Christopher Wilson <doug@somethingdoug.com>",
6
- "license": "MIT",
7
- "repository": "pillarjs/finalhandler",
2
+ "_from": "finalhandler@1.2.0",
3
+ "_id": "finalhandler@1.2.0",
4
+ "_inBundle": false,
5
+ "_integrity": "sha512-5uXcUVftlQMFnWC9qu/svkWv3GTd2PfUhK/3PLkYNAe7FbqJMt3515HaxE6eRL74GdsriiwujiawdaB1BpEISg==",
6
+ "_location": "/finalhandler",
7
+ "_phantomChildren": {},
8
+ "_requested": {
9
+ "type": "version",
10
+ "registry": true,
11
+ "raw": "finalhandler@1.2.0",
12
+ "name": "finalhandler",
13
+ "escapedName": "finalhandler",
14
+ "rawSpec": "1.2.0",
15
+ "saveSpec": null,
16
+ "fetchSpec": "1.2.0"
17
+ },
18
+ "_requiredBy": [
19
+ "/express"
20
+ ],
21
+ "_resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-1.2.0.tgz",
22
+ "_shasum": "7d23fe5731b207b4640e4fcd00aec1f9207a7b32",
23
+ "_spec": "finalhandler@1.2.0",
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/pillarjs/finalhandler/issues"
31
+ },
32
+ "bundleDependencies": false,
8
33
  "dependencies": {
9
34
  "debug": "2.6.9",
10
35
  "encodeurl": "~1.0.2",
@@ -14,6 +39,8 @@
14
39
  "statuses": "2.0.1",
15
40
  "unpipe": "~1.0.0"
16
41
  },
42
+ "deprecated": false,
43
+ "description": "Node.js final http responder",
17
44
  "devDependencies": {
18
45
  "eslint": "7.32.0",
19
46
  "eslint-config-standard": "14.1.1",
@@ -28,19 +55,27 @@
28
55
  "safe-buffer": "5.2.1",
29
56
  "supertest": "6.2.2"
30
57
  },
58
+ "engines": {
59
+ "node": ">= 0.8"
60
+ },
31
61
  "files": [
32
62
  "LICENSE",
33
63
  "HISTORY.md",
34
64
  "SECURITY.md",
35
65
  "index.js"
36
66
  ],
37
- "engines": {
38
- "node": ">= 0.8"
67
+ "homepage": "https://github.com/pillarjs/finalhandler#readme",
68
+ "license": "MIT",
69
+ "name": "finalhandler",
70
+ "repository": {
71
+ "type": "git",
72
+ "url": "git+https://github.com/pillarjs/finalhandler.git"
39
73
  },
40
74
  "scripts": {
41
75
  "lint": "eslint .",
42
76
  "test": "mocha --reporter spec --bail --check-leaks test/",
43
77
  "test-ci": "nyc --reporter=lcovonly --reporter=text npm test",
44
78
  "test-cov": "nyc --reporter=html --reporter=text npm test"
45
- }
79
+ },
80
+ "version": "1.2.0"
46
81
  }
@@ -1,17 +1,39 @@
1
1
  {
2
- "name": "forwarded",
3
- "description": "Parse HTTP X-Forwarded-For header",
4
- "version": "0.2.0",
5
- "contributors": [
6
- "Douglas Christopher Wilson <doug@somethingdoug.com>"
2
+ "_from": "forwarded@0.2.0",
3
+ "_id": "forwarded@0.2.0",
4
+ "_inBundle": false,
5
+ "_integrity": "sha512-buRG0fpBtRHSTCOASe6hD258tEubFoRLb4ZNA6NxMVHNw2gOcwHo9wyablzMzOA5z9xA9L1KNjk/Nt6MT9aYow==",
6
+ "_location": "/node-red-contrib-web-worldmap/forwarded",
7
+ "_phantomChildren": {},
8
+ "_requested": {
9
+ "type": "version",
10
+ "registry": true,
11
+ "raw": "forwarded@0.2.0",
12
+ "name": "forwarded",
13
+ "escapedName": "forwarded",
14
+ "rawSpec": "0.2.0",
15
+ "saveSpec": null,
16
+ "fetchSpec": "0.2.0"
17
+ },
18
+ "_requiredBy": [
19
+ "/node-red-contrib-web-worldmap/proxy-addr"
7
20
  ],
8
- "license": "MIT",
9
- "keywords": [
10
- "x-forwarded-for",
11
- "http",
12
- "req"
21
+ "_resolved": "https://registry.npmjs.org/forwarded/-/forwarded-0.2.0.tgz",
22
+ "_shasum": "2269936428aad4c15c7ebe9779a84bf0b2a81811",
23
+ "_spec": "forwarded@0.2.0",
24
+ "_where": "/Users/conway/Projects/worldmap/node_modules/proxy-addr",
25
+ "bugs": {
26
+ "url": "https://github.com/jshttp/forwarded/issues"
27
+ },
28
+ "bundleDependencies": false,
29
+ "contributors": [
30
+ {
31
+ "name": "Douglas Christopher Wilson",
32
+ "email": "doug@somethingdoug.com"
33
+ }
13
34
  ],
14
- "repository": "jshttp/forwarded",
35
+ "deprecated": false,
36
+ "description": "Parse HTTP X-Forwarded-For header",
15
37
  "devDependencies": {
16
38
  "beautify-benchmark": "0.2.4",
17
39
  "benchmark": "2.1.4",
@@ -25,14 +47,26 @@
25
47
  "mocha": "8.4.0",
26
48
  "nyc": "15.1.0"
27
49
  },
50
+ "engines": {
51
+ "node": ">= 0.6"
52
+ },
28
53
  "files": [
29
54
  "LICENSE",
30
55
  "HISTORY.md",
31
56
  "README.md",
32
57
  "index.js"
33
58
  ],
34
- "engines": {
35
- "node": ">= 0.6"
59
+ "homepage": "https://github.com/jshttp/forwarded#readme",
60
+ "keywords": [
61
+ "x-forwarded-for",
62
+ "http",
63
+ "req"
64
+ ],
65
+ "license": "MIT",
66
+ "name": "forwarded",
67
+ "repository": {
68
+ "type": "git",
69
+ "url": "git+https://github.com/jshttp/forwarded.git"
36
70
  },
37
71
  "scripts": {
38
72
  "bench": "node benchmark/index.js",
@@ -41,5 +75,6 @@
41
75
  "test-ci": "nyc --reporter=lcov --reporter=text npm test",
42
76
  "test-cov": "nyc --reporter=html --reporter=text npm test",
43
77
  "version": "node scripts/version-history.js && git add HISTORY.md"
44
- }
78
+ },
79
+ "version": "0.2.0"
45
80
  }
@@ -1,20 +1,50 @@
1
1
  {
2
- "name": "fresh",
3
- "description": "HTTP response freshness testing",
4
- "version": "0.5.2",
5
- "author": "TJ Holowaychuk <tj@vision-media.ca> (http://tjholowaychuk.com)",
6
- "contributors": [
7
- "Douglas Christopher Wilson <doug@somethingdoug.com>",
8
- "Jonathan Ong <me@jongleberry.com> (http://jongleberry.com)"
2
+ "_from": "fresh@0.5.2",
3
+ "_id": "fresh@0.5.2",
4
+ "_inBundle": false,
5
+ "_integrity": "sha512-zJ2mQYM18rEFOudeV4GShTGIQ7RbzA7ozbU9I/XBpm7kqgMywgmylMwXHxZJmkVoYkna9d2pVXVXPdYTP9ej8Q==",
6
+ "_location": "/fresh",
7
+ "_phantomChildren": {},
8
+ "_requested": {
9
+ "type": "version",
10
+ "registry": true,
11
+ "raw": "fresh@0.5.2",
12
+ "name": "fresh",
13
+ "escapedName": "fresh",
14
+ "rawSpec": "0.5.2",
15
+ "saveSpec": null,
16
+ "fetchSpec": "0.5.2"
17
+ },
18
+ "_requiredBy": [
19
+ "/express",
20
+ "/send"
9
21
  ],
10
- "license": "MIT",
11
- "keywords": [
12
- "fresh",
13
- "http",
14
- "conditional",
15
- "cache"
22
+ "_resolved": "https://registry.npmjs.org/fresh/-/fresh-0.5.2.tgz",
23
+ "_shasum": "3d8cadd90d976569fa835ab1f8e4b23a105605a7",
24
+ "_spec": "fresh@0.5.2",
25
+ "_where": "/Users/conway/Projects/worldmap/node_modules/express",
26
+ "author": {
27
+ "name": "TJ Holowaychuk",
28
+ "email": "tj@vision-media.ca",
29
+ "url": "http://tjholowaychuk.com"
30
+ },
31
+ "bugs": {
32
+ "url": "https://github.com/jshttp/fresh/issues"
33
+ },
34
+ "bundleDependencies": false,
35
+ "contributors": [
36
+ {
37
+ "name": "Douglas Christopher Wilson",
38
+ "email": "doug@somethingdoug.com"
39
+ },
40
+ {
41
+ "name": "Jonathan Ong",
42
+ "email": "me@jongleberry.com",
43
+ "url": "http://jongleberry.com"
44
+ }
16
45
  ],
17
- "repository": "jshttp/fresh",
46
+ "deprecated": false,
47
+ "description": "HTTP response freshness testing",
18
48
  "devDependencies": {
19
49
  "beautify-benchmark": "0.2.4",
20
50
  "benchmark": "2.1.4",
@@ -28,13 +58,26 @@
28
58
  "istanbul": "0.4.5",
29
59
  "mocha": "1.21.5"
30
60
  },
61
+ "engines": {
62
+ "node": ">= 0.6"
63
+ },
31
64
  "files": [
32
65
  "HISTORY.md",
33
66
  "LICENSE",
34
67
  "index.js"
35
68
  ],
36
- "engines": {
37
- "node": ">= 0.6"
69
+ "homepage": "https://github.com/jshttp/fresh#readme",
70
+ "keywords": [
71
+ "fresh",
72
+ "http",
73
+ "conditional",
74
+ "cache"
75
+ ],
76
+ "license": "MIT",
77
+ "name": "fresh",
78
+ "repository": {
79
+ "type": "git",
80
+ "url": "git+https://github.com/jshttp/fresh.git"
38
81
  },
39
82
  "scripts": {
40
83
  "bench": "node benchmark/index.js",
@@ -42,5 +85,6 @@
42
85
  "test": "mocha --reporter spec --bail --check-leaks test/",
43
86
  "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
44
87
  "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"
45
- }
88
+ },
89
+ "version": "0.5.2"
46
90
  }
@@ -1,17 +1,38 @@
1
1
  {
2
- "name": "function-bind",
3
- "version": "1.1.1",
4
- "description": "Implementation of Function.prototype.bind",
5
- "keywords": [
6
- "function",
7
- "bind",
8
- "shim",
9
- "es5"
2
+ "_from": "function-bind@^1.1.1",
3
+ "_id": "function-bind@1.1.1",
4
+ "_inBundle": false,
5
+ "_integrity": "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==",
6
+ "_location": "/function-bind",
7
+ "_phantomChildren": {},
8
+ "_requested": {
9
+ "type": "range",
10
+ "registry": true,
11
+ "raw": "function-bind@^1.1.1",
12
+ "name": "function-bind",
13
+ "escapedName": "function-bind",
14
+ "rawSpec": "^1.1.1",
15
+ "saveSpec": null,
16
+ "fetchSpec": "^1.1.1"
17
+ },
18
+ "_requiredBy": [
19
+ "/call-bind",
20
+ "/get-intrinsic",
21
+ "/has"
10
22
  ],
11
- "author": "Raynos <raynos2@gmail.com>",
12
- "repository": "git://github.com/Raynos/function-bind.git",
13
- "main": "index",
14
- "homepage": "https://github.com/Raynos/function-bind",
23
+ "_resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz",
24
+ "_shasum": "a56899d3ea3c9bab874bb9773b7c5ede92f4895d",
25
+ "_spec": "function-bind@^1.1.1",
26
+ "_where": "/Users/conway/Projects/worldmap/node_modules/call-bind",
27
+ "author": {
28
+ "name": "Raynos",
29
+ "email": "raynos2@gmail.com"
30
+ },
31
+ "bugs": {
32
+ "url": "https://github.com/Raynos/function-bind/issues",
33
+ "email": "raynos2@gmail.com"
34
+ },
35
+ "bundleDependencies": false,
15
36
  "contributors": [
16
37
  {
17
38
  "name": "Raynos"
@@ -21,11 +42,9 @@
21
42
  "url": "https://github.com/ljharb"
22
43
  }
23
44
  ],
24
- "bugs": {
25
- "url": "https://github.com/Raynos/function-bind/issues",
26
- "email": "raynos2@gmail.com"
27
- },
28
45
  "dependencies": {},
46
+ "deprecated": false,
47
+ "description": "Implementation of Function.prototype.bind",
29
48
  "devDependencies": {
30
49
  "@ljharb/eslint-config": "^12.2.1",
31
50
  "covert": "^1.1.0",
@@ -33,16 +52,29 @@
33
52
  "jscs": "^3.0.7",
34
53
  "tape": "^4.8.0"
35
54
  },
55
+ "homepage": "https://github.com/Raynos/function-bind",
56
+ "keywords": [
57
+ "function",
58
+ "bind",
59
+ "shim",
60
+ "es5"
61
+ ],
36
62
  "license": "MIT",
63
+ "main": "index",
64
+ "name": "function-bind",
65
+ "repository": {
66
+ "type": "git",
67
+ "url": "git://github.com/Raynos/function-bind.git"
68
+ },
37
69
  "scripts": {
38
- "pretest": "npm run lint",
39
- "test": "npm run tests-only",
40
- "posttest": "npm run coverage -- --quiet",
41
- "tests-only": "node test",
42
70
  "coverage": "covert test/*.js",
43
- "lint": "npm run jscs && npm run eslint",
71
+ "eslint": "eslint *.js */*.js",
44
72
  "jscs": "jscs *.js */*.js",
45
- "eslint": "eslint *.js */*.js"
73
+ "lint": "npm run jscs && npm run eslint",
74
+ "posttest": "npm run coverage -- --quiet",
75
+ "pretest": "npm run lint",
76
+ "test": "npm run tests-only",
77
+ "tests-only": "node test"
46
78
  },
47
79
  "testling": {
48
80
  "files": "test/index.js",
@@ -59,5 +91,6 @@
59
91
  "iphone/6.0..latest",
60
92
  "android-browser/4.2..latest"
61
93
  ]
62
- }
94
+ },
95
+ "version": "1.1.1"
63
96
  }
@@ -1,91 +1,120 @@
1
1
  {
2
- "name": "get-intrinsic",
3
- "version": "1.1.3",
4
- "description": "Get and robustly cache all JS language-level intrinsics at first require time",
5
- "main": "index.js",
6
- "exports": {
7
- ".": [
8
- {
9
- "default": "./index.js"
10
- },
11
- "./index.js"
12
- ],
13
- "./package.json": "./package.json"
14
- },
15
- "scripts": {
16
- "prepack": "npmignore --auto --commentLines=autogenerated",
17
- "prepublish": "not-in-publish || npm run prepublishOnly",
18
- "prepublishOnly": "safe-publish-latest",
19
- "prelint": "evalmd README.md",
20
- "lint": "eslint --ext=.js,.mjs .",
21
- "pretest": "npm run lint",
22
- "tests-only": "nyc tape 'test/**/*.js'",
23
- "test": "npm run tests-only",
24
- "posttest": "aud --production",
25
- "version": "auto-changelog && git add CHANGELOG.md",
26
- "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\""
27
- },
28
- "repository": {
29
- "type": "git",
30
- "url": "git+https://github.com/ljharb/get-intrinsic.git"
31
- },
32
- "keywords": [
33
- "javascript",
34
- "ecmascript",
35
- "es",
36
- "js",
37
- "intrinsic",
38
- "getintrinsic",
39
- "es-abstract"
40
- ],
41
- "author": "Jordan Harband <ljharb@gmail.com>",
42
- "funding": {
43
- "url": "https://github.com/sponsors/ljharb"
44
- },
45
- "license": "MIT",
46
- "bugs": {
47
- "url": "https://github.com/ljharb/get-intrinsic/issues"
48
- },
49
- "homepage": "https://github.com/ljharb/get-intrinsic#readme",
50
- "devDependencies": {
51
- "@ljharb/eslint-config": "^21.0.0",
52
- "aud": "^2.0.0",
53
- "auto-changelog": "^2.4.0",
54
- "call-bind": "^1.0.2",
55
- "es-abstract": "^1.20.2",
56
- "es-value-fixtures": "^1.4.2",
57
- "eslint": "=8.8.0",
58
- "evalmd": "^0.0.19",
59
- "for-each": "^0.3.3",
60
- "make-async-function": "^1.0.0",
61
- "make-async-generator-function": "^1.0.0",
62
- "make-generator-function": "^2.0.0",
63
- "mock-property": "^1.0.0",
64
- "npmignore": "^0.3.0",
65
- "nyc": "^10.3.2",
66
- "object-inspect": "^1.12.2",
67
- "safe-publish-latest": "^2.0.0",
68
- "tape": "^5.6.0"
69
- },
70
- "auto-changelog": {
71
- "output": "CHANGELOG.md",
72
- "template": "keepachangelog",
73
- "unreleased": false,
74
- "commitLimit": false,
75
- "backfillLimit": false,
76
- "hideCredit": true
77
- },
78
- "dependencies": {
79
- "function-bind": "^1.1.1",
80
- "has": "^1.0.3",
81
- "has-symbols": "^1.0.3"
82
- },
83
- "testling": {
84
- "files": "test/GetIntrinsic.js"
85
- },
86
- "publishConfig": {
87
- "ignore": [
88
- ".github/workflows"
89
- ]
90
- }
2
+ "_from": "get-intrinsic@^1.0.2",
3
+ "_id": "get-intrinsic@1.1.3",
4
+ "_inBundle": false,
5
+ "_integrity": "sha512-QJVz1Tj7MS099PevUG5jvnt9tSkXN8K14dxQlikJuPt4uD9hHAHjLyLBiLR5zELelBdD9QNRAXZzsJx0WaDL9A==",
6
+ "_location": "/node-red-contrib-web-worldmap/get-intrinsic",
7
+ "_phantomChildren": {},
8
+ "_requested": {
9
+ "type": "range",
10
+ "registry": true,
11
+ "raw": "get-intrinsic@^1.0.2",
12
+ "name": "get-intrinsic",
13
+ "escapedName": "get-intrinsic",
14
+ "rawSpec": "^1.0.2",
15
+ "saveSpec": null,
16
+ "fetchSpec": "^1.0.2"
17
+ },
18
+ "_requiredBy": [
19
+ "/node-red-contrib-web-worldmap/call-bind",
20
+ "/node-red-contrib-web-worldmap/side-channel"
21
+ ],
22
+ "_resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.1.3.tgz",
23
+ "_shasum": "063c84329ad93e83893c7f4f243ef63ffa351385",
24
+ "_spec": "get-intrinsic@^1.0.2",
25
+ "_where": "/Users/conway/Projects/worldmap/node_modules/side-channel",
26
+ "author": {
27
+ "name": "Jordan Harband",
28
+ "email": "ljharb@gmail.com"
29
+ },
30
+ "auto-changelog": {
31
+ "output": "CHANGELOG.md",
32
+ "template": "keepachangelog",
33
+ "unreleased": false,
34
+ "commitLimit": false,
35
+ "backfillLimit": false,
36
+ "hideCredit": true
37
+ },
38
+ "bugs": {
39
+ "url": "https://github.com/ljharb/get-intrinsic/issues"
40
+ },
41
+ "bundleDependencies": false,
42
+ "dependencies": {
43
+ "function-bind": "^1.1.1",
44
+ "has": "^1.0.3",
45
+ "has-symbols": "^1.0.3"
46
+ },
47
+ "deprecated": false,
48
+ "description": "Get and robustly cache all JS language-level intrinsics at first require time",
49
+ "devDependencies": {
50
+ "@ljharb/eslint-config": "^21.0.0",
51
+ "aud": "^2.0.0",
52
+ "auto-changelog": "^2.4.0",
53
+ "call-bind": "^1.0.2",
54
+ "es-abstract": "^1.20.2",
55
+ "es-value-fixtures": "^1.4.2",
56
+ "eslint": "=8.8.0",
57
+ "evalmd": "^0.0.19",
58
+ "for-each": "^0.3.3",
59
+ "make-async-function": "^1.0.0",
60
+ "make-async-generator-function": "^1.0.0",
61
+ "make-generator-function": "^2.0.0",
62
+ "mock-property": "^1.0.0",
63
+ "npmignore": "^0.3.0",
64
+ "nyc": "^10.3.2",
65
+ "object-inspect": "^1.12.2",
66
+ "safe-publish-latest": "^2.0.0",
67
+ "tape": "^5.6.0"
68
+ },
69
+ "exports": {
70
+ ".": [
71
+ {
72
+ "default": "./index.js"
73
+ },
74
+ "./index.js"
75
+ ],
76
+ "./package.json": "./package.json"
77
+ },
78
+ "funding": {
79
+ "url": "https://github.com/sponsors/ljharb"
80
+ },
81
+ "homepage": "https://github.com/ljharb/get-intrinsic#readme",
82
+ "keywords": [
83
+ "javascript",
84
+ "ecmascript",
85
+ "es",
86
+ "js",
87
+ "intrinsic",
88
+ "getintrinsic",
89
+ "es-abstract"
90
+ ],
91
+ "license": "MIT",
92
+ "main": "index.js",
93
+ "name": "get-intrinsic",
94
+ "publishConfig": {
95
+ "ignore": [
96
+ ".github/workflows"
97
+ ]
98
+ },
99
+ "repository": {
100
+ "type": "git",
101
+ "url": "git+https://github.com/ljharb/get-intrinsic.git"
102
+ },
103
+ "scripts": {
104
+ "lint": "eslint --ext=.js,.mjs .",
105
+ "posttest": "aud --production",
106
+ "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
107
+ "prelint": "evalmd README.md",
108
+ "prepack": "npmignore --auto --commentLines=autogenerated",
109
+ "prepublish": "not-in-publish || npm run prepublishOnly",
110
+ "prepublishOnly": "safe-publish-latest",
111
+ "pretest": "npm run lint",
112
+ "test": "npm run tests-only",
113
+ "tests-only": "nyc tape 'test/**/*.js'",
114
+ "version": "auto-changelog && git add CHANGELOG.md"
115
+ },
116
+ "testling": {
117
+ "files": "test/GetIntrinsic.js"
118
+ },
119
+ "version": "1.1.3"
91
120
  }