json-custom-numbers

v2.0.10
JSON parser enabling custom number parsing
json bigint parse custom crockford

test

node --expose-gc test/test.mjs

testPerf

node --expose-gc test/test.mjs --perf-only

buildCjs

esbuild src/parse.mjs --platform=neutral --target=es6 --minify --line-limit=80 --format=cjs --outdir=dist

wrapEsm

npx gen-esm-wrapper dist/parse.js dist/parse.mjs

build

npm run test && npm run buildCjs && npm run wrapEsm

Metadata

Downloads

Maintainers