random-ease
Version:
A powerful and versatile library for generating random data and values. It provides a wide range of functions to generate random numbers, strings, arrays, booleans, dates, colors, names, addresses, and more. The package is designed to simplify the generat
87 lines (86 loc) • 2.24 kB
JSON
{
"name": "random-ease",
"version": "1.0.8",
"description": "A powerful and versatile library for generating random data and values. It provides a wide range of functions to generate random numbers, strings, arrays, booleans, dates, colors, names, addresses, and more. The package is designed to simplify the generation of random data for testing, prototyping, and data simulation purposes.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"/dist"
],
"scripts": {
"test": "npx jest",
"build": "npm run lint:fix && tsc",
"lint": "eslint --ext .ts .",
"lint:fix": "npx prettier --write 'src/**/*.ts' && eslint 'src/**/*.ts' --fix",
"pretest": "npm run build",
"prepare": "npm run build",
"prepublishOnly": "npm run build"
},
"repository": {
"type": "git",
"url": "https://github.com/prof-usman/random-ease.git"
},
"keywords": [
"random",
"random-ease",
"RandomEase",
"randomizer",
"random-numbers",
"random-strings",
"randome-array",
"array",
"address",
"ip",
"data",
"generation",
"utility",
"generator",
"randomizer",
"utilities",
"random numbers",
"random strings",
"random dates",
"random boolean",
"random array",
"random element",
"email",
"color",
"timestamp",
"UUID",
"phone number",
"SSN",
"vehicle registration",
"MAC address",
"toolkit",
"helper",
"faker",
"mock",
"random-data",
"random-values",
"randomization",
"random-tools",
"random-strings",
"random-numbers",
"randomizer-library"
],
"author": "Usman Iqbal",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"bugs": {
"url": "https://github.com/prof-usman/random-ease/issues"
},
"homepage": "https://github.com/prof-usman/random-ease#readme",
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.59.7",
"@typescript-eslint/parser": "^5.59.7",
"eslint": "^8.41.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-sort-exports": "^0.8.0",
"jest": "^29.5.0",
"prettier": "^2.8.8",
"typescript": "^5.0.4"
}
}