File: /var/www/vhost/disk-apps/pwa.sports-crowd.com/node_modules/codelyzer/package.json
{
"name": "codelyzer",
"version": "6.0.2",
"description": "Linting for Angular applications, following angular.io/styleguide.",
"main": "index.js",
"lint-staged": {
"*.ts": [
"npm run lint:fix",
"git add"
],
"*.{css,json,md,scss,ts}": [
"npm run format:fix",
"git add"
]
},
"contributors": [
"Minko Gechev <mgechev@gmail.com>",
"Preslav Semov <preslavsemov@gmail.com>",
"William Koza <william.koza@gmail.com>",
"Eugenio Romano <eugenioromanodeveloper@gmail.com>",
"Rafael Santana <rafaelsantana3095@gmail.com>"
],
"repository": {
"type": "git",
"url": "git+https://github.com/mgechev/codelyzer.git"
},
"keywords": [
"Angular",
"style guide",
"styleguide",
"nglint",
"codelyzer",
"lint",
"tslint"
],
"author": {
"name": "Minko Gechev",
"email": "mgechev@gmail.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/mgechev/codelyzer/issues"
},
"homepage": "https://github.com/mgechev/codelyzer#readme",
"peerDependencies": {
"@angular/compiler": ">=2.3.1 <13.0.0 || ^12.0.0-next || ^12.1.0-next || ^12.2.0-next",
"@angular/core": ">=2.3.1 <13.0.0 || ^12.0.0-next || ^12.1.0-next || ^12.2.0-next",
"tslint": "^5.0.0 || ^6.0.0"
},
"dependencies": {
"@angular/core": "9.0.0",
"@angular/compiler": "9.0.0",
"tslib": "^1.10.0",
"zone.js": "~0.10.3",
"rxjs": "^6.5.3",
"app-root-path": "^3.0.0",
"aria-query": "^3.0.0",
"axobject-query": "2.0.2",
"css-selector-tokenizer": "^0.7.1",
"cssauron": "^1.4.0",
"damerau-levenshtein": "^1.0.4",
"semver-dsl": "^1.0.1",
"source-map": "^0.5.7",
"sprintf-js": "^1.1.2"
}
}