-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
49 lines (49 loc) · 1.21 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "@mpxjs/es-check",
"version": "0.0.36",
"description": "mpx es check",
"bin": {
"mpx-es-check": "index.js"
},
"main": "lib/index.js",
"keywords": [
"javascript",
"ecmaScript",
"es check",
"compatibility"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint --ext .js ./",
"fix": "eslint --fix --ext .js ./"
},
"author": "xuegan",
"license": "Apache",
"homepage": "https://github.com/mpx-ecology/mpx-es-check",
"dependencies": {
"@babel/core": "^7.17.5",
"@babel/parser": "^7.17.8",
"@babel/preset-env": "^7.16.11",
"@babel/traverse": "^7.17.3",
"browserslist": "^4.20.4",
"acorn": "^8.7.1",
"chalk": "^4.1.0",
"commander": "^6.0.0",
"core-js-compat": "^3.21.1",
"esquery": "^1.3.1",
"estraverse": "^5.3.0",
"fs-extra": "^9.0.1",
"glob": "^7.1.6",
"lodash": "^4.17.20",
"single-line-log": "^1.1.2",
"source-map": "^0.5.7"
},
"devDependencies": {
"eslint": "^7.7.0",
"eslint-config-standard": "^14.1.1",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1"
}
}