@abaplint/cli 2.113.84 → 2.113.85
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -4
- package/abaplint +2 -2
- package/build/cli.js +851 -846
- package/package.json +63 -63
package/package.json
CHANGED
|
@@ -1,63 +1,63 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@abaplint/cli",
|
|
3
|
-
"version": "2.113.
|
|
4
|
-
"description": "abaplint - Command Line Interface",
|
|
5
|
-
"funding": "https://github.com/sponsors/larshp",
|
|
6
|
-
"bin": {
|
|
7
|
-
"abaplint": "abaplint"
|
|
8
|
-
},
|
|
9
|
-
"scripts": {
|
|
10
|
-
"lint": "eslint src/**/*.ts test/**/*.ts",
|
|
11
|
-
"compile": "tsc",
|
|
12
|
-
"test": "npm run compile && mocha && npm run lint && npm run webpack",
|
|
13
|
-
"webpack": "webpack --progress",
|
|
14
|
-
"publish:minor": "npm --no-git-tag-version version minor && rm -rf build && npm install && npm run test && npm publish --access public",
|
|
15
|
-
"publish:patch": "npm --no-git-tag-version version patch && rm -rf build && npm install && npm run test && npm publish --access public"
|
|
16
|
-
},
|
|
17
|
-
"mocha": {
|
|
18
|
-
"recursive": true,
|
|
19
|
-
"reporter": "progress",
|
|
20
|
-
"spec": "./build/test/*.js",
|
|
21
|
-
"require": "source-map-support/register"
|
|
22
|
-
},
|
|
23
|
-
"repository": {
|
|
24
|
-
"type": "git",
|
|
25
|
-
"url": "git+https://github.com/abaplint/abaplint.git"
|
|
26
|
-
},
|
|
27
|
-
"engines": {
|
|
28
|
-
"node": ">=12.0.0"
|
|
29
|
-
},
|
|
30
|
-
"keywords": [
|
|
31
|
-
"ABAP",
|
|
32
|
-
"lint"
|
|
33
|
-
],
|
|
34
|
-
"author": "Lars Hvam Petersen",
|
|
35
|
-
"license": "MIT",
|
|
36
|
-
"bugs": {
|
|
37
|
-
"url": "https://github.com/abaplint/abaplint/issues"
|
|
38
|
-
},
|
|
39
|
-
"homepage": "https://abaplint.org",
|
|
40
|
-
"devDependencies": {
|
|
41
|
-
"@abaplint/core": "^2.113.
|
|
42
|
-
"@types/chai": "^4.3.20",
|
|
43
|
-
"@types/glob": "^8.1.0",
|
|
44
|
-
"@types/minimist": "^1.2.5",
|
|
45
|
-
"@types/mocha": "^10.0.10",
|
|
46
|
-
"@types/node": "^22.10.2",
|
|
47
|
-
"@types/progress": "^2.0.7",
|
|
48
|
-
"chai": "^4.5.0",
|
|
49
|
-
"chalk": "^5.3.0",
|
|
50
|
-
"eslint": "^9.17.0",
|
|
51
|
-
"glob": "^7.2.3",
|
|
52
|
-
"json5": "^2.2.3",
|
|
53
|
-
"memfs": "^4.15.0",
|
|
54
|
-
"minimist": "^1.2.8",
|
|
55
|
-
"mocha": "^11.0.1",
|
|
56
|
-
"progress": "^2.0.3",
|
|
57
|
-
"typescript": "^5.7.2",
|
|
58
|
-
"webpack": "^5.97.1",
|
|
59
|
-
"webpack-cli": "^5.1.4",
|
|
60
|
-
"xml-js": "^1.6.11"
|
|
61
|
-
},
|
|
62
|
-
"dependencies": {}
|
|
63
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "@abaplint/cli",
|
|
3
|
+
"version": "2.113.85",
|
|
4
|
+
"description": "abaplint - Command Line Interface",
|
|
5
|
+
"funding": "https://github.com/sponsors/larshp",
|
|
6
|
+
"bin": {
|
|
7
|
+
"abaplint": "abaplint"
|
|
8
|
+
},
|
|
9
|
+
"scripts": {
|
|
10
|
+
"lint": "eslint src/**/*.ts test/**/*.ts",
|
|
11
|
+
"compile": "tsc",
|
|
12
|
+
"test": "npm run compile && mocha && npm run lint && npm run webpack",
|
|
13
|
+
"webpack": "webpack --progress",
|
|
14
|
+
"publish:minor": "npm --no-git-tag-version version minor && rm -rf build && npm install && npm run test && npm publish --access public",
|
|
15
|
+
"publish:patch": "npm --no-git-tag-version version patch && rm -rf build && npm install && npm run test && npm publish --access public"
|
|
16
|
+
},
|
|
17
|
+
"mocha": {
|
|
18
|
+
"recursive": true,
|
|
19
|
+
"reporter": "progress",
|
|
20
|
+
"spec": "./build/test/*.js",
|
|
21
|
+
"require": "source-map-support/register"
|
|
22
|
+
},
|
|
23
|
+
"repository": {
|
|
24
|
+
"type": "git",
|
|
25
|
+
"url": "git+https://github.com/abaplint/abaplint.git"
|
|
26
|
+
},
|
|
27
|
+
"engines": {
|
|
28
|
+
"node": ">=12.0.0"
|
|
29
|
+
},
|
|
30
|
+
"keywords": [
|
|
31
|
+
"ABAP",
|
|
32
|
+
"lint"
|
|
33
|
+
],
|
|
34
|
+
"author": "Lars Hvam Petersen",
|
|
35
|
+
"license": "MIT",
|
|
36
|
+
"bugs": {
|
|
37
|
+
"url": "https://github.com/abaplint/abaplint/issues"
|
|
38
|
+
},
|
|
39
|
+
"homepage": "https://abaplint.org",
|
|
40
|
+
"devDependencies": {
|
|
41
|
+
"@abaplint/core": "^2.113.85",
|
|
42
|
+
"@types/chai": "^4.3.20",
|
|
43
|
+
"@types/glob": "^8.1.0",
|
|
44
|
+
"@types/minimist": "^1.2.5",
|
|
45
|
+
"@types/mocha": "^10.0.10",
|
|
46
|
+
"@types/node": "^22.10.2",
|
|
47
|
+
"@types/progress": "^2.0.7",
|
|
48
|
+
"chai": "^4.5.0",
|
|
49
|
+
"chalk": "^5.3.0",
|
|
50
|
+
"eslint": "^9.17.0",
|
|
51
|
+
"glob": "^7.2.3",
|
|
52
|
+
"json5": "^2.2.3",
|
|
53
|
+
"memfs": "^4.15.0",
|
|
54
|
+
"minimist": "^1.2.8",
|
|
55
|
+
"mocha": "^11.0.1",
|
|
56
|
+
"progress": "^2.0.3",
|
|
57
|
+
"typescript": "^5.7.2",
|
|
58
|
+
"webpack": "^5.97.1",
|
|
59
|
+
"webpack-cli": "^5.1.4",
|
|
60
|
+
"xml-js": "^1.6.11"
|
|
61
|
+
},
|
|
62
|
+
"dependencies": {}
|
|
63
|
+
}
|