File tree Expand file tree Collapse file tree 2 files changed +41
-40
lines changed Expand file tree Collapse file tree 2 files changed +41
-40
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "name" : " error" ,
3
+ "version" : " 1.0.0" ,
4
+ "description" : " General purpose exception class" ,
5
+ "keywords" : [
6
+ " abap" ,
7
+ " apm" ,
8
+ " error" ,
9
+ " exception" ,
10
+ " sap"
11
+ ],
12
+ "homepage" : " https://abappm.com" ,
13
+ "bugs" : {
14
+ "url" : " https://github.com/abapPM/ABAP-Error/issues"
15
+ },
16
+ "license" : " MIT" ,
17
+ "author" : {
18
+ "name" : " Marc Bernard" ,
19
+ "url" : " https://github.com/mbtools" ,
20
+ "email" : " marc@abappm.com"
21
+ },
22
+ "maintainers" : [
23
+ {
24
+ "name" : " Marc Bernard" ,
25
+ "url" : " https://github.com/mbtools" ,
26
+ "email" : " marc@abappm.com"
27
+ }
28
+ ],
29
+ "repository" : {
30
+ "type" : " git" ,
31
+ "url" : " git+https://github.com/abapPM/ABAP-Error.git"
32
+ },
33
+ "funding" : {
34
+ "type" : " github" ,
35
+ "url" : " https://github.com/sponsors/abappm"
36
+ },
37
+ "engines" : {
38
+ "abap" : " >=7.50" ,
39
+ "apm" : " >=1"
40
+ }
41
+ }
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments