add enter functionality and resolve title show bug

This commit is contained in:
ismailsosic
2023-03-08 16:17:26 +01:00
parent 71811fac4b
commit f09648dd67
420 changed files with 21395 additions and 1067108 deletions

View File

@@ -1,36 +1,42 @@
{
"name": "tsutils",
"version": "3.21.0",
"description": "utilities for working with typescript's AST",
"scripts": {
"precompile": "rimraf \"{,util,typeguard,test{,/rules}/*.{js,d.ts,js.map}\"",
"compile": "ttsc -p .",
"lint:tslint": "wotan -m @fimbul/valtyr",
"lint:wotan": "wotan",
"lint": "run-p lint:*",
"test": "mocha test/*Tests.js && tslint --test 'test/rules/**/tslint.json'",
"verify": "run-s compile lint coverage",
"prepublishOnly": "run-s verify",
"coverage": "nyc run-s test",
"report-coverage": "cat ./coverage/lcov.info | coveralls",
"github-release": "node ./scripts/github-release.js",
"postpublish": "git push origin master --tags && run-s github-release"
},
"repository": {
"type": "git",
"url": "https://github.com/ajafff/tsutils"
},
"keywords": [
"typescript",
"ts",
"ast",
"typeguard",
"utils",
"helper",
"node"
"_args": [
[
"tsutils@3.21.0",
"/home/ismail/Desktop/kitabcitab-frontend/kitabcitab"
]
],
"author": "Klaus Meinhardt",
"license": "MIT",
"_from": "tsutils@3.21.0",
"_id": "tsutils@3.21.0",
"_inBundle": false,
"_integrity": "sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==",
"_location": "/tsutils",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "tsutils@3.21.0",
"name": "tsutils",
"escapedName": "tsutils",
"rawSpec": "3.21.0",
"saveSpec": null,
"fetchSpec": "3.21.0"
},
"_requiredBy": [
"/@typescript-eslint/typescript-estree"
],
"_resolved": "https://registry.npmjs.org/tsutils/-/tsutils-3.21.0.tgz",
"_spec": "3.21.0",
"_where": "/home/ismail/Desktop/kitabcitab-frontend/kitabcitab",
"author": {
"name": "Klaus Meinhardt"
},
"bugs": {
"url": "https://github.com/ajafff/tsutils/issues"
},
"dependencies": {
"tslib": "^1.8.1"
},
"description": "utilities for working with typescript's AST",
"devDependencies": {
"@fimbul/mithotyn": "^0.21.0",
"@fimbul/valtyr": "^0.22.0",
@@ -51,13 +57,41 @@
"ttypescript": "^1.5.5",
"typescript": "4.2.0-dev.20201230"
},
"engines": {
"node": ">= 6"
},
"homepage": "https://github.com/ajafff/tsutils#readme",
"keywords": [
"typescript",
"ts",
"ast",
"typeguard",
"utils",
"helper",
"node"
],
"license": "MIT",
"name": "tsutils",
"peerDependencies": {
"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"
},
"dependencies": {
"tslib": "^1.8.1"
"repository": {
"type": "git",
"url": "git+https://github.com/ajafff/tsutils.git"
},
"engines": {
"node": ">= 6"
}
"scripts": {
"compile": "ttsc -p .",
"coverage": "nyc run-s test",
"github-release": "node ./scripts/github-release.js",
"lint": "run-p lint:*",
"lint:tslint": "wotan -m @fimbul/valtyr",
"lint:wotan": "wotan",
"postpublish": "git push origin master --tags && run-s github-release",
"precompile": "rimraf \"{,util,typeguard,test{,/rules}/*.{js,d.ts,js.map}\"",
"prepublishOnly": "run-s 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": "3.21.0"
}