.gitignore added
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / tslint / package.json
1 {
2     "name": "tslint",
3     "version": "5.20.1",
4     "description": "An extensible static analysis linter for the TypeScript language",
5     "bin": {
6         "tslint": "./bin/tslint"
7     },
8     "main": "./lib/index.js",
9     "typings": "./lib/index.d.ts",
10     "scripts": {
11         "clean": "npm-run-all -p clean:core clean:test",
12         "clean:core": "rimraf lib",
13         "clean:test": "rimraf build && rimraf test/config/node_modules",
14         "docs": "node scripts/buildDocs.js",
15         "compile": "npm-run-all -p compile:core compile:test -s compile:scripts",
16         "compile:core": "tsc -p src",
17         "compile:scripts": "tsc -p scripts",
18         "compile:test": "tsc -p test",
19         "lint": "npm-run-all -p lint:from-installed lint:from-bin",
20         "lint:from-bin": "node bin/tslint --project test/tsconfig.json --format codeFrame",
21         "lint:from-installed": "tslint --project test/tsconfig.json --format codeFrame",
22         "lint-fix": "yarn lint:from-installed --fix",
23         "publish:local": "./scripts/npmPublish.sh",
24         "test": "npm-run-all test:pre -p test:mocha test:rules",
25         "test:pre": "cd ./test/config && npm install --no-save",
26         "test:mocha": "mocha --reporter spec --colors \"build/test/**/*Tests.js\"",
27         "test:rules": "node ./build/test/ruleTestRunner.js",
28         "verify": "npm-run-all clean compile lint test docs",
29         "coverage": "rimraf coverage .nyc_output && nyc npm test"
30     },
31     "dependencies": {
32         "@babel/code-frame": "^7.0.0",
33         "builtin-modules": "^1.1.1",
34         "chalk": "^2.3.0",
35         "commander": "^2.12.1",
36         "diff": "^4.0.1",
37         "glob": "^7.1.1",
38         "js-yaml": "^3.13.1",
39         "minimatch": "^3.0.4",
40         "mkdirp": "^0.5.1",
41         "resolve": "^1.3.2",
42         "semver": "^5.3.0",
43         "tslib": "^1.8.0",
44         "tsutils": "^2.29.0"
45     },
46     "peerDependencies": {
47         "typescript": ">=2.3.0-dev || >=2.4.0-dev || >=2.5.0-dev || >=2.6.0-dev || >=2.7.0-dev || >=2.8.0-dev || >=2.9.0-dev || >=3.0.0-dev || >= 3.1.0-dev || >= 3.2.0-dev"
48     },
49     "devDependencies": {
50         "@octokit/rest": "^16.24.3",
51         "@types/babel__code-frame": "^7.0.1",
52         "@types/chai": "^3.5.0",
53         "@types/diff": "^3.2.0",
54         "@types/glob": "^5.0.30",
55         "@types/js-yaml": "^3.5.31",
56         "@types/minimatch": "^2.0.29",
57         "@types/mkdirp": "^0.5.2",
58         "@types/mocha": "^5.2.6",
59         "@types/node": "^7.0.29",
60         "@types/resolve": "^0.0.4",
61         "@types/rimraf": "^2.0.2",
62         "@types/semver": "^5.3.30",
63         "chai": "^3.5.0",
64         "husky": "^0.14.3",
65         "json-stringify-pretty-compact": "^1.2.0",
66         "mocha": "^6.1.4",
67         "npm-run-all": "^4.0.2",
68         "nyc": "^14.1.1",
69         "prettier": "~1.16.4",
70         "rimraf": "^2.5.4",
71         "ts-node": "^3.3.0",
72         "tslint": "~5.13.0",
73         "tslint-config-prettier": "^1.18.0",
74         "tslint-plugin-prettier": "^2.0.1",
75         "tslint-test-config-non-relative": "file:test/external/tslint-test-config-non-relative",
76         "typescript": "~3.4.0",
77         "yarn-deduplicate": "^1.1.1"
78     },
79     "engines": {
80         "node": ">=4.8.0"
81     },
82     "homepage": "https://palantir.github.io/tslint",
83     "repository": {
84         "type": "git",
85         "url": "https://github.com/palantir/tslint.git"
86     },
87     "keywords": [
88         "cli",
89         "typescript",
90         "linter"
91     ],
92     "license": "Apache-2.0"
93 }