compact-yarn-audit
Version:
Presents output from yarn audit in a compact table
39 lines (38 loc) • 830 B
JSON
{
"name": "compact-yarn-audit",
"version": "4.0.7",
"description": "Presents output from yarn audit in a compact table",
"engines": {
"node": "^18.17||>=20"
},
"license": "MIT",
"homepage": "https://github.com/sverweij/compact-yarn-audit",
"repository": {
"type": "git",
"url": "git+https://github.com/sverweij/compact-yarn-audit.git"
},
"bugs": {
"url": "https://github.com/sverweij/compact-yarn-audit/issues"
},
"author": "Sander Verweij (https://sverweij.github.io/)",
"bin": {
"compact-yarn-audit": "dist/index.js"
},
"type": "module",
"keywords": [
"yarn",
"yarn-audit"
],
"dependencies": {
"picocolors": "^1.1.1",
"split2": "^4.2.0"
},
"files": [
"dist",
"package.json",
"README.md"
],
"scripts": {
"test": "echo see the github repo for test, build and analysis scripts"
}
}