Should solve uncaught exception:
```
error] TypeError: Cannot read properties of undefined (reading 'lack')
at Function.GET.turn (/root/.node-red/node_modules/gun/lib/axe.js:42:20)
at Timeout._onTimeout (/root/.node-red/node_modules/gun/lib/axe.js:57:42)
at listOnTimeout (node:internal/timers:559:17)
at processTimers (node:internal/timers:502:7)
```
That happens in some node environments from time to time.
* Adding '-Infinity' as an invalid case
Adding '-Infinity' as an invalid case, not handled before
Skipping extra checks until needed (like NaN, Infinity)
Checking for 'null' first as for more common case than invalid 'undefined'
* Adding '-Infinity' as an invalid case
Adding '-Infinity' as an invalid case, not handled before
Skipping extra checks until needed (like NaN, Infinity)
Checking for 'null' first as for more common case than invalid 'undefined'
* Adding '-Infinity' as an invalid case
Adding '-Infinity' as an invalid case, not handled before
Skipping extra checks until needed (like NaN, Infinity)
Checking for 'null' first as for more common case than invalid 'undefined'
* Fixing tests to handle -Infinity
* Removing useless shim import
* Removing useless shim import
* Removing redundant undefined check
* Removing redundant undefined check
* Removing redundant undefined check
* ES5 compatibility
Co-authored-by: dbaranov <dbaranov@bellintegrator.com>
Co-authored-by: Mark Nadal <mark@gun.eco>
* Rewrite YSON, fixes#1155
* Modify test file so it now includes a backslash to test YSON's escaping functionality
* Moved new yson implementation to ison.js
* Update YSON imports to ison.js on radisk, server and stats
* Update test to use ison.js and added emojis to test strings with unicode characters
* change stats.radata
* remove stats.radata file creation since fs.writeFil will do it any way
* require path and use last directory of opt file path or use radata
* make unset change
* change stats.radata
* remove stats.radata file creation since fs.writeFil will do it any way
* require path and use last directory of opt file path or use radata
* Fix the "/" bug.
* Update the "hub-test" to make them work everywhere!
* 🤛Fix the "/" bug !
* Fix indentation
* ✂️ My new quest shall be to shorten the file paths !
* 👽 Remove Chokidar from dependencies
* 👽 Remove chokidar from dependencies!