{ "name": "@stoplight/spectral-formatters", "version": "1.4.3", "homepage": "https://github.com/stoplightio/spectral", "bugs": "https://github.com/stoplightio/spectral/issues", "author": "Stoplight ", "engines": { "node": "^16.20 || ^18.18 || >= 20.17" }, "license": "Apache-2.0", "files": [ "/dist" ], "type": "commonjs", "types": "./dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "node": "./dist/index.node.js", "default": "./dist/index.js" }, "./utils": { "types": "./dist/utils/index.d.ts", "default": "./dist/utils/index.js" } }, "repository": { "type": "git", "url": "https://github.com/stoplightio/spectral.git" }, "scripts": { "pretest": "yarn prebuild", "prelint": "yarn prebuild", "prebuild": "node scripts/bundle-html-templates.mjs" }, "dependencies": { "@stoplight/path": "^1.3.2", "@stoplight/spectral-core": "^1.19.4", "@stoplight/spectral-runtime": "^1.1.2", "@stoplight/types": "^13.15.0", "@types/markdown-escape": "^1.1.3", "chalk": "4.1.2", "cliui": "7.0.4", "lodash": "^4.17.21", "markdown-escape": "^2.0.0", "node-sarif-builder": "^2.0.3", "strip-ansi": "6.0", "text-table": "^0.2.0", "tslib": "^2.8.1" }, "devDependencies": { "ast-types": "^0.14.2", "astring": "^1.9.0", "eol": "0.9.1", "node-html-parser": "^4.1.5", "xml2js": "^0.5.0" } }