UNPKG

ngx-iban

Version:

This Angular (7+) library consists of three parts:

47 lines 1.03 kB
{ "name": "ngx-iban", "version": "21.1.0", "peerDependencies": { "@angular/common": "^21.0.0", "@angular/core": "^21.0.0", "@angular/forms": "^21.0.0" }, "dependencies": { "ibantools": "^4.5.1", "tslib": "^2.8.1" }, "sideEffects": false, "repository": { "type": "git", "url": "https://github.com/mmjmanders/ngx-iban.git" }, "license": "MIT", "bugs": { "url": "https://github.com/mmjmanders/ngx-iban/issues" }, "author": { "name": "Mark Manders", "url": "https://github.com/mmjmanders", "email": "mmjmanders@gmail.com" }, "keywords": [ "angular", "iban", "directive" ], "engines": { "node": "^20.19.0 || ^22.12.0 || ^24.0.0" }, "funding": "https://ko-fi.com/mmjmanders", "module": "fesm2022/ngx-iban.mjs", "typings": "types/ngx-iban.d.ts", "exports": { "./package.json": { "default": "./package.json" }, ".": { "types": "./types/ngx-iban.d.ts", "default": "./fesm2022/ngx-iban.mjs" } } }