UNPKG

randulate

Version:

Randulate is an npm package that simplifies the process of generating fake data for development, testing, and various other use cases. It allows you to create randomized data based on provided specifications and data types.

37 lines (36 loc) 895 B
{ "name": "randulate", "version": "1.0.5", "description": "Randulate is an npm package that simplifies the process of generating fake data for development, testing, and various other use cases. It allows you to create randomized data based on provided specifications and data types.", "main": "src/main.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "" }, "keywords": [ "data", "dummy", "fabrication", "fake data", "fake", "fake-data", "fake-data-generator", "generation", "mimic", "mock", "model", "random", "replicate", "simulate", "synthetic" ], "author": "Behnam Amiri", "license": "ISC", "bugs": { "url": "https://github.com/BehnamAxo/randulate/issues" }, "homepage": "https://github.com/BehnamAxo/randulate#readme" }