@iarna/toml

v2.2.5
Better TOML parsing and stringifying all in that familiar JSON interface.
toml toml-parser toml-stringifier parser stringifer emitter ini tomlify encoder and 2 more...

test

tap -J --100 test/*.js test/toml-stream/*.js

benchmark

node benchmark.js && node benchmark-per-file.js && node results2table.js

prerelease

npm t

prepack

rm -f *~

postpublish

git push --follow-tags

pretest

iarna-standard

update-coc

weallbehave -o . && git add CODE_OF_CONDUCT.md && git commit -m 'docs(coc): updated CODE_OF_CONDUCT.md'

update-contrib

weallcontribute -o . && git add CONTRIBUTING.md && git commit -m 'docs(contributing): updated CONTRIBUTING.md'

setup-burntsushi-toml-suite

[ -d test/burntsushi-toml-test ] || (git clone https://github.com/BurntSushi/toml-test test/burntsushi-toml-test; rimraf test/burntsushi-toml-test/.git/hooks/*); cd test/burntsushi-toml-test; git pull

setup-iarna-toml-suite

[ -d test/spec-test ] || (git clone https://github.com/iarna/toml-spec-tests -b 0.5.0 test/spec-test; rimraf test/spec-test/.git/hooks/*); cd test/spec-test; git pull

prepare

npm run setup-burntsushi-toml-suite && npm run setup-iarna-toml-suite
npm i @iarna/[email protected]

Metadata

  • ISC
  • Whatever
  • Rebecca Turner
  • released 4/22/2020

Downloads

Maintainers