Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 20s
Build & Deploy / 🧪 QA (push) Failing after 34s
Build & Deploy / 🏗️ Build (push) Has started running
Build & Deploy / 🚀 Deploy (push) Has been cancelled
Build & Deploy / 🧪 Smoke Test (push) Has been cancelled
Build & Deploy / ⚡ Lighthouse (push) Has been cancelled
Build & Deploy / 🔔 Notify (push) Has been cancelled
70 lines
2.0 KiB
Plaintext
70 lines
2.0 KiB
Plaintext
{
|
|
"name": "@types/eslint",
|
|
"version": "9.6.1",
|
|
"description": "TypeScript definitions for eslint",
|
|
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/eslint",
|
|
"license": "MIT",
|
|
"contributors": [
|
|
{
|
|
"name": "Pierre-Marie Dartus",
|
|
"githubUsername": "pmdartus",
|
|
"url": "https://github.com/pmdartus"
|
|
},
|
|
{
|
|
"name": "Jed Fox",
|
|
"githubUsername": "j-f1",
|
|
"url": "https://github.com/j-f1"
|
|
},
|
|
{
|
|
"name": "Saad Quadri",
|
|
"githubUsername": "saadq",
|
|
"url": "https://github.com/saadq"
|
|
},
|
|
{
|
|
"name": "Jason Kwok",
|
|
"githubUsername": "JasonHK",
|
|
"url": "https://github.com/JasonHK"
|
|
},
|
|
{
|
|
"name": "Brad Zacher",
|
|
"githubUsername": "bradzacher",
|
|
"url": "https://github.com/bradzacher"
|
|
},
|
|
{
|
|
"name": "JounQin",
|
|
"githubUsername": "JounQin",
|
|
"url": "https://github.com/JounQin"
|
|
},
|
|
{
|
|
"name": "Bryan Mishkin",
|
|
"githubUsername": "bmish",
|
|
"url": "https://github.com/bmish"
|
|
}
|
|
],
|
|
"main": "",
|
|
"types": "index.d.ts",
|
|
"exports": {
|
|
".": {
|
|
"types": "./index.d.ts"
|
|
},
|
|
"./use-at-your-own-risk": {
|
|
"types": "./use-at-your-own-risk.d.ts"
|
|
},
|
|
"./rules": {
|
|
"types": "./rules/index.d.ts"
|
|
},
|
|
"./package.json": "./package.json"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
|
|
"directory": "types/eslint"
|
|
},
|
|
"scripts": {},
|
|
"dependencies": {
|
|
"@types/estree": "*",
|
|
"@types/json-schema": "*"
|
|
},
|
|
"typesPublisherContentHash": "bc2620143f844d291da2d199e7b8e2605e3277f1941a508dc72ac92843b149b6",
|
|
"typeScriptVersion": "4.8"
|
|
} |