Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / tslint / package.json
1 {
2   "_from": "tslint@^5.9.1",
3   "_id": "tslint@5.20.1",
4   "_inBundle": false,
5   "_integrity": "sha512-EcMxhzCFt8k+/UP5r8waCf/lzmeSyVlqxqMEDQE7rWYiQky8KpIBz1JAoYXfROHrPZ1XXd43q8yQnULOLiBRQg==",
6   "_location": "/tslint",
7   "_phantomChildren": {
8     "tslib": "1.14.1"
9   },
10   "_requested": {
11     "type": "range",
12     "registry": true,
13     "raw": "tslint@^5.9.1",
14     "name": "tslint",
15     "escapedName": "tslint",
16     "rawSpec": "^5.9.1",
17     "saveSpec": null,
18     "fetchSpec": "^5.9.1"
19   },
20   "_requiredBy": [
21     "/prettier-tslint"
22   ],
23   "_resolved": "https://registry.npmjs.org/tslint/-/tslint-5.20.1.tgz",
24   "_shasum": "e401e8aeda0152bc44dd07e614034f3f80c67b7d",
25   "_spec": "tslint@^5.9.1",
26   "_where": "/tmp/nvimkGaq4E/coc-prettier-UL9jgR/node_modules/prettier-tslint",
27   "bin": {
28     "tslint": "bin/tslint"
29   },
30   "bugs": {
31     "url": "https://github.com/palantir/tslint/issues"
32   },
33   "bundleDependencies": false,
34   "dependencies": {
35     "@babel/code-frame": "^7.0.0",
36     "builtin-modules": "^1.1.1",
37     "chalk": "^2.3.0",
38     "commander": "^2.12.1",
39     "diff": "^4.0.1",
40     "glob": "^7.1.1",
41     "js-yaml": "^3.13.1",
42     "minimatch": "^3.0.4",
43     "mkdirp": "^0.5.1",
44     "resolve": "^1.3.2",
45     "semver": "^5.3.0",
46     "tslib": "^1.8.0",
47     "tsutils": "^2.29.0"
48   },
49   "deprecated": false,
50   "description": "An extensible static analysis linter for the TypeScript language",
51   "devDependencies": {
52     "@octokit/rest": "^16.24.3",
53     "@types/babel__code-frame": "^7.0.1",
54     "@types/chai": "^3.5.0",
55     "@types/diff": "^3.2.0",
56     "@types/glob": "^5.0.30",
57     "@types/js-yaml": "^3.5.31",
58     "@types/minimatch": "^2.0.29",
59     "@types/mkdirp": "^0.5.2",
60     "@types/mocha": "^5.2.6",
61     "@types/node": "^7.0.29",
62     "@types/resolve": "^0.0.4",
63     "@types/rimraf": "^2.0.2",
64     "@types/semver": "^5.3.30",
65     "chai": "^3.5.0",
66     "husky": "^0.14.3",
67     "json-stringify-pretty-compact": "^1.2.0",
68     "mocha": "^6.1.4",
69     "npm-run-all": "^4.0.2",
70     "nyc": "^14.1.1",
71     "prettier": "~1.16.4",
72     "rimraf": "^2.5.4",
73     "ts-node": "^3.3.0",
74     "tslint": "~5.13.0",
75     "tslint-config-prettier": "^1.18.0",
76     "tslint-plugin-prettier": "^2.0.1",
77     "tslint-test-config-non-relative": "file:test/external/tslint-test-config-non-relative",
78     "typescript": "~3.4.0",
79     "yarn-deduplicate": "^1.1.1"
80   },
81   "engines": {
82     "node": ">=4.8.0"
83   },
84   "homepage": "https://palantir.github.io/tslint",
85   "keywords": [
86     "cli",
87     "typescript",
88     "linter"
89   ],
90   "license": "Apache-2.0",
91   "main": "./lib/index.js",
92   "name": "tslint",
93   "peerDependencies": {
94     "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"
95   },
96   "repository": {
97     "type": "git",
98     "url": "git+https://github.com/palantir/tslint.git"
99   },
100   "scripts": {
101     "clean": "npm-run-all -p clean:core clean:test",
102     "clean:core": "rimraf lib",
103     "clean:test": "rimraf build && rimraf test/config/node_modules",
104     "compile": "npm-run-all -p compile:core compile:test -s compile:scripts",
105     "compile:core": "tsc -p src",
106     "compile:scripts": "tsc -p scripts",
107     "compile:test": "tsc -p test",
108     "coverage": "rimraf coverage .nyc_output && nyc npm test",
109     "docs": "node scripts/buildDocs.js",
110     "lint": "npm-run-all -p lint:from-installed lint:from-bin",
111     "lint-fix": "yarn lint:from-installed --fix",
112     "lint:from-bin": "node bin/tslint --project test/tsconfig.json --format codeFrame",
113     "lint:from-installed": "tslint --project test/tsconfig.json --format codeFrame",
114     "publish:local": "./scripts/npmPublish.sh",
115     "test": "npm-run-all test:pre -p test:mocha test:rules",
116     "test:mocha": "mocha --reporter spec --colors \"build/test/**/*Tests.js\"",
117     "test:pre": "cd ./test/config && npm install --no-save",
118     "test:rules": "node ./build/test/ruleTestRunner.js",
119     "verify": "npm-run-all clean compile lint test docs"
120   },
121   "typings": "./lib/index.d.ts",
122   "version": "5.20.1"
123 }