{
  "name": "traverse-async",
  "version": "1.0.0",
  "description": "Asynchronously traverse and transform objects by visiting every node on a recursive walk",
  "author": "Awnist <hi@awnist.com> (http://awnist.com)",
  "main": "./lib/traverse-async.js",
  "repository": {
    "type": "git",
    "url": "git://github.com/awnist/js-traverse-async.git"
  },
  "homepage": "https://github.com/awnist/js-traverse-async",
  "keywords": [
    "traverse",
    "walk",
    "recursive",
    "map",
    "deep",
    "clone",
    "async",
    "asynchronous",
    "object"
  ],
  "scripts": {
    "test": "node --test 'test/*.test.mjs' 'test/*.test.cjs'"
  },
  "dependencies": {
    "async": "^3.2.6"
  },
  "packageManager": "pnpm@10.6.5"
}
