X-Git-Url: https://git.josue.xyz/?a=blobdiff_plain;f=.config%2Fcoc%2Fextensions%2Fnode_modules%2Fcoc-prettier%2Fnode_modules%2Ftslint%2Fnode_modules%2Ftsutils%2Fpackage.json;fp=.config%2Fcoc%2Fextensions%2Fnode_modules%2Fcoc-prettier%2Fnode_modules%2Ftslint%2Fnode_modules%2Ftsutils%2Fpackage.json;h=c864937bdbba6543b30d19aea9dd2f2d7f930b5b;hb=3aba54c891969552833dbc350b3139e944e17a97;hp=0000000000000000000000000000000000000000;hpb=1def8ecce8e6f3aa32e6978d0ba7846a99b8de34;p=dotfiles%2F.git diff --git a/.config/coc/extensions/node_modules/coc-prettier/node_modules/tslint/node_modules/tsutils/package.json b/.config/coc/extensions/node_modules/coc-prettier/node_modules/tslint/node_modules/tsutils/package.json new file mode 100644 index 00000000..c864937b --- /dev/null +++ b/.config/coc/extensions/node_modules/coc-prettier/node_modules/tslint/node_modules/tsutils/package.json @@ -0,0 +1,86 @@ +{ + "_from": "tsutils@^2.29.0", + "_id": "tsutils@2.29.0", + "_inBundle": false, + "_integrity": "sha512-g5JVHCIJwzfISaXpXE1qvNalca5Jwob6FjI4AoPlqMusJ6ftFE7IkkFoMhVLRgK+4Kx3gkzb8UZK5t5yTTvEmA==", + "_location": "/tslint/tsutils", + "_phantomChildren": {}, + "_requested": { + "type": "range", + "registry": true, + "raw": "tsutils@^2.29.0", + "name": "tsutils", + "escapedName": "tsutils", + "rawSpec": "^2.29.0", + "saveSpec": null, + "fetchSpec": "^2.29.0" + }, + "_requiredBy": [ + "/tslint" + ], + "_resolved": "https://registry.npmjs.org/tsutils/-/tsutils-2.29.0.tgz", + "_shasum": "32b488501467acbedd4b85498673a0812aca0b99", + "_spec": "tsutils@^2.29.0", + "_where": "/tmp/coc-prettier-dzKjD7/node_modules/tslint", + "author": { + "name": "Klaus Meinhardt" + }, + "bugs": { + "url": "https://github.com/ajafff/tsutils/issues" + }, + "bundleDependencies": false, + "dependencies": { + "tslib": "^1.8.1" + }, + "deprecated": false, + "description": "utilities for working with typescript's AST", + "devDependencies": { + "@fimbul/valtyr": "^0.12.0", + "@fimbul/wotan": "^0.12.0", + "@types/chai": "^4.0.10", + "@types/mocha": "^5.0.0", + "@types/node": "^10.0.3", + "chai": "^4.1.2", + "coveralls": "^3.0.0", + "github-release-from-changelog": "^1.3.0", + "mocha": "^5.0.0", + "npm-run-all": "^4.1.2", + "nyc": "^12.0.1", + "tslint": "^5.8.0", + "tslint-consistent-codestyle": "^1.11.0", + "typescript": "^3.0.0-rc" + }, + "homepage": "https://github.com/ajafff/tsutils#readme", + "keywords": [ + "typescript", + "ts", + "ast", + "typeguard", + "utils", + "helper", + "node" + ], + "license": "MIT", + "name": "tsutils", + "peerDependencies": { + "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" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/ajafff/tsutils.git" + }, + "scripts": { + "compile": "rm -rf {,util,typeguard,test/**}/*.js; tsc -p .", + "coverage": "nyc npm test", + "github-release": "GITHUB_TOKEN=$(cat ~/github_token.txt) github-release-from-changelog", + "lint": "run-p lint:*", + "lint:tslint": "wotan -m @fimbul/valtyr", + "lint:wotan": "wotan", + "postpublish": "git push origin master --tags; npm run github-release", + "prepublishOnly": "npm run verify", + "report-coverage": "cat ./coverage/lcov.info | coveralls", + "test": "mocha test/*Tests.js && tslint --test 'test/rules/**/tslint.json'", + "verify": "run-s compile lint coverage" + }, + "version": "2.29.0" +}