mirror of
https://github.com/github/codeql-action.git
synced 2025-12-28 02:00:12 +08:00
38 lines
963 B
JSON
38 lines
963 B
JSON
{
|
|
"name": "eslint-plugin-escompat",
|
|
"version": "3.3.4",
|
|
"description": "",
|
|
"keywords": [],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/keithamus/eslint-plugin-escompat"
|
|
},
|
|
"homepage": "https://github.com/keithamus/eslint-plugin-escompat",
|
|
"license": "MIT",
|
|
"author": "Keith Cirkel (https://keithcirkel.co.uk/)",
|
|
"files": [
|
|
"lib/*"
|
|
],
|
|
"main": "lib/index.js",
|
|
"scripts": {
|
|
"lint": "eslint .",
|
|
"test": "npm run lint && mocha"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/eslint-parser": "^7.18.2",
|
|
"@babel/plugin-proposal-do-expressions": "^7.16.7",
|
|
"@babel/plugin-proposal-function-bind": "^7.16.7",
|
|
"@babel/plugin-proposal-pipeline-operator": "^7.18.2",
|
|
"@babel/preset-env": "^7.18.2",
|
|
"@babel/preset-typescript": "^7.17.12",
|
|
"eslint": "^8.18.0",
|
|
"mocha": "^10.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"eslint": ">=5.14.1"
|
|
},
|
|
"dependencies": {
|
|
"browserslist": "^4.21.0"
|
|
}
|
|
}
|