# graphlib

> A directed and undirected multi-graph library

Latest version **2.1.8** (published 2019-12-03) · MIT license · 0 weekly downloads

## Install

```sh
npm install graphlib
pnpm add graphlib
yarn add graphlib
bun add graphlib
```

## Health

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

Positive: has types package; no vulnerabilities; high maintenance score.

Warnings: low downloads; no esm support.

Negative: abandoned.

## Facts

| | |
|---|---|
| Version | 2.1.8 |
| Published | 2019-12-03 |
| First published | 2013-08-24 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | separate (@types/graphlib) |
| Module format | CommonJS |
| Dependencies | 1 |
| Unpacked size | 444.9 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 1745 |
| Author | Chris Pettitt |
| Maintainers | cpettitt, lutzroeder |
| Keywords | graph, algorithms |

## Links

- npm: https://www.npmjs.com/package/graphlib
- Repository: https://github.com/dagrejs/graphlib
- Homepage: https://github.com/dagrejs/graphlib#readme
- Issues: https://github.com/dagrejs/graphlib/issues
- npm.io page: https://npm.io/package/graphlib

## Dependencies (1)

- [lodash](https://npm.io/package/lodash.md) ^4.17.15

## Alternatives

- [apollo-link-http-common](https://npm.io/package/apollo-link-http-common.md) — 879.0K weekly downloads
- [react-relay](https://npm.io/package/react-relay.md) — 336.8K weekly downloads
- [relay-test-utils](https://npm.io/package/relay-test-utils.md) — 181.6K weekly downloads
- [@vendure/core](https://npm.io/package/@vendure/core.md) — 14.8K weekly downloads
- [@pnpm/deps.graph-sequencer](https://npm.io/package/@pnpm/deps.graph-sequencer.md) — 13.4K weekly downloads

## Recent versions

- 2.1.8 (latest) — 2019-12-03
- 2.1.7 — 2018-12-09
- 2.1.6 — 2018-12-09
- 2.1.5 — 2017-12-31
- 2.1.2 — 2017-12-26
- 2.1.1 — 2016-07-15
- 2.1.0 — 2016-02-21
- 2.0.0 — 2015-11-23
- 1.0.7 — 2015-07-19
- 1.0.6 — 2015-07-10
- 1.0.5 — 2015-07-08
- 1.0.4 — 2015-05-22
- 1.0.3 — 2015-05-15
- 1.0.2 — 2015-05-15
- 1.0.1 — 2014-10-29
- … 44 more at https://npm.io/package/graphlib/versions

## README

# Graphlib

Graphlib is a JavaScript library that provides data structures for undirected
and directed multi-graphs along with algorithms that can be used with them.

[![Build Status](https://secure.travis-ci.org/dagrejs/graphlib.svg)](http://travis-ci.org/dagrejs/graphlib)

To learn more [see our Wiki](https://github.com/cpettitt/graphlib/wiki).

# License

Graphlib is licensed under the terms of the MIT License. See the
[LICENSE](LICENSE) file
for details.

[npm package manager]: http://npmjs.org/

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