# simple_supplant

> A simple way to supplant

Latest version **1.0.0** (published 2014-05-22) · 0 weekly downloads

## Install

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

## 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 | 2014-05-22 |
| First published | 2014-05-22 |
| Weekly downloads | 0 |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | Nathan Rugg |
| Maintainers | nmrugg |

## Links

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

## Recent versions

- 1.0.0 (latest) — 2014-05-22

## README

simple_supplant
====

A simple way to <a href="http://javascript.crockford.com/remedial.html">supplant</a>.


Node.js install
---

`npm install simple_supplant`

Usage
---

```js
var supplant = require("simple_supplant");

supplant({href:"http://example.com", text: "example.com"}, "<a href={href}>{text}</a>");
```

License
---

<a href="http://nate.mit-license.org/">MIT</a>

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