Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / tslint / node_modules / tsutils / package.json
1 {
2   "_from": "tsutils@^2.29.0",
3   "_id": "tsutils@2.29.0",
4   "_inBundle": false,
5   "_integrity": "sha512-g5JVHCIJwzfISaXpXE1qvNalca5Jwob6FjI4AoPlqMusJ6ftFE7IkkFoMhVLRgK+4Kx3gkzb8UZK5t5yTTvEmA==",
6   "_location": "/tslint/tsutils",
7   "_phantomChildren": {},
8   "_requested": {
9     "type": "range",
10     "registry": true,
11     "raw": "tsutils@^2.29.0",
12     "name": "tsutils",
13     "escapedName": "tsutils",
14     "rawSpec": "^2.29.0",
15     "saveSpec": null,
16     "fetchSpec": "^2.29.0"
17   },
18   "_requiredBy": [
19     "/tslint"
20   ],
21   "_resolved": "https://registry.npmjs.org/tsutils/-/tsutils-2.29.0.tgz",
22   "_shasum": "32b488501467acbedd4b85498673a0812aca0b99",
23   "_spec": "tsutils@^2.29.0",
24   "_where": "/tmp/nvimkGaq4E/coc-prettier-UL9jgR/node_modules/tslint",
25   "author": {
26     "name": "Klaus Meinhardt"
27   },
28   "bugs": {
29     "url": "https://github.com/ajafff/tsutils/issues"
30   },
31   "bundleDependencies": false,
32   "dependencies": {
33     "tslib": "^1.8.1"
34   },
35   "deprecated": false,
36   "description": "utilities for working with typescript's AST",
37   "devDependencies": {
38     "@fimbul/valtyr": "^0.12.0",
39     "@fimbul/wotan": "^0.12.0",
40     "@types/chai": "^4.0.10",
41     "@types/mocha": "^5.0.0",
42     "@types/node": "^10.0.3",
43     "chai": "^4.1.2",
44     "coveralls": "^3.0.0",
45     "github-release-from-changelog": "^1.3.0",
46     "mocha": "^5.0.0",
47     "npm-run-all": "^4.1.2",
48     "nyc": "^12.0.1",
49     "tslint": "^5.8.0",
50     "tslint-consistent-codestyle": "^1.11.0",
51     "typescript": "^3.0.0-rc"
52   },
53   "homepage": "https://github.com/ajafff/tsutils#readme",
54   "keywords": [
55     "typescript",
56     "ts",
57     "ast",
58     "typeguard",
59     "utils",
60     "helper",
61     "node"
62   ],
63   "license": "MIT",
64   "name": "tsutils",
65   "peerDependencies": {
66     "typescript": ">=2.1.0 || >=2.1.0-dev || >=2.2.0-dev || >=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"
67   },
68   "repository": {
69     "type": "git",
70     "url": "git+https://github.com/ajafff/tsutils.git"
71   },
72   "scripts": {
73     "compile": "rm -rf {,util,typeguard,test/**}/*.js; tsc -p .",
74     "coverage": "nyc npm test",
75     "github-release": "GITHUB_TOKEN=$(cat ~/github_token.txt) github-release-from-changelog",
76     "lint": "run-p lint:*",
77     "lint:tslint": "wotan -m @fimbul/valtyr",
78     "lint:wotan": "wotan",
79     "postpublish": "git push origin master --tags; npm run github-release",
80     "prepublishOnly": "npm run verify",
81     "report-coverage": "cat ./coverage/lcov.info | coveralls",
82     "test": "mocha test/*Tests.js && tslint --test 'test/rules/**/tslint.json'",
83     "verify": "run-s compile lint coverage"
84   },
85   "version": "2.29.0"
86 }