{ "author": "Titus Wormer (https://wooorm.com)", "bugs": "https://github.com/syntax-tree/mdast-util-find-and-replace/issues", "contributors": [ "Titus Wormer (https://wooorm.com)" ], "dependencies": { "@types/mdast": "^4.0.0", "escape-string-regexp": "^5.0.0", "unist-util-is": "^6.0.0", "unist-util-visit-parents": "^6.0.0" }, "description": "mdast utility to find and replace text in a tree", "devDependencies": { "@types/node": "^22.0.0", "c8": "^10.0.0", "prettier": "^3.0.0", "remark-cli": "^12.0.0", "remark-preset-wooorm": "^10.0.0", "type-coverage": "^2.0.0", "typescript": "^5.0.0", "unist-builder": "^4.0.0", "xo": "^0.60.0" }, "exports": "./index.js", "files": [ "index.d.ts.map", "index.d.ts", "index.js", "lib/" ], "funding": { "type": "opencollective", "url": "https://opencollective.com/unified" }, "keywords": [ "find", "markdown", "mdast-util", "mdast", "unist", "utility", "util", "replace" ], "license": "MIT", "name": "mdast-util-find-and-replace", "prettier": { "bracketSpacing": false, "semi": false, "singleQuote": true, "tabWidth": 2, "trailingComma": "none", "useTabs": false }, "remarkConfig": { "plugins": [ "remark-preset-wooorm" ] }, "repository": "syntax-tree/mdast-util-find-and-replace", "scripts": { "build": "tsc --build --clean && tsc --build && type-coverage", "format": "remark --frail --output --quiet -- . && prettier --log-level warn --write -- . && xo --fix", "test-api": "node --conditions development test.js", "test-coverage": "c8 --100 --reporter lcov -- npm run test-api", "test": "npm run build && npm run format && npm run test-coverage" }, "sideEffects": false, "typeCoverage": { "atLeast": 100, "ignoreFiles": [ "lib/index.d.ts" ], "strict": true }, "type": "module", "version": "3.0.2", "xo": { "prettier": true, "rules": { "unicorn/prefer-at": "off" } } }