nv-string-s2n ======================= - parse a string to a number, same as eval("1.1....")
NodeJS/browser bindings to the aws-c-* libraries
A tool for resolving node versions from common aliases
An implementation of the CSSStyleDeclaration class from the CSS Object Model specification
nv-regexp-flags ======================= - convert regexp flags-str to a int compatible-with-v8 - refer to : v8/src/regexp/regexp-flags.h
CSS Object Model implementation and CSS parser
CSS Object Model implementation and CSS parser
Create a shippable binary from a JS file
TypeScript definitions for cssom
nv-array-defrag ============== - nv-array-defrag, simple util to resort a array
nv-pg-jv2pg ======================= - some continuation-style simple validate func from js-input to basic-pg-type - NORMALLY USELESS, for test nv-pg-tree AND nv-pg-graph
Automatically move a changelog to the next version
nv-facutil-i ======================= - some consts of interger - for convert number/bigint from JS to nvlang TEST - nvlang did NOT distinguash int AND bigint in syntax
nv-array-combo ============ - nv-array-combo
nv-cli-basic =============== - nv-cli-basic - for creat cli project - similiar to minimist, more simple
simple and,or,not to void too many || and &&
nv-string-basic =============== - nv-string-basic
nv-random-number ============ - nv-random-number - random int, bigint...
nv-error-simple-trace =============== - simple js-layer trace of call-stack
nv-facutil-simple-test ====================== - nv-facutil-simple-test simple test tools
nv-char-whitespace =============== - nv-char-whitespace
nv-number-basic =============== - nv-number-basic
nv-facutil-init-ta ======================= - init fill a typed-array with a typed-array-unit
nv-json-length ======================= - get json's string-length AND buffer-size without stringify-it - its simple, just using a fixed length-lookup-array to increase the speed - slightly faster IF size < 1M; 30%~50% faster IF size >8M