UNPKG

@satheshsat/angular-cnpj

Version:

CNPJ generator and validator

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