* remove private flag, bump node and babel versions
* disallow submodule imports
* Revert "Do not automatically publish eslint packages (#10722)"
This reverts commit 5ca8acdb38.
# Conflicts:
# Makefile
# eslint/babel-eslint-parser/package.json
# eslint/babel-eslint-plugin-development/package.json
# lerna.json
# scripts/integration-tests/publish-local.sh
* disable submodule imports for babel-eslint-config-internal
* chore: push back a bit to make tests happy
41 lines
1020 B
JSON
41 lines
1020 B
JSON
{
|
|
"name": "@babel/eslint-parser",
|
|
"version": "7.10.4",
|
|
"description": "ESLint parser that allows for linting of experimental syntax transformed by Babel",
|
|
"author": "The Babel Team (https://babeljs.io/team)",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/babel/babel.git",
|
|
"directory": "eslint/babel-eslint-parser"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/babel/babel/issues"
|
|
},
|
|
"homepage": "https://babeljs.io/",
|
|
"engines": {
|
|
"node": "^10.13.0 || ^12.13.0 || >=14.0.0"
|
|
},
|
|
"main": "./lib/index.js",
|
|
"type": "commonjs",
|
|
"exports": {
|
|
".": "./lib/index.js",
|
|
"./package.json": "./package.json"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": ">=7.10.0",
|
|
"eslint": ">=7.5.0"
|
|
},
|
|
"dependencies": {
|
|
"eslint-scope": "5.1.0",
|
|
"eslint-visitor-keys": "^1.3.0",
|
|
"semver": "^6.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.10.4",
|
|
"dedent": "^0.7.0",
|
|
"eslint": "^7.5.0",
|
|
"lodash.clonedeep": "^4.5.0"
|
|
}
|
|
}
|