json-custom-numbers

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

test

node test/test.mjs

buildCjs

esbuild src/parse*.mjs --platform=neutral --target=es2015 --minify --format=cjs --outdir=dist

wrapEsm

npx gen-esm-wrapper dist/parseStrict.js dist/parseStrict.mjs && npx gen-esm-wrapper dist/parseChilled.js dist/parseChilled.mjs

build

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

Metadata

Downloads

Maintainers