test-nino
Version:
The fastest NINO (UK National Insurance number) generator and validator. Generates and validates UK NI numbers to NIM39110 specifications on Gov.uk.
63 lines (62 loc) • 1.55 kB
JSON
{
"name": "test-nino",
"version": "2.0.1",
"sideEffects": false,
"description": "The fastest NINO (UK National Insurance number) generator and validator. Generates and validates UK NI numbers to NIM39110 specifications on Gov.uk.",
"homepage": "https://github.com/Tom-Hudson/test-nino#readme",
"repository": {
"type": "git",
"url": "https://github.com/Tom-Hudson/test-nino"
},
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"exports": {
".": {
"require": "./dist/index.js",
"types": "./dist/index.d.ts",
"import": "./dist/index.mjs"
}
},
"scripts": {
"build": "tsup src/index.ts --format cjs,esm --dts --clean --minify",
"watch": "npm run build -- --watch src",
"lint": "ts-standard src benchmarks",
"lint:fix": "npm run lint -- --fix",
"test": "jest src"
},
"keywords": [
"nino",
"national",
"insurance",
"national insurance",
"nino generator",
"ni number generator",
"national insurance generator",
"ni",
"uk",
"generator",
"test",
"testing",
"fake",
"random",
"random_uk_nino",
"fake-nino",
"fng-nino-tools",
"avris-generator"
],
"author": {
"name": "Tom Hudson",
"email": "email@tom-hudson.uk",
"url": "https://tom-hudson.uk"
},
"license": "MIT",
"devDependencies": {
"@types/jest": "^29.5.14",
"jest": "^29.7.0",
"ts-jest": "^29.2.5",
"ts-standard": "^12.0.2",
"tsup": "^8.3.6",
"typescript": "^5.7.3"
}
}