{
  "name": "object-scan",
  "type": "module",
  "version": "20.0.4",
  "description": "Traverse object hierarchies using matching and callbacks.",
  "main": "lib/index.js",
  "scripts": {
    "clean": "rm -rf lib",
    "build": "cp -rf ./src ./lib && ncc build -m -o lib && mv lib/index.js lib/index.min.js && cp src/index.js lib/index.js && rm lib/package.json",
    "build-clean": "yarn run clean && yarn run build",
    "test-simple": "c8 mocha --import=./test/reg.js \"./test/**/*.spec.js\"",
    "test": "yarn run clean && yarn run gardener && yarn run test-simple",
    "semantic-release": "yarn run build-clean && yarn exec semantic-release",
    "gardener": "node gardener.js",
    "docker": "docker run --net host -u`id -u`:`id -g` -v $(pwd):/user/project -v ~/.aws:/user/.aws -v ~/.npmrc:/user/.npmrc -w /user/project -it --entrypoint /bin/bash",
    "t": "yarn test",
    "ts": "yarn run test-simple",
    "tsv": "yarn run test-simple --verbose",
    "u": "yarn upgrade --latest --force",
    "i": "yarn install --frozen-lockfile",
    "it": "yarn run i && yarn run t",
    "ncc-analyze": "yarn clean && cp -rf ./src ./lib && ncc build -m -s -o lib --stats-out stats.json && npx webpack-bundle-analyzer stats.json --mode static && rm stats.json && yarn clean"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/blackflux/object-scan.git"
  },
  "keywords": [
    "object",
    "tree",
    "traversal",
    "iterate",
    "recursive",
    "glob",
    "matching",
    "regex",
    "search",
    "scan",
    "find",
    "walk",
    "path",
    "filter",
    "jsonpath",
    "jmespath",
    "xpath"
  ],
  "author": "Lukas Siemon",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/blackflux/object-scan/issues"
  },
  "homepage": "https://github.com/blackflux/object-scan#readme",
  "devDependencies": {
    "@babel/core": "7.28.5",
    "@babel/eslint-parser": "7.28.5",
    "@babel/register": "7.28.3",
    "@blackflux/eslint-plugin-rules": "4.0.1",
    "@blackflux/robo-config-plugin": "10.0.7",
    "@eslint/eslintrc": "3.3.3",
    "@vercel/ncc": "0.38.4",
    "axios": "1.13.2",
    "c8": "10.1.3",
    "chai": "6.2.1",
    "diff": "8.0.2",
    "diff2html": "3.4.52",
    "eslint": "9.39.1",
    "eslint-config-airbnb-base": "15.0.0",
    "eslint-plugin-import": "2.32.0",
    "eslint-plugin-json": "4.0.1",
    "eslint-plugin-markdown": "5.1.0",
    "eslint-plugin-mocha": "10.5.0",
    "github-slugger": "2.0.0",
    "jmespath": "0.16.0",
    "joi-strict": "4.0.1",
    "js-gardener": "6.0.4",
    "json-stringify-pretty-compact": "4.0.0",
    "jsonpath": "1.1.1",
    "jsonpath-plus": "10.3.0",
    "lodash.clonedeep": "4.5.0",
    "lodash.get": "4.4.2",
    "lodash.isequal": "4.5.0",
    "mustache": "4.2.0",
    "nimma": "0.7.2",
    "node-tdd": "6.2.3",
    "object-scan": "20.0.2",
    "promise-pool-ext": "4.0.1",
    "smart-fs": "5.0.2",
    "stringify-object": "6.0.0"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/blackflux/object-scan/blob/master/LICENSE"
    }
  ],
  "engines": {
    "node": ">= 20"
  },
  "files": [
    "lib"
  ],
  "dependencies": {},
  "peerDependencies": {}
}
