UNPKG

object-scan

Version:

Traverse object hierarchies using matching and callbacks.

106 lines (105 loc) 3.2 kB
{ "name": "object-scan", "type": "module", "version": "20.0.1", "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.26.7", "@babel/eslint-parser": "7.26.5", "@babel/register": "7.25.9", "@blackflux/eslint-plugin-rules": "4.0.0", "@blackflux/robo-config-plugin": "10.0.0", "@eslint/eslintrc": "3.2.0", "@vercel/ncc": "0.38.3", "axios": "1.7.9", "c8": "10.1.3", "chai": "5.1.2", "diff": "7.0.0", "diff2html": "3.4.51", "eslint": "9.19.0", "eslint-config-airbnb-base": "15.0.0", "eslint-plugin-import": "2.31.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.0", "js-gardener": "6.0.2", "json-stringify-pretty-compact": "4.0.0", "jsonpath": "1.1.1", "jsonpath-plus": "10.2.0", "lodash.clonedeep": "4.5.0", "lodash.get": "4.4.2", "lodash.isequal": "4.5.0", "mustache": "4.2.0", "nimma": "0.7.1", "node-tdd": "6.0.0", "object-scan": "20.0.0", "promise-pool-ext": "3.3.0", "smart-fs": "5.0.1", "stringify-object": "5.0.0", "uuid": "11.0.5" }, "licenses": [ { "type": "MIT", "url": "https://github.com/blackflux/object-scan/blob/master/LICENSE" } ], "engines": { "node": ">= 20" }, "files": [ "lib" ], "dependencies": {}, "peerDependencies": {} }