UNPKG

@textlint/fixer-formatter

Version:

textlint output formatter for fixer

65 lines (64 loc) 1.49 kB
{ "name": "@textlint/fixer-formatter", "version": "15.2.1", "description": "textlint output formatter for fixer", "keywords": [ "AST", "lint", "linting", "markdown", "plugable", "text", "textlint" ], "homepage": "https://github.com/textlint/textlint#readme", "bugs": { "url": "https://github.com/textlint/textlint/issues" }, "repository": { "type": "git", "url": "git+https://github.com/textlint/textlint.git" }, "license": "MIT", "author": "azu", "type": "commonjs", "main": "lib/src/index.js", "types": "lib/src/index.d.ts", "files": [ "bin/", "lib/", "src/", "!*.tsbuildinfo" ], "scripts": { "build": "tsc -b", "clean": "rimraf lib/", "prepack": "npm run build", "test": "vitest run", "updateSnapshot": "UPDATE_SNAPSHOT=true vitest run -u", "test:watch": "vitest watch" }, "dependencies": { "@textlint/module-interop": "15.2.1", "@textlint/resolver": "15.2.1", "@textlint/types": "15.2.1", "chalk": "^4.1.2", "debug": "^4.4.1", "diff": "^5.2.0", "string-width": "^4.2.3", "strip-ansi": "^6.0.1", "text-table": "^0.2.0" }, "devDependencies": { "@types/debug": "^4.1.12", "@types/diff": "^4.0.2", "@types/node": "^18.19.119", "rimraf": "^6.0.1", "typescript": "~5.8.3", "vitest": "^3.2.4" }, "publishConfig": { "access": "public" }, "gitHead": "67a43cde58e7babe58bae3165e1d6c21bec0c14f" }