UNPKG

1.08 kBJSONView Raw
1{
2 "name": "ngx-mask",
3 "version": "18.0.0",
4 "description": "awesome ngx mask",
5 "keywords": [
6 "ng2-mask",
7 "ngx-mask",
8 "ng2",
9 "angular-mask",
10 "mask",
11 "angular",
12 "angular2",
13 "angular2-mask",
14 "ng2mask",
15 "jsdaddy"
16 ],
17 "license": "MIT",
18 "author": "ngx-mask",
19 "contributors": [
20 "ngx-mask"
21 ],
22 "homepage": "https://github.com/JsDaddy/ngx-mask",
23 "repository": {
24 "type": "git",
25 "url": "git@github.com:JsDaddy/ngx-mask.git"
26 },
27 "bugs": {
28 "url": "https://github.com/JsDaddy/ngx-mask/issues"
29 },
30 "peerDependencies": {
31 "@angular/common": ">=14.0.0",
32 "@angular/core": ">=14.0.0",
33 "@angular/forms": ">=14.0.0"
34 },
35 "dependencies": {
36 "tslib": "^2.3.0"
37 },
38 "module": "fesm2022/ngx-mask.mjs",
39 "typings": "index.d.ts",
40 "exports": {
41 "./package.json": {
42 "default": "./package.json"
43 },
44 ".": {
45 "types": "./index.d.ts",
46 "esm2022": "./esm2022/ngx-mask.mjs",
47 "esm": "./esm2022/ngx-mask.mjs",
48 "default": "./fesm2022/ngx-mask.mjs"
49 }
50 },
51 "sideEffects": false
52}
\No newline at end of file