# wordnet-expandframe

> Expand frame data of WordNet in minified form.

Latest version **0.1.2** (published 2018-01-15) · MIT license · 0 weekly downloads

## Install

```sh
npm install wordnet-expandframe
pnpm add wordnet-expandframe
yarn add wordnet-expandframe
bun add wordnet-expandframe
```

## Health

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

Positive: no vulnerabilities.

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

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.1.2 |
| Published | 2018-01-15 |
| First published | 2018-01-15 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | wolfram77@gmail.com |
| Maintainers | wolfram77 |
| Keywords | wordnet, expand, frame |

## Links

- npm: https://www.npmjs.com/package/wordnet-expandframe
- npm.io page: https://npm.io/package/wordnet-expandframe

## Alternatives

- [@sveltejs/kit](https://npm.io/package/@sveltejs/kit.md) — 2.2M weekly downloads
- [@atlaskit/theme](https://npm.io/package/@atlaskit/theme.md) — 402.0K weekly downloads
- [@tangle-network/brand](https://npm.io/package/@tangle-network/brand.md) — 10.0K weekly downloads
- [seneca](https://npm.io/package/seneca.md) — 7.4K weekly downloads
- [@bsb/base](https://npm.io/package/@bsb/base.md) — 7.2K weekly downloads

## Recent versions

- 0.1.2 (latest) — 2018-01-15
- 0.1.1 — 2018-01-15
- 0.1.0 — 2018-01-15
- 0.0.7 — 2018-01-15
- 0.0.6 — 2018-01-15
- 0.0.5 — 2018-01-15
- 0.0.4 — 2018-01-15
- 0.0.3 — 2018-01-15
- 0.0.2 — 2018-01-15
- 0.0.1 — 2018-01-15

## README

# wordnet-expandframe

[![NPM](https://nodei.co/npm/wordnet-expandframe.png)](https://nodei.co/npm/wordnet-expandframe/)

Expand frame data of [WordNet] in minified form.
> Use [wordnet-minifyframe], if minification is needed.

```javascript
const expandFrame = require('wordnet-expandframe');
// expandFrame(<frame(minified-form)>)

expandFrame({f: 2, w: 0});
// {f_num: 2, w_num: 0}
```


[WordNet]: https://wordnet.princeton.edu/wordnet/
[wordnet-minifyframe]: https://www.npmjs.com/package/wordnet-minifyframe

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