Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / tsutils / package.json
1 {
2   "_from": "tsutils@^3.17.1",
3   "_id": "tsutils@3.17.1",
4   "_inBundle": false,
5   "_integrity": "sha512-kzeQ5B8H3w60nFY2g8cJIuH7JDpsALXySGtwGJ0p2LSjLgay3NdIpqq5SoOBe46bKDW2iq25irHCr8wjomUS2g==",
6   "_location": "/tsutils",
7   "_phantomChildren": {},
8   "_requested": {
9     "type": "range",
10     "registry": true,
11     "raw": "tsutils@^3.17.1",
12     "name": "tsutils",
13     "escapedName": "tsutils",
14     "rawSpec": "^3.17.1",
15     "saveSpec": null,
16     "fetchSpec": "^3.17.1"
17   },
18   "_requiredBy": [
19     "/@typescript-eslint/typescript-estree"
20   ],
21   "_resolved": "https://registry.npmjs.org/tsutils/-/tsutils-3.17.1.tgz",
22   "_shasum": "ed719917f11ca0dee586272b2ac49e015a2dd759",
23   "_spec": "tsutils@^3.17.1",
24   "_where": "/tmp/nvimkGaq4E/coc-prettier-UL9jgR/node_modules/@typescript-eslint/typescript-estree",
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/mithotyn": "^0.17.0",
39     "@fimbul/valtyr": "^0.20.0",
40     "@fimbul/wotan": "^0.20.0",
41     "@types/chai": "^4.0.10",
42     "@types/mocha": "^5.0.0",
43     "@types/node": "^11.13.0",
44     "chai": "^4.1.2",
45     "coveralls": "^3.0.0",
46     "github-release-from-changelog": "^1.3.0",
47     "mocha": "^6.0.2",
48     "npm-run-all": "^4.1.2",
49     "nyc": "^13.3.0",
50     "ts-transform-const-enum": "^0.0.1",
51     "tslint": "^5.8.0",
52     "tslint-consistent-codestyle": "^1.11.0",
53     "ttypescript": "^1.5.5",
54     "typescript": "^3.6.0-dev.20190804"
55   },
56   "engines": {
57     "node": ">= 6"
58   },
59   "homepage": "https://github.com/ajafff/tsutils#readme",
60   "keywords": [
61     "typescript",
62     "ts",
63     "ast",
64     "typeguard",
65     "utils",
66     "helper",
67     "node"
68   ],
69   "license": "MIT",
70   "name": "tsutils",
71   "peerDependencies": {
72     "typescript": ">=2.8.0 || >= 3.2.0-dev || >= 3.3.0-dev || >= 3.4.0-dev || >= 3.5.0-dev || >= 3.6.0-dev || >= 3.6.0-beta || >= 3.7.0-dev || >= 3.7.0-beta"
73   },
74   "repository": {
75     "type": "git",
76     "url": "git+https://github.com/ajafff/tsutils.git"
77   },
78   "scripts": {
79     "compile": "rm -rf {,util,typeguard,test/**}/*.js; ttsc -p .",
80     "coverage": "nyc run-s test",
81     "github-release": "GITHUB_TOKEN=$(cat ~/github_token.txt) github-release-from-changelog",
82     "lint": "run-p lint:*",
83     "lint:tslint": "wotan -m @fimbul/valtyr",
84     "lint:wotan": "wotan",
85     "postpublish": "git push origin master --tags; run-s github-release",
86     "prepublishOnly": "run-s verify",
87     "report-coverage": "cat ./coverage/lcov.info | coveralls",
88     "test": "mocha test/*Tests.js && tslint --test 'test/rules/**/tslint.json'",
89     "verify": "run-s compile lint coverage"
90   },
91   "version": "3.17.1"
92 }