traverse

v0.6.10
traverse and transform objects by visiting every node on a recursive walk
traverse walk recursive map forEach deep clone

prepack

npmignore --auto --commentLines=autogenerated

prepublishOnly

safe-publish-latest

prepublish

not-in-publish || npm run prepublishOnly

lint

eslint --ext=js,mjs .

pretest

npm run lint

tests-only

tape 'test/**/*.js'

test

npm run tests-only

posttest

npx npm@'>=10.2' audit --production

version

auto-changelog && git add CHANGELOG.md

postversion

auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f "v$(node -e "console.log(require('./package.json').version)")"
npm i traverse

Metadata

  • MIT
  • >= 0.4
  • James Halliday
  • released 9/13/2024

Downloads

Maintainers