nv-buf-bi • 1.0.5nv-buf-bi ======================= - pure js, get bigint sign AND data-byte-length - for WriteVarInt -> WriteZigZag using - normally USELESS, used for encode/decode
INDIRECT
0
nv-buf-jstr • 1.0.15nv-buf-jstr =============== - nv-buf-jstr - a jstr step-decoder, input one-byte each time. return-code-point-if-success , return-undefined-if-in-waiting-more-bytes
INDIRECT
0
nv-buf-serde • 0.0.9nv-buf-serde ======================= - rewrite v8/src/objects/value-serializer.cc to JS - to let you use nodejs'v8.serialize AND nodejs'v8.deserialize in browser, - similiar to structuredClone AND MessageChannel-transfer, but can be used to send/recv
INDIRECT
16
nv-char-basic • 1.0.3nv-char-basic =============== - nv-char-basic - some basic char-names /char-codes/char-code-points consts AND simple-function
nv-facutil-ppgflike-is • 1.0.10nv-facutil-ppgflike-is ======================= - some is-function for those could not use instanceof/typeof - not support Proxy (only nodejs has that API,browser has NOT) - cant NOT diff bwtween lambda VS method - all js, without-use-of-parser - for te
INDIRECT
2
nv-facutil-promise • 1.0.34nv-facutil-promise =============== - nv-facutil-promise is a simple-util for promise
INDIRECT
5
nv-facutil-simple-path • 0.0.2nv-facutil-simple-path ====================== - nv-facutil-simple-path - simple util of path, same as path.parse, more easy to use
nv-facutil-simple-url • 0.0.1nv-facutil-simple-url ====================== - nv-facutil-simple-url - simple util of url, same as url.parse, more easy to use
INDIRECT
4
nv-facutil-stream • 1.0.11nv-facutil-stream ================== - nv-facutil-stream is a simple-wrap of some stream Class - provide cache
nv-lex-tok-escape • 0.0.2nv-lex-tok-escape =============== - nv-lex-tok-escape handle escape in quoted-src-string - auto recover of invalid \x \u \o - its a simple version of nv-char-escape
INDIRECT
42
nv-lex-tok-wchar • 1.0.6nv-lex-tok-wchar =============== - nv-lex-tok-wchar - to match keywords char-by-char ,used in char-stream-parser(for stage-0 using) - a simple version of nv-lex-kw(remove support-of-escape)
INDIRECT
40
nv-lex-ws • 0.0.1nv-lex-ws =============== - nv-lex-ws - simple tool to find all WHITE-SPACE of a string
nv-path-basic • 1.0.11nv-path-basic ============ - several simple wrapped function of path module
INDIRECT
0
nv-regexp-flags • 1.0.1nv-regexp-flags ======================= - convert regexp flags-str to a int compatible-with-v8 - refer to : v8/src/regexp/regexp-flags.h
nv-server-simple-stream • 1.0.36nv-server-simple-stream ======================= - nv-server-simple-stream - simple http server - support unix-socket - support dynamic change handler - support manual mode - for testbed using