algo-uniqueid
Version:
A lightweight and customizable TypeScript library for generating unique identifiers, secure passwords, and validating SSL certificates. Supports custom formats, batch generation, checksum validation, and built-in SSL certificate checks—perfect for order I
52 lines • 1.49 kB
JSON
{
"name": "algo-uniqueid",
"version": "1.0.4",
"description": "A lightweight and customizable TypeScript library for generating unique identifiers, secure passwords, and validating SSL certificates. Supports custom formats, batch generation, checksum validation, and built-in SSL certificate checks—perfect for order IDs, transaction refs, user codes, and more.",
"keywords": [
"unique-id",
"code-generator",
"identifier",
"serial-number",
"wms-id",
"ssl-certificate",
"ssl-check",
"ssl-validator",
"ssl-expiration",
"ssl-expiration-check",
"algo",
"algo-uniqueid",
"algo-unique-id",
"algo-uniqueid-generator",
"algo-unique-id-generator",
"algo-uniqueid-generator-ts",
"utilities",
"utility",
"typescript"
],
"main": "dist/index.js",
"types": "dist/index.d.ts",
"type": "commonjs",
"scripts": {
"build": "tsc",
"test": "jest",
"test:watch": "jest --watchAll",
"test:coverage": "jest --coverage",
"prepublish": "npm run build && npm test"
},
"repository": {
"type": "git",
"url": "https://github.com/thebest2019/algo-uniqueid.git"
},
"bugs": {
"url": "https://github.com/thebest2019/algo-uniqueid/issues"
},
"homepage": "https://github.com/thebest2019",
"author": "kosal_soem@outlook.com",
"license": "MIT",
"devDependencies": {
"@types/jest": "^29.5.14",
"jest": "^29.7.0",
"ts-jest": "^29.3.2",
"typescript": "^5.8.3"
}
}