UNPKG

1.13 kBJSONView Raw
1{
2 "name": "@babel/eslint-parser",
3 "version": "7.11.3",
4 "description": "ESLint parser that allows for linting of experimental syntax transformed by Babel",
5 "author": "The Babel Team (https://babeljs.io/team)",
6 "license": "MIT",
7 "repository": {
8 "type": "git",
9 "url": "https://github.com/babel/babel.git",
10 "directory": "eslint/babel-eslint-parser"
11 },
12 "publishConfig": {
13 "access": "public"
14 },
15 "bugs": {
16 "url": "https://github.com/babel/babel/issues"
17 },
18 "homepage": "https://babeljs.io/",
19 "engines": {
20 "node": "^10.13.0 || ^12.13.0 || >=14.0.0"
21 },
22 "main": "./lib/index.js",
23 "type": "commonjs",
24 "exports": {
25 ".": "./lib/index.js",
26 "./package.json": "./package.json"
27 },
28 "peerDependencies": {
29 "@babel/core": ">=7.11.0",
30 "eslint": ">=7.5.0"
31 },
32 "dependencies": {
33 "eslint-scope": "5.1.0",
34 "eslint-visitor-keys": "^1.3.0",
35 "semver": "^6.3.0"
36 },
37 "devDependencies": {
38 "@babel/core": "^7.11.0",
39 "dedent": "^0.7.0",
40 "eslint": "^7.5.0",
41 "lodash.clonedeep": "^4.5.0"
42 },
43 "gitHead": "57b658c4d83db6874dd3d72a5a653c5b2cec6e78"
44}