# pirated-data

> Generating sample user data like name, age, mobilenumber, aadharnumber etc for testing.

Latest version **2.0.7** (published 2024-06-02) · ISC license · 0 weekly downloads

## Install

```sh
npm install pirated-data
pnpm add pirated-data
yarn add pirated-data
bun add pirated-data
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 2.0.7 |
| Published | 2024-06-02 |
| First published | 2022-02-12 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 119.7 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Satyajit319 |
| Maintainers | satyajit319, omkarpattanaik |
| Keywords | sampledata, mockdata, user data, test data, Selenium mock data, cypress mock data, JavaScript, Java |

## Links

- npm: https://www.npmjs.com/package/pirated-data
- Repository: https://github.com/studyandmasti/pirated-data
- Homepage: https://github.com/studyandmasti/pirated-data#readme
- Issues: https://github.com/studyandmasti/pirated-data/issues
- npm.io page: https://npm.io/package/pirated-data

## Alternatives

- [@snazzah/davey](https://npm.io/package/@snazzah/davey.md) — 1.5M weekly downloads
- [@vendure/testing](https://npm.io/package/@vendure/testing.md) — 8.3K weekly downloads
- [vue-simple-context-menu](https://npm.io/package/vue-simple-context-menu.md) — 6.6K weekly downloads
- [cypress-webpack-preprocessor-v5](https://npm.io/package/cypress-webpack-preprocessor-v5.md) — 2.1K weekly downloads
- [@backstage/plugin-catalog-backend-module-puppetdb](https://npm.io/package/@backstage/plugin-catalog-backend-module-puppetdb.md) — 1.3K weekly downloads

## Recent versions

- 2.0.7 (latest) — 2024-06-02
- 2.0.6-beta — 2024-04-12
- 2.0.5 — 2023-12-03
- 2.0.4 — 2022-08-21
- 2.0.3 — 2022-08-21
- 2.0.2 — 2022-08-21
- 2.0.1 — 2022-05-15
- 2.0.0 — 2022-03-27
- 1.0.7 — 2022-03-17
- 1.0.6 — 2022-03-12
- 1.0.5 — 2022-03-07
- 1.0.4 — 2022-02-23
- 1.0.3 — 2022-02-15
- 1.0.2 — 2022-02-14
- 1.0.1 — 2022-02-13
- … 1 more at https://npm.io/package/pirated-data/versions

## README

<p align="center">
  <a href="#">
    <img alt="Pirated-Data" src="https://github.com/studyandmasti/pirated-data/blob/main/JavaScript/package/Images/pirated-data-logo.png?raw=true"width="100" height="100" />
  </a>
</p>
<h1 align="center">
 Pirated-Data
</h1>

 ![CodeFactor](https://www.codefactor.io/repository/github/satya319/pirated-data/badge/main)

 **Note:** ***This project generates random data for testing purposes only and should not be used officially or for any copyright infringement.*** 

 
**Install the package via npm**
```
npm i pirated-data
```
## Data provided for the user are 

- [First name](#First-name)
- [Last name](#Last-name)
- [Age](#Age)
- [Mobile number](#Mobile-number)
- [Aadhar number ( unique identification number)](#Aadhar-number-(unique-identification-number))
- [Email-id](#Email-id)
- [Upi-Id](#Upi-Id)
- [User Id](#User-Id)
- [Password](#Password)
- [PanCard ID](#PanCard-ID)
- [Passport number](#Passport-Number)
- [Driving license number](#Driving-license-number)
- [Random number](#Random-Number)
- [Random sentence](#Random-sentence)
- [Random paragraph](#Random-paragraph)
- [Random GUID](#Random-GUID)
- [Financial card](#Financial-card)
  - [Card number](#Card-Number)
  - [Card holder name](#Card-Holder-Name)
  - [Validthru](#Validthru)
  - [Cvv](#Cvv)
- [Person's Biological Data](#Person's-Biological-Data)
  - [First name](#First-name)
  - [Last name](#Last-name)
  - [Gender](#Gender)
  - [Hair color](#Hair-Color)
  - [Date of birth](#Date-of-birth)
  - [Age](#Age)
  - [Eye Color](#Eye-Color)
  - [Blood group](#Blood-group)
  - [Weight](#Weight)
  - [Body skin Color](#Body-Skin-Color)
- [Address](#Address)
  - [Full name](#Full-Name)
  - [State name](#State-Name)
  - [District name](#District-Name)
- [Organization details](#Organization-details)
  - [Company name]()
  - [Company type]()
  - [CEO name]()
  - [GST number]()
  - [Website]()
  - [Founded date]()
  - [Help line number]()
  - [Address]()



### Pirated-Data also supports generate sets of data
- [Address](#Address)
  - [Full Name](#Full-Name)
  - [State Name (India)](#State-Name-(-India-))
  - [District Name (India)](#District-Name-(-India-))
- [Biological Details](#Biological-Details)
  - [Full name](#Full-name)
  - [Gender](#Gender)
  - [Hair Color](#Hair-Color)
  - [Date of birth](#Date-of-birth)
  - [Age](#Age)
  - [Eye Color](#Eye-Color)
  - [Blood group](#Blood-group)
  - [Weight](#Weight)
  - [Body Skin Color](#Body-Skin-Color)

### Import to your TypeScript project 
```
import userData from 'pirated-data';
```
Example :</br>
```
import userData from 'pirated-data';
let fulName = userData.userIdGenerator();
    console.log("pirated data test: ",fulName);
```
### Import to your JavaScript project
```
const userData = require('pirated-data');
```
Example :</br>
```
const userData = require('pirated-data');
let fulName = userData.userIdGenerator();
    console.log("pirated data test: ",fulName);
```
------------------------------------------------
For comprehensive guidance on utilizing this plugin, please visit our website at [https://studyandmasti.cyou](https://studyandmasti.cyou) to gain insights on its usage.
### Check the below table for function list and use JavaScript function
| Function   Name | Java | JavaScript |
|---|---|---|
| firstNameGenerator() | Yes | Yes |
| lastNameGenerator() | Yes | Yes |
| fullNameGenerator() | Yes | Yes |
| mobileNumberGenerator() | Yes | Yes |
| aadharNumberGenerator() | Yes | Yes |
| emailIdGenerator() | Yes | Yes |
| userIdGenerator() | Yes | Yes |
| passwordGenerator(int length) | Yes | Yes |
| randomNumberGenerator() | Yes | No |
| randomNumberGenerator(int MaxNumber) | Yes | Yes |
| panCardId() | Yes | Yes |
| upiIdGenerator() | Yes | Yes |
| hairColorGenerator() | Yes | Yes |
| genderGenerator() | Yes | Yes |
| birthDateTimeGenerator() | Yes | Yes |
| eyeColorGenerator() | Yes | Yes |
| bloodGroupGenerator() | Yes | Yes |
| skinColorGenerator() | Yes | Yes |
| weightGenerator() | Yes | Yes |
| ageCalculation() | Yes | Yes |
| passportNumber() | Yes | Yes |
| drivinglicenseGenerator() | No | Yes |
| BiologicalData() | No | Yes |
| stateGenerator() | No | Yes |
| distGenerator() | No | Yes |
| addressGenerator() | No | Yes |
| financialCardGenerator() | No | Yes |
| GUIDGenerator() | No | Yes |
| hugeAddressGenerator(desiredDataSetNumber) | No | Yes |
| hugeBiologicalDataGenerator(desiredDataSetNumber) | No | Yes |
| randomSentenceGenerator()  | Yes |  Yes |
| randomParagraphGenerator(sentenceCount) | Yes | Yes |
| randomCompanyNameGenerator() | No | Yes |
| randomBusinessTypeGenerator() |  No | Yes |
| randomGstNumberGenerator() | No | Yes |
| randomCompanyUrlGenerator() | No | Yes |
| randomCompanyDetailsGenerator() | No | Yes |
## Need More feature
_________________________________
If you want to more feature of this package just create an issue [Here.](https://github.com/satya319/pirated-data/issues)

---
_Source: https://npm.io/package/pirated-data · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
