# farmaniyah-mod

> Farmaniyah-mod is a Node.js module for data manipulation. It provides several interesting functions to work with arrays and dates.

Latest version **1.0.0** (published 2024-03-18) · ISC license · 0 weekly downloads

## Install

```sh
npm install farmaniyah-mod
pnpm add farmaniyah-mod
yarn add farmaniyah-mod
bun add farmaniyah-mod
```

## 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 | 1.0.0 |
| Published | 2024-03-18 |
| First published | 2024-03-18 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 9 |
| Unpacked size | 2 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Maintainers | farmaniyah989 |

## Links

- npm: https://www.npmjs.com/package/farmaniyah-mod
- Repository: https://github.com/farmaniyah989/farmaniyah-mod
- Homepage: https://github.com/farmaniyah989/farmaniyah-mod#readme
- Issues: https://github.com/farmaniyah989/farmaniyah-mod/issues
- npm.io page: https://npm.io/package/farmaniyah-mod

## Dependencies (9)

- [pp06](https://npm.io/package/pp06.md) 1.0.0
- [lodash](https://npm.io/package/lodash.md) ^4.17.21
- [moment](https://npm.io/package/moment.md) ^2.29.1
- [limonovp](https://npm.io/package/limonovp.md) 1.0.0
- [tobogunbar](https://npm.io/package/tobogunbar.md) 1.0.0
- [filatovmark](https://npm.io/package/filatovmark.md) 1.0.0
- [cell-potapovvlad](https://npm.io/package/cell-potapovvlad.md) 1.0.0
- [borissolodov-func](https://npm.io/package/borissolodov-func.md) 1.0.0
- [glushkivan-module](https://npm.io/package/glushkivan-module.md) 1.0.0

## Recent versions

- 1.0.0 (latest) — 2024-03-18

## README

# farmaniyah-mod

Farmaniyah-mod is a Node.js module for data manipulation. It provides several interesting functions to work with arrays and dates.

## Installation

You can install Farmaniyah-mod via npm: `npm install farmaniyah-mod`

## Usage

```javascript
const fluxify = require('fluxify');

const numbers = [1, 2, 3, 4, 5];
const doubledNumbers = fluxify.doubleArray(numbers);
console.log(doubledNumbers); // Output: [2, 4, 6, 8, 10]

const filteredNumbers = fluxify.filterArray(numbers, (num) => num % 2 === 0);
console.log(filteredNumbers); // Output: [2, 4]

const formattedDate = fluxify.formatDate(new Date(), 'YYYY-MM-DD');
console.log(formattedDate); // Output: formatted date
```

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