33 lines
900 B
JSON
33 lines
900 B
JSON
{
|
|
"name": "@babel/eslint-plugin-development-internal",
|
|
"version": "7.13.10",
|
|
"description": "The Babel Team's ESLint custom rules plugin. Since it's internal, it might not respect semver.",
|
|
"main": "lib/index.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/babel/babel.git",
|
|
"directory": "eslint/babel-eslint-plugin-development-internal"
|
|
},
|
|
"keywords": [
|
|
"babel",
|
|
"eslint",
|
|
"eslintplugin",
|
|
"eslint-plugin",
|
|
"babel-eslint"
|
|
],
|
|
"author": "Kai Cataldo <kai@kaicataldo.com>",
|
|
"license": "MIT",
|
|
"private": true,
|
|
"bugs": {
|
|
"url": "https://github.com/babel/babel/issues"
|
|
},
|
|
"homepage": "https://github.com/babel/babel/tree/master/eslint/babel-eslint-plugin-development-internal",
|
|
"peerDependencies": {
|
|
"@babel/eslint-parser": ">=7.11.0",
|
|
"eslint": ">=7.5.0"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "^7.5.0"
|
|
}
|
|
}
|