File tree 1 file changed +19
-1
lines changed
projects/angular-ecmascript-intl
1 file changed +19
-1
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " angular-ecmascript-intl" ,
3
3
"version" : " 2.0.0" ,
4
+ "description" : " Contains Angular pipes to transform internationalization data using Intl.* browser APIs" ,
5
+ "keywords" : [
6
+ " angular" ,
7
+ " pipe" ,
8
+ " i18n" ,
9
+ " intl" ,
10
+ " date" ,
11
+ " decimal" ,
12
+ " percent" ,
13
+ " currency" ,
14
+ " language" ,
15
+ " country" ,
16
+ " timeago"
17
+ ],
4
18
"peerDependencies" : {
5
19
"@angular/common" : " >=16" ,
6
20
"@angular/core" : " >=16"
16
30
},
17
31
"repository" : {
18
32
"url" : " https://github.com/json-derulo/angular-ecmascript-intl"
19
- }
33
+ },
34
+ "license" : " MIT" ,
35
+ "homepage" : " https://json-derulo.github.io/angular-ecmascript-intl/" ,
36
+ "bugs" : " https://github.com/json-derulo/angular-ecmascript-intl/issues" ,
37
+ "funding" : " https://github.com/sponsors/json-derulo"
20
38
}
You can’t perform that action at this time.
0 commit comments