# lodash-fantasy

> Fantasy Land compatible types built with lodash.

Latest version **1.0.1** (published 2017-02-23) · MIT license · 0 weekly downloads

## Install

```sh
npm install lodash-fantasy
pnpm add lodash-fantasy
yarn add lodash-fantasy
bun add lodash-fantasy
```

## 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.1 |
| Published | 2017-02-23 |
| First published | 2016-06-24 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >=4.0.0 |
| Dependencies | 2 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 11 |
| Author | Justin Morgan |
| Maintainers | jlmorgan |
| Keywords | applicative, apply, category, chain, extend, fantasy, functional, functor, land, lodash, monad, monoid, semigroup, setoid, validation |

## Links

- npm: https://www.npmjs.com/package/lodash-fantasy
- Repository: https://github.com/jlmorgan/node-lodash-fantasy
- Homepage: https://github.com/jlmorgan/node-lodash-fantasy#readme
- Issues: https://github.com/jlmorgan/node-lodash-fantasy/issues
- npm.io page: https://npm.io/package/lodash-fantasy

## Dependencies (2)

- [lodash](https://npm.io/package/lodash.md) ^4.16.4
- [include](https://npm.io/package/include.md) ^1.1.0

## Alternatives

- [@sindresorhus/slugify](https://npm.io/package/@sindresorhus/slugify.md) — 3.7M weekly downloads
- [solid-js](https://npm.io/package/solid-js.md) — 2.7M weekly downloads
- [expo-glass-effect](https://npm.io/package/expo-glass-effect.md) — 2.5M weekly downloads
- [nanoassert](https://npm.io/package/nanoassert.md) — 780.8K weekly downloads
- [@ffmpeg/ffmpeg](https://npm.io/package/@ffmpeg/ffmpeg.md) — 529.5K weekly downloads

## Recent versions

- 1.0.1 (latest) — 2017-02-23
- 1.0.0 — 2016-10-21
- 0.1.1 — 2016-06-26
- 0.1.0 — 2016-06-24

## README

# lodash-fantasy

> [Fantasy Land][] compatible types built with [lodash][].

_Note: Requires Node.js 4+._

## Available Types

### Data

| Name           | [Applicative][] | [Apply][] | [Chain][] | [Comonad][] | [Extend][] | [Foldable][] | [Functor][] | [Monad][] | [Monoid][] | [Semigroup][] | [Setoid][] | [Traversable][] |
|----------------|:---------------:|:---------:|:---------:|:-----------:|:----------:|:------------:|:-----------:|:---------:|:----------:|:-------------:|:----------:|:---------------:|
| [Either][]     | &#10004;        | &#10004;  | &#10004;  | &nbsp;      | &#10004;   | &nbsp;       | &#10004;    | &#10004;  | &nbsp;     | &nbsp;        | &#10004;   | &nbsp;          |
| [Maybe][]      | &#10004;        | &#10004;  | &#10004;  | &nbsp;      | &#10004;   | &nbsp;       | &#10004;    | &#10004;  | &nbsp;     | &nbsp;        | &#10004;   | &nbsp;          |
| [Validation][] | &#10004;        | &#10004;  | &#10004;  | &nbsp;      | &#10004;   | &nbsp;       | &#10004;    | &#10004;  | &#10004;   | &#10004;      | &#10004;   | &nbsp;          |

[Applicative]: https://github.com/fantasyland/fantasy-land#applicative
[Apply]: https://github.com/fantasyland/fantasy-land#apply
[Chain]: https://github.com/fantasyland/fantasy-land#chain
[Comonad]: https://github.com/fantasyland/fantasy-land#comonad
[Either]: http://jlmorgan.github.io/node-lodash-fantasy/Either.html
[Extend]: https://github.com/fantasyland/fantasy-land#extend
[Fantasy Land]: https://github.com/fantasyland/fantasy-land
[Foldable]: https://github.com/fantasyland/fantasy-land#foldable
[Functor]: https://github.com/fantasyland/fantasy-land#functor
[lodash]: https://lodash.com/
[Maybe]: http://jlmorgan.github.io/node-lodash-fantasy/Maybe.html
[Monad]: https://github.com/fantasyland/fantasy-land#monad
[Monoid]: https://github.com/fantasyland/fantasy-land#monoid
[Semigroup]: https://github.com/fantasyland/fantasy-land#semigroup
[Setoid]: https://github.com/fantasyland/fantasy-land#setoid
[Traversable]: https://github.com/fantasyland/fantasy-land#traversable
[Validation]: http://jlmorgan.github.io/node-lodash-fantasy/Validation.html

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