UNPKG

1.26 kBJSONView Raw
1{
2 "name": "babel-eslint",
3 "version": "7.2.3",
4 "description": "Custom parser for ESLint",
5 "main": "index.js",
6 "files": [
7 "index.js",
8 "babylon-to-espree"
9 ],
10 "repository": {
11 "type": "git",
12 "url": "https://github.com/babel/babel-eslint.git"
13 },
14 "dependencies": {
15 "babel-code-frame": "^6.22.0",
16 "babel-traverse": "^6.23.1",
17 "babel-types": "^6.23.0",
18 "babylon": "^6.17.0"
19 },
20 "scripts": {
21 "test": "npm run lint && npm run test-only",
22 "test-only": "mocha",
23 "lint": "eslint index.js babylon-to-espree test",
24 "fix": "eslint index.js babylon-to-espree test --fix",
25 "preversion": "npm test",
26 "changelog": "git log `git describe --tags --abbrev=0`..HEAD --pretty=format:' * %s (%an)' | grep -v 'Merge pull request'"
27 },
28 "author": "Sebastian McKenzie <sebmck@gmail.com>",
29 "license": "MIT",
30 "engines": {
31 "node": ">=4"
32 },
33 "bugs": {
34 "url": "https://github.com/babel/babel-eslint/issues"
35 },
36 "homepage": "https://github.com/babel/babel-eslint",
37 "devDependencies": {
38 "babel-eslint": "^7.0.0",
39 "dedent": "^0.7.0",
40 "eslint": "^3.18.0",
41 "eslint-config-babel": "^6.0.0",
42 "eslint-plugin-flowtype": "^2.30.3",
43 "espree": "^3.4.0",
44 "mocha": "^3.0.0"
45 }
46}