52 lines
1.7 KiB
JSON
52 lines
1.7 KiB
JSON
{
|
|
"name": "babel-eslint",
|
|
"version": "7.7.4-csx.0",
|
|
"description": "Custom parser for ESLint",
|
|
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
|
"license": "MIT",
|
|
"private": true,
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/babel/babel-eslint.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/babel/babel-eslint/issues"
|
|
},
|
|
"homepage": "https://github.com/babel/babel-eslint",
|
|
"scripts": {
|
|
"changelog": "git log `git describe --tags --abbrev=0`..HEAD --pretty=format:' * %s (%an)' | grep -v 'Merge pull request'"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
},
|
|
"main": "lib/index.js",
|
|
"peerDependencies": {
|
|
"@babel/core": ">=7.2.0",
|
|
"eslint": ">= 4.12.1"
|
|
},
|
|
"dependencies": {
|
|
"eslint-scope": "3.7.1",
|
|
"eslint-visitor-keys": "^1.0.0",
|
|
"semver": "^6.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.7.4-csx.0",
|
|
"@babel/plugin-proposal-class-properties": "^7.7.4-csx.0",
|
|
"@babel/plugin-proposal-decorators": "^7.7.4-csx.0",
|
|
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.7.4-csx.0",
|
|
"@babel/plugin-proposal-optional-chaining": "^7.7.4-csx.0",
|
|
"@babel/plugin-proposal-pipeline-operator": "^7.7.4-csx.0",
|
|
"@babel/plugin-syntax-dynamic-import": "^7.7.4-csx.0",
|
|
"@babel/plugin-syntax-export-default-from": "^7.7.4-csx.0",
|
|
"@babel/plugin-syntax-export-namespace-from": "^7.7.4-csx.0",
|
|
"@babel/plugin-syntax-import-meta": "^7.7.4-csx.0",
|
|
"@babel/plugin-syntax-numeric-separator": "^7.7.4-csx.0",
|
|
"@babel/preset-env": "^7.7.4-csx.0",
|
|
"@babel/preset-flow": "^7.7.4-csx.0",
|
|
"@babel/preset-react": "^7.7.4-csx.0",
|
|
"dedent": "^0.7.0",
|
|
"eslint": "^6.0.1",
|
|
"espree": "^6.0.0"
|
|
}
|
|
}
|