@satheshsat/angular-cpf
Version:
CPF generator and validator
43 lines • 1.19 kB
JSON
{
"name": "@satheshsat/angular-cpf",
"version": "0.0.5",
"private": false,
"publishConfig": {
"access": "public"
},
"author": "satheshsat",
"description": "CPF generator and validator",
"keywords": [
"CPF",
"generator",
"validator"
],
"license": "MIT",
"peerDependencies": {
"@angular/common": "^13.3.0",
"@angular/core": "^13.3.0"
},
"dependencies": {
"tslib": "^2.3.0"
},
"module": "fesm2015/satheshsat-angular-cpf.mjs",
"es2020": "fesm2020/satheshsat-angular-cpf.mjs",
"esm2020": "esm2020/satheshsat-angular-cpf.mjs",
"fesm2020": "fesm2020/satheshsat-angular-cpf.mjs",
"fesm2015": "fesm2015/satheshsat-angular-cpf.mjs",
"typings": "satheshsat-angular-cpf.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./satheshsat-angular-cpf.d.ts",
"esm2020": "./esm2020/satheshsat-angular-cpf.mjs",
"es2020": "./fesm2020/satheshsat-angular-cpf.mjs",
"es2015": "./fesm2015/satheshsat-angular-cpf.mjs",
"node": "./fesm2015/satheshsat-angular-cpf.mjs",
"default": "./fesm2020/satheshsat-angular-cpf.mjs"
}
},
"sideEffects": false
}