# CheatSheet: unifiedjs/unified (Synthetic Code Fallback) > [!NOTE] > No standard markdown documentation files were found in this repository. This CheatSheet was dynamically synthesized from source-code entrypoints. --- FILE: package.json --- ``` { "author": "Titus Wormer (https://wooorm.com)", "bugs": "https://github.com/unifiedjs/unified/issues", "contributors": [ "Christian Murphy ", "Hernan Rajchert ", "Junyoung Choi ", "Richard Littauer ", "Titus Wormer (https://wooorm.com)", "Vse Mozhet Byt " ], "dependencies": { "@types/unist": "^3.0.0", "bail": "^2.0.0", "devlop": "^1.0.0", "extend": "^3.0.0", "is-plain-obj": "^4.0.0", "trough": "^2.0.0", "vfile": "^6.0.0" }, "description": "parse, inspect, transform, and serialize content through syntax trees", "devDependencies": { "@types/extend": "^3.0.0", "@types/hast": "^3.0.0", "@types/mdast": "^4.0.0", "@types/node": "^22.0.0", "c8": "^10.0.0", "prettier": "^3.0.0", "remark-cli": "^12.0.0", "remark-preset-wooorm": "^10.0.0", "tsd": "^0.31.0", "type-coverage": "^2.0.0", "typescript": "^5.0.0", "xo": "^0.59.0" }, "exports": "./index.js", "files": [ "lib/", "index.d.ts", "index.js" ], "funding": { "type": "opencollective", "url": "https://opencollective.com/unified" }, "homepage": "https://unifiedjs.com", "keywords": [ "ast", "compile", "content", "cst", "parse", "process", "rehype", "remark", "retext", "serialize" ``` --- METRICS --- - Source Type: Synthetic Code Fallback - Files Extracted: 1 - Estimated Token Budget: ~439 tokens