mirror of
https://github.com/vale981/tridactyl
synced 2025-03-05 09:31:41 -05:00
![dependabot-preview[bot]](/assets/img/avatar_default.png)
Bumps [@typescript-eslint/eslint-plugin-tslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin-tslint) from 4.21.0 to 4.22.0. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin-tslint/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v4.22.0/packages/eslint-plugin-tslint) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
101 lines
3 KiB
JSON
101 lines
3 KiB
JSON
{
|
|
"name": "tridactyl",
|
|
"version": "0.1.0",
|
|
"description": "Vimperator/Pentadactyl successor",
|
|
"browser": {
|
|
"url": false,
|
|
"fs": false,
|
|
"https": false,
|
|
"http": false,
|
|
"path": false,
|
|
"timers": false,
|
|
"stream": "stream-browserify"
|
|
},
|
|
"dependencies": {
|
|
"@types/css": "0.0.31",
|
|
"@types/nearley": "^2.11.1",
|
|
"command-line-args": "^5.1.1",
|
|
"csp-serdes": "github:cmcaine/csp-serdes",
|
|
"css": "^3.0.0",
|
|
"esbuild": "^0.11.7",
|
|
"fuse.js": "^6.4.6",
|
|
"jasmine-fail-fast": "^2.0.1",
|
|
"mark.js": "^8.11.1",
|
|
"ramda": "^0.27.1",
|
|
"rss-parser": "^3.12.0",
|
|
"semver-compare": "^1.0.0",
|
|
"stream-browserify": "^3.0.0",
|
|
"tsdef": "^0.0.14",
|
|
"typedoc-default-themes": "^0.12.5"
|
|
},
|
|
"devDependencies": {
|
|
"@types/firefox-webext-browser": "^82.0.0",
|
|
"@types/jest": "^26.0.22",
|
|
"@types/node": "^14.14.37",
|
|
"@types/ramda": "^0.27.37",
|
|
"@types/selenium-webdriver": "^4.0.12",
|
|
"@typescript-eslint/eslint-plugin": "^4.22.0",
|
|
"@typescript-eslint/eslint-plugin-tslint": "^4.22.0",
|
|
"@typescript-eslint/parser": "^4.22.0",
|
|
"cleanslate": "^0.10.1",
|
|
"copy-webpack-plugin": "^8.1.1",
|
|
"eslint": "^7.24.0",
|
|
"eslint-config-prettier": "^8.1.0",
|
|
"eslint-plugin-import": "^2.22.1",
|
|
"eslint-plugin-jsdoc": "^32.3.0",
|
|
"eslint-plugin-prefer-arrow": "^1.2.3",
|
|
"eslint-plugin-sonarjs": "^0.5.0",
|
|
"geckodriver": "^1.22.3",
|
|
"jest": "^25.5.4",
|
|
"jest-webextension-mock": "^3.7.9",
|
|
"marked": "^2.0.3",
|
|
"nearley": "^2.20.1",
|
|
"prettier": "^2.2.1",
|
|
"selenium-webdriver": "^4.0.0-beta.1",
|
|
"source-map-loader": "^2.0.1",
|
|
"ts-jest": "^25.5.1",
|
|
"ts-loader": "^8.1.0",
|
|
"ts-node": "^9.1.1",
|
|
"tsconfig-paths-webpack-plugin": "^3.5.1",
|
|
"tslint": "^5.20.1",
|
|
"tslint-etc": "^1.13.9",
|
|
"tslint-sonarts": "^1.9.0",
|
|
"typedoc": "^0.19.2",
|
|
"typescript": "^3.9.9",
|
|
"web-ext": "^6.0.0",
|
|
"web-ext-types": "^3.2.1",
|
|
"webpack": "^5.31.2",
|
|
"webpack-cli": "^4.6.0"
|
|
},
|
|
"scripts": {
|
|
"build": "sh scripts/build.sh",
|
|
"rebuild": "sh scripts/build.sh --quick",
|
|
"clean": "rm -rf build generated",
|
|
"forrest-run": "yarn run run",
|
|
"jest": "jest --bail --runInBand",
|
|
"lint": "bash hooks/pre-commit",
|
|
"make-zip": "web-ext build --source-dir build --overwrite-dest",
|
|
"pretty": "bash scripts/pretty.sh",
|
|
"run": "web-ext run -s build/ -u 'txti.es'",
|
|
"test": "yarn run build && web-ext build --source-dir ./build --overwrite-dest && jest --silent",
|
|
"update-buildsystem": "rm -rf src/node_modules; yarn run clean",
|
|
"watch": "echo 'watch is broken, use build instead'; exit 0;",
|
|
"install": "git config core.hookspath hooks/"
|
|
},
|
|
"author": "Colin Caine",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+ssh://git@github.com/tridactyl/tridactyl.git"
|
|
},
|
|
"keywords": [
|
|
"webextension",
|
|
"webext",
|
|
"vim",
|
|
"firefox"
|
|
],
|
|
"license": "Apache-2.0",
|
|
"bugs": {
|
|
"url": "https://github.com/tridactyl/tridactyl/issues"
|
|
},
|
|
"homepage": "https://github.com/tridactyl/tridactyl#readme"
|
|
}
|