rfbeam 0.2.2 → 0.3.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 (78) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +3 -2
  3. data/README.md +71 -15
  4. data/lib/rfbeam/kld7/device_data.rb +26 -0
  5. data/lib/rfbeam/kld7/parameters.rb +57 -0
  6. data/lib/rfbeam/version.rb +1 -1
  7. data/lib/rfbeam.rb +12 -11
  8. data/node_modules/.yarn-integrity +3 -3
  9. data/node_modules/@prettier/plugin-ruby/node_modules/.bin/prettier +1 -1
  10. data/node_modules/@prettier/plugin-ruby/node_modules/prettier/LICENSE +5945 -0
  11. data/node_modules/@prettier/plugin-ruby/node_modules/prettier/README.md +109 -0
  12. data/node_modules/@prettier/plugin-ruby/node_modules/prettier/bin-prettier.js +62 -0
  13. data/node_modules/@prettier/plugin-ruby/node_modules/prettier/cli.js +15136 -0
  14. data/node_modules/@prettier/plugin-ruby/node_modules/prettier/doc.js +1473 -0
  15. data/node_modules/@prettier/plugin-ruby/node_modules/prettier/esm/parser-angular.mjs +2 -0
  16. data/node_modules/@prettier/plugin-ruby/node_modules/prettier/esm/parser-babel.mjs +29 -0
  17. data/node_modules/@prettier/plugin-ruby/node_modules/prettier/esm/parser-espree.mjs +26 -0
  18. data/node_modules/@prettier/plugin-ruby/node_modules/prettier/esm/parser-flow.mjs +35 -0
  19. data/node_modules/@prettier/plugin-ruby/node_modules/prettier/esm/parser-glimmer.mjs +27 -0
  20. data/node_modules/@prettier/plugin-ruby/node_modules/prettier/esm/parser-graphql.mjs +15 -0
  21. data/node_modules/@prettier/plugin-ruby/node_modules/prettier/esm/parser-html.mjs +36 -0
  22. data/node_modules/@prettier/plugin-ruby/node_modules/prettier/esm/parser-markdown.mjs +76 -0
  23. data/node_modules/@prettier/plugin-ruby/node_modules/prettier/esm/parser-meriyah.mjs +19 -0
  24. data/node_modules/@prettier/plugin-ruby/node_modules/prettier/esm/parser-postcss.mjs +76 -0
  25. data/node_modules/@prettier/plugin-ruby/node_modules/prettier/esm/parser-typescript.mjs +257 -0
  26. data/node_modules/@prettier/plugin-ruby/node_modules/prettier/esm/parser-yaml.mjs +150 -0
  27. data/node_modules/@prettier/plugin-ruby/node_modules/prettier/esm/standalone.mjs +116 -0
  28. data/node_modules/@prettier/plugin-ruby/node_modules/prettier/index.js +37885 -0
  29. data/node_modules/@prettier/plugin-ruby/node_modules/prettier/package.json +21 -0
  30. data/node_modules/@prettier/plugin-ruby/node_modules/prettier/parser-angular.js +2 -0
  31. data/node_modules/@prettier/plugin-ruby/node_modules/prettier/parser-babel.js +29 -0
  32. data/node_modules/@prettier/plugin-ruby/node_modules/prettier/parser-espree.js +26 -0
  33. data/node_modules/@prettier/plugin-ruby/node_modules/prettier/parser-flow.js +35 -0
  34. data/node_modules/@prettier/plugin-ruby/node_modules/prettier/parser-glimmer.js +27 -0
  35. data/node_modules/@prettier/plugin-ruby/node_modules/prettier/parser-graphql.js +15 -0
  36. data/node_modules/@prettier/plugin-ruby/node_modules/prettier/parser-html.js +36 -0
  37. data/node_modules/@prettier/plugin-ruby/node_modules/prettier/parser-markdown.js +76 -0
  38. data/node_modules/@prettier/plugin-ruby/node_modules/prettier/parser-meriyah.js +19 -0
  39. data/node_modules/@prettier/plugin-ruby/node_modules/prettier/parser-postcss.js +76 -0
  40. data/node_modules/@prettier/plugin-ruby/node_modules/prettier/parser-typescript.js +257 -0
  41. data/node_modules/@prettier/plugin-ruby/node_modules/prettier/parser-yaml.js +150 -0
  42. data/node_modules/@prettier/plugin-ruby/node_modules/prettier/standalone.js +116 -0
  43. data/node_modules/@prettier/plugin-ruby/node_modules/prettier/third-party.js +8978 -0
  44. data/node_modules/prettier/LICENSE +85 -60
  45. data/node_modules/prettier/README.md +3 -3
  46. data/node_modules/prettier/bin-prettier.js +3 -1
  47. data/node_modules/prettier/cli.js +414 -186
  48. data/node_modules/prettier/esm/parser-angular.mjs +1 -1
  49. data/node_modules/prettier/esm/parser-babel.mjs +21 -21
  50. data/node_modules/prettier/esm/parser-espree.mjs +20 -20
  51. data/node_modules/prettier/esm/parser-flow.mjs +26 -26
  52. data/node_modules/prettier/esm/parser-glimmer.mjs +4 -4
  53. data/node_modules/prettier/esm/parser-graphql.mjs +1 -1
  54. data/node_modules/prettier/esm/parser-html.mjs +16 -16
  55. data/node_modules/prettier/esm/parser-markdown.mjs +48 -48
  56. data/node_modules/prettier/esm/parser-meriyah.mjs +14 -14
  57. data/node_modules/prettier/esm/parser-postcss.mjs +57 -57
  58. data/node_modules/prettier/esm/parser-typescript.mjs +40 -248
  59. data/node_modules/prettier/esm/parser-yaml.mjs +13 -13
  60. data/node_modules/prettier/esm/standalone.mjs +77 -77
  61. data/node_modules/prettier/index.js +693 -342
  62. data/node_modules/prettier/package.json +1 -1
  63. data/node_modules/prettier/parser-babel.js +21 -21
  64. data/node_modules/prettier/parser-espree.js +20 -20
  65. data/node_modules/prettier/parser-flow.js +26 -26
  66. data/node_modules/prettier/parser-glimmer.js +3 -3
  67. data/node_modules/prettier/parser-html.js +20 -20
  68. data/node_modules/prettier/parser-markdown.js +47 -47
  69. data/node_modules/prettier/parser-meriyah.js +13 -13
  70. data/node_modules/prettier/parser-postcss.js +56 -56
  71. data/node_modules/prettier/parser-typescript.js +40 -248
  72. data/node_modules/prettier/parser-yaml.js +13 -13
  73. data/node_modules/prettier/standalone.js +73 -73
  74. data/node_modules/prettier/third-party.js +5 -5
  75. data/package.json +1 -1
  76. data/yarn.lock +6 -1
  77. metadata +37 -3
  78. data/rfbeam-0.2.1.gem +0 -0
@@ -25,7 +25,7 @@ Repository: <https://github.com/angular/angular.git>
25
25
 
26
26
  ----------------------------------------
27
27
 
28
- ### @babel/code-frame@v7.16.7
28
+ ### @babel/code-frame@v7.18.6
29
29
 
30
30
  License: MIT
31
31
  By: The Babel Team
@@ -56,7 +56,7 @@ Repository: <https://github.com/babel/babel.git>
56
56
 
57
57
  ----------------------------------------
58
58
 
59
- ### @babel/helper-validator-identifier@v7.18.6
59
+ ### @babel/helper-validator-identifier@v7.19.1
60
60
 
61
61
  License: MIT
62
62
  By: The Babel Team
@@ -87,7 +87,7 @@ Repository: <https://github.com/babel/babel.git>
87
87
 
88
88
  ----------------------------------------
89
89
 
90
- ### @babel/highlight@v7.16.10
90
+ ### @babel/highlight@v7.18.6
91
91
 
92
92
  License: MIT
93
93
  By: The Babel Team
@@ -118,7 +118,7 @@ Repository: <https://github.com/babel/babel.git>
118
118
 
119
119
  ----------------------------------------
120
120
 
121
- ### @babel/parser@v7.20.1
121
+ ### @babel/parser@v7.21.3
122
122
 
123
123
  License: MIT
124
124
  By: The Babel Team
@@ -337,14 +337,14 @@ License: MIT
337
337
 
338
338
  ----------------------------------------
339
339
 
340
- ### @typescript-eslint/types@v5.44.0
340
+ ### @typescript-eslint/types@v5.55.0
341
341
 
342
342
  License: MIT
343
343
  Repository: <https://github.com/typescript-eslint/typescript-eslint.git>
344
344
 
345
345
  > MIT License
346
346
  >
347
- > Copyright (c) 2019 TypeScript ESLint and other contributors
347
+ > Copyright (c) 2019 typescript-eslint and other contributors
348
348
  >
349
349
  > Permission is hereby granted, free of charge, to any person obtaining a copy
350
350
  > of this software and associated documentation files (the "Software"), to deal
@@ -366,7 +366,7 @@ Repository: <https://github.com/typescript-eslint/typescript-eslint.git>
366
366
 
367
367
  ----------------------------------------
368
368
 
369
- ### @typescript-eslint/typescript-estree@v5.44.0
369
+ ### @typescript-eslint/typescript-estree@v5.55.0
370
370
 
371
371
  License: BSD-2-Clause
372
372
  Repository: <https://github.com/typescript-eslint/typescript-eslint.git>
@@ -381,11 +381,11 @@ Repository: <https://github.com/typescript-eslint/typescript-eslint.git>
381
381
  > Redistribution and use in source and binary forms, with or without
382
382
  > modification, are permitted provided that the following conditions are met:
383
383
  >
384
- > * Redistributions of source code must retain the above copyright
385
- > notice, this list of conditions and the following disclaimer.
386
- > * Redistributions in binary form must reproduce the above copyright
387
- > notice, this list of conditions and the following disclaimer in the
388
- > documentation and/or other materials provided with the distribution.
384
+ > - Redistributions of source code must retain the above copyright
385
+ > notice, this list of conditions and the following disclaimer.
386
+ > - Redistributions in binary form must reproduce the above copyright
387
+ > notice, this list of conditions and the following disclaimer in the
388
+ > documentation and/or other materials provided with the distribution.
389
389
  >
390
390
  > THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
391
391
  > AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
@@ -400,14 +400,14 @@ Repository: <https://github.com/typescript-eslint/typescript-eslint.git>
400
400
 
401
401
  ----------------------------------------
402
402
 
403
- ### @typescript-eslint/visitor-keys@v5.44.0
403
+ ### @typescript-eslint/visitor-keys@v5.55.0
404
404
 
405
405
  License: MIT
406
406
  Repository: <https://github.com/typescript-eslint/typescript-eslint.git>
407
407
 
408
408
  > MIT License
409
409
  >
410
- > Copyright (c) 2019 TypeScript ESLint and other contributors
410
+ > Copyright (c) 2019 typescript-eslint and other contributors
411
411
  >
412
412
  > Permission is hereby granted, free of charge, to any person obtaining a copy
413
413
  > of this software and associated documentation files (the "Software"), to deal
@@ -429,7 +429,7 @@ Repository: <https://github.com/typescript-eslint/typescript-eslint.git>
429
429
 
430
430
  ----------------------------------------
431
431
 
432
- ### acorn@v8.8.0
432
+ ### acorn@v8.8.1
433
433
 
434
434
  License: MIT
435
435
  Repository: <https://github.com/acornjs/acorn.git>
@@ -1243,14 +1243,15 @@ By: Jon Schlinkert
1243
1243
 
1244
1244
  ----------------------------------------
1245
1245
 
1246
- ### defaults@v1.0.3
1246
+ ### defaults@v1.0.4
1247
1247
 
1248
1248
  License: MIT
1249
1249
  By: Elijah Insua
1250
- Repository: <git://github.com/tmpvar/defaults.git>
1250
+ Repository: <git://github.com/sindresorhus/node-defaults.git>
1251
1251
 
1252
1252
  > The MIT License (MIT)
1253
1253
  >
1254
+ > Copyright (c) 2022 Sindre Sorhus
1254
1255
  > Copyright (c) 2015 Elijah Insua
1255
1256
  >
1256
1257
  > Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -1273,7 +1274,7 @@ Repository: <git://github.com/tmpvar/defaults.git>
1273
1274
 
1274
1275
  ----------------------------------------
1275
1276
 
1276
- ### del@v6.0.0
1277
+ ### del@v6.1.1
1277
1278
 
1278
1279
  License: MIT
1279
1280
  By: Sindre Sorhus
@@ -1391,7 +1392,7 @@ Repository: <git://github.com/editorconfig/editorconfig-core-js.git>
1391
1392
 
1392
1393
  ----------------------------------------
1393
1394
 
1394
- ### editorconfig-to-prettier@v0.2.0
1395
+ ### editorconfig-to-prettier@v1.0.0
1395
1396
 
1396
1397
  License: ISC
1397
1398
  By: Joseph Frazier
@@ -1711,7 +1712,7 @@ By: Toru Nagashima
1711
1712
 
1712
1713
  ----------------------------------------
1713
1714
 
1714
- ### espree@v9.4.0
1715
+ ### espree@v9.4.1
1715
1716
 
1716
1717
  License: BSD-2-Clause
1717
1718
  By: Nicholas C. Zakas
@@ -1819,7 +1820,7 @@ Repository: <https://github.com/justmoon/node-extend.git>
1819
1820
 
1820
1821
  ----------------------------------------
1821
1822
 
1822
- ### fast-glob@v3.2.11
1823
+ ### fast-glob@v3.2.12
1823
1824
 
1824
1825
  License: MIT
1825
1826
  By: Denis Malinochkin
@@ -1878,7 +1879,7 @@ Repository: <git://github.com/epoberezkin/fast-json-stable-stringify.git>
1878
1879
 
1879
1880
  ----------------------------------------
1880
1881
 
1881
- ### fastq@v1.13.0
1882
+ ### fastq@v1.14.0
1882
1883
 
1883
1884
  License: ISC
1884
1885
  By: Matteo Collina
@@ -2052,7 +2053,7 @@ By: Roy Riojas
2052
2053
 
2053
2054
  ----------------------------------------
2054
2055
 
2055
- ### flatted@v3.2.5
2056
+ ### flatted@v3.2.7
2056
2057
 
2057
2058
  License: ISC
2058
2059
  By: Andrea Giammarchi
@@ -2227,7 +2228,7 @@ By: Sindre Sorhus
2227
2228
 
2228
2229
  ----------------------------------------
2229
2230
 
2230
- ### glob@v7.2.0
2231
+ ### glob@v7.2.3
2231
2232
 
2232
2233
  License: ISC
2233
2234
  By: Isaac Z. Schlueter
@@ -2297,14 +2298,14 @@ By: Sindre Sorhus
2297
2298
 
2298
2299
  ----------------------------------------
2299
2300
 
2300
- ### graceful-fs@v4.2.9
2301
+ ### graceful-fs@v4.2.10
2301
2302
 
2302
2303
  License: ISC
2303
2304
  Repository: <https://github.com/isaacs/node-graceful-fs>
2304
2305
 
2305
2306
  > The ISC License
2306
2307
  >
2307
- > Copyright (c) Isaac Z. Schlueter, Ben Noordhuis, and Contributors
2308
+ > Copyright (c) 2011-2022 Isaac Z. Schlueter, Ben Noordhuis, and Contributors
2308
2309
  >
2309
2310
  > Permission to use, copy, modify, and/or distribute this software for any
2310
2311
  > purpose with or without fee is hereby granted, provided that the above
@@ -2457,36 +2458,6 @@ By: Titus Wormer
2457
2458
 
2458
2459
  ----------------------------------------
2459
2460
 
2460
- ### html-void-elements@v2.0.1
2461
-
2462
- License: MIT
2463
- By: Titus Wormer
2464
-
2465
- > (The MIT License)
2466
- >
2467
- > Copyright (c) 2016 Titus Wormer <tituswormer@gmail.com>
2468
- >
2469
- > Permission is hereby granted, free of charge, to any person obtaining
2470
- > a copy of this software and associated documentation files (the
2471
- > 'Software'), to deal in the Software without restriction, including
2472
- > without limitation the rights to use, copy, modify, merge, publish,
2473
- > distribute, sublicense, and/or sell copies of the Software, and to
2474
- > permit persons to whom the Software is furnished to do so, subject to
2475
- > the following conditions:
2476
- >
2477
- > The above copyright notice and this permission notice shall be
2478
- > included in all copies or substantial portions of the Software.
2479
- >
2480
- > THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
2481
- > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
2482
- > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
2483
- > IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
2484
- > CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
2485
- > TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
2486
- > SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2487
-
2488
- ----------------------------------------
2489
-
2490
2461
  ### human-signals@v3.0.1
2491
2462
 
2492
2463
  License: Apache-2.0
@@ -2726,6 +2697,36 @@ Repository: <git@github.com:kaelzhang/node-ignore.git>
2726
2697
 
2727
2698
  ----------------------------------------
2728
2699
 
2700
+ ### ignore@v5.2.4
2701
+
2702
+ License: MIT
2703
+ By: kael
2704
+ Repository: <git@github.com:kaelzhang/node-ignore.git>
2705
+
2706
+ > Copyright (c) 2013 Kael Zhang <i@kael.me>, contributors
2707
+ > http://kael.me/
2708
+ >
2709
+ > Permission is hereby granted, free of charge, to any person obtaining
2710
+ > a copy of this software and associated documentation files (the
2711
+ > "Software"), to deal in the Software without restriction, including
2712
+ > without limitation the rights to use, copy, modify, merge, publish,
2713
+ > distribute, sublicense, and/or sell copies of the Software, and to
2714
+ > permit persons to whom the Software is furnished to do so, subject to
2715
+ > the following conditions:
2716
+ >
2717
+ > The above copyright notice and this permission notice shall be
2718
+ > included in all copies or substantial portions of the Software.
2719
+ >
2720
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
2721
+ > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
2722
+ > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
2723
+ > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
2724
+ > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
2725
+ > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
2726
+ > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2727
+
2728
+ ----------------------------------------
2729
+
2729
2730
  ### import-fresh@v3.3.0
2730
2731
 
2731
2732
  License: MIT
@@ -2957,7 +2958,7 @@ Repository: <git://github.com/feross/is-buffer.git>
2957
2958
 
2958
2959
  ----------------------------------------
2959
2960
 
2960
- ### is-core-module@v2.8.1
2961
+ ### is-core-module@v2.11.0
2961
2962
 
2962
2963
  License: MIT
2963
2964
  By: Jordan Harband
@@ -3393,7 +3394,7 @@ By: Kat Marchán
3393
3394
 
3394
3395
  ----------------------------------------
3395
3396
 
3396
- ### json5@v2.2.1
3397
+ ### json5@v2.2.2
3397
3398
 
3398
3399
  License: MIT
3399
3400
  By: Aseem Kishore
@@ -4657,7 +4658,7 @@ By: Jon Schlinkert
4657
4658
 
4658
4659
  ----------------------------------------
4659
4660
 
4660
- ### resolve@v1.22.0
4661
+ ### resolve@v1.22.1
4661
4662
 
4662
4663
  License: MIT
4663
4664
  By: James Halliday
@@ -4866,6 +4867,30 @@ Repository: <https://github.com/npm/node-semver.git>
4866
4867
 
4867
4868
  ----------------------------------------
4868
4869
 
4870
+ ### semver@v7.3.8
4871
+
4872
+ License: ISC
4873
+ By: GitHub Inc.
4874
+ Repository: <https://github.com/npm/node-semver.git>
4875
+
4876
+ > The ISC License
4877
+ >
4878
+ > Copyright (c) Isaac Z. Schlueter and Contributors
4879
+ >
4880
+ > Permission to use, copy, modify, and/or distribute this software for any
4881
+ > purpose with or without fee is hereby granted, provided that the above
4882
+ > copyright notice and this permission notice appear in all copies.
4883
+ >
4884
+ > THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
4885
+ > WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
4886
+ > MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
4887
+ > ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
4888
+ > WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
4889
+ > ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
4890
+ > IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
4891
+
4892
+ ----------------------------------------
4893
+
4869
4894
  ### semver-compare@v1.0.0
4870
4895
 
4871
4896
  License: MIT
@@ -5297,7 +5322,7 @@ Repository: <https://github.com/ajafff/tsutils>
5297
5322
 
5298
5323
  ----------------------------------------
5299
5324
 
5300
- ### typescript@v4.9.3
5325
+ ### typescript@v5.0.2
5301
5326
 
5302
5327
  License: Apache-2.0
5303
5328
  By: Microsoft Corp.
@@ -38,11 +38,11 @@
38
38
 
39
39
  <p align="center">
40
40
  <a href="https://github.com/prettier/prettier/actions?query=workflow%3AProd+branch%3Amain">
41
- <img alt="Github Actions Build Status" src="https://img.shields.io/github/workflow/status/prettier/prettier/Prod?label=Prod&style=flat-square"></a>
41
+ <img alt="Github Actions Build Status" src="https://img.shields.io/github/actions/workflow/status/prettier/prettier/prod-test.yml?label=Prod&style=flat-square"></a>
42
42
  <a href="https://github.com/prettier/prettier/actions?query=workflow%3ADev+branch%3Amain">
43
- <img alt="Github Actions Build Status" src="https://img.shields.io/github/workflow/status/prettier/prettier/Dev?label=Dev&style=flat-square"></a>
43
+ <img alt="Github Actions Build Status" src="https://img.shields.io/github/actions/workflow/status/prettier/prettier/dev-test.yml?label=Dev&style=flat-square"></a>
44
44
  <a href="https://github.com/prettier/prettier/actions?query=workflow%3ALint+branch%3Amain">
45
- <img alt="Github Actions Build Status" src="https://img.shields.io/github/workflow/status/prettier/prettier/Lint?label=Lint&style=flat-square"></a>
45
+ <img alt="Github Actions Build Status" src="https://img.shields.io/github/actions/workflow/status/prettier/prettier/lint.yml?label=Lint&style=flat-square"></a>
46
46
  <a href="https://codecov.io/gh/prettier/prettier">
47
47
  <img alt="Codecov Coverage Status" src="https://img.shields.io/codecov/c/github/prettier/prettier.svg?style=flat-square"></a>
48
48
  <a href="https://twitter.com/acdlite/status/974390255393505280">
@@ -42,7 +42,9 @@ var require_please_upgrade_node = __commonJS({
42
42
  if (opts.message) {
43
43
  console.error(opts.message(requiredVersion));
44
44
  } else {
45
- console.error(pkg.name + " requires at least version " + requiredVersion + " of Node, please upgrade");
45
+ console.error(
46
+ pkg.name + " requires at least version " + requiredVersion + " of Node, please upgrade"
47
+ );
46
48
  }
47
49
  if (opts.hasOwnProperty("exitCode")) {
48
50
  process.exit(opts.exitCode);