forked from mysticatea/eslint4b
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
81 lines (81 loc) · 2.25 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
{
"name": "eslint4b",
"version": "7.32.0",
"description": "ESLint which works in browsers.",
"engines": {
"node": "^10.12.0 || >=12.0.0"
},
"main": "dist/index.js",
"files": [
"dist"
],
"dependencies": {
"debug": "^4.0.1",
"doctrine": "^3.0.0",
"escape-string-regexp": "^4.0.0",
"eslint-scope": "^5.1.1",
"eslint-utils": "^2.1.0",
"eslint-visitor-keys": "^2.0.0",
"espree": "^7.3.1",
"esquery": "^1.4.0",
"esutils": "^2.0.2",
"functional-red-black-tree": "^1.0.1",
"globals": "^13.6.0",
"ignore": "^4.0.6",
"levn": "^0.4.1",
"lodash.merge": "^4.6.2",
"natural-compare": "^1.4.0",
"regexpp": "^3.1.0"
},
"devDependencies": {
"@actions/core": "^1.2.4",
"@babel/core": "^7.9.6",
"@mysticatea/eslint-plugin": "^11.0.0",
"@types/node": "^12.12.38",
"babel-plugin-minify-constant-folding": "^0.5.0",
"babel-plugin-minify-dead-code-elimination": "^0.5.1",
"babel-plugin-transform-inline-environment-variables": "^0.4.3",
"eslint": "^7.0.0",
"fancy-log": "^1.3.3",
"fs-extra": "^9.0.0",
"karma": "^5.0.5",
"karma-chrome-launcher": "^3.0.0",
"karma-mocha": "^1.3.0",
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "^4.0.2",
"mocha": "^6.2.3",
"p-event": "^4.1.0",
"puppeteer": "^1.18.1",
"rollup": "^2.8.2",
"rollup-plugin-commonjs": "^10.0.1",
"rollup-plugin-json": "^4.0.0",
"rollup-plugin-re": "^1.0.7",
"rollup-plugin-sourcemaps": "^0.6.2",
"semver": "^7.3.2",
"webpack": "^4.43.0"
},
"scripts": {
"build": "node scripts/build",
"lint": "eslint scripts test karma.conf.js",
"pretest": "node scripts/build",
"test": "npm run -s lint && karma start --single-run",
"preversion": "npm test",
"postversion": "git push --tags && git push"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mysticatea/eslint4b.git"
},
"keywords": [
"eslint",
"browser",
"build"
],
"author": "Toru Nagashima (https://github.com/mysticatea)",
"license": "MIT",
"bugs": {
"url": "https://github.com/mysticatea/eslint4b/issues"
},
"homepage": "https://github.com/mysticatea/eslint4b#readme",
"funding": "https://github.com/sponsors/mysticatea"
}