# is-self-closing

> Returns true if the given name is a HTML void element or common SVG self-closing element.

Latest version **1.0.1** (published 2017-10-30) · MIT license · 0 weekly downloads

## Install

```sh
npm install is-self-closing
pnpm add is-self-closing
yarn add is-self-closing
bun add is-self-closing
```

## 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-10-30 |
| First published | 2017-01-21 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >=0.12.0 |
| Dependencies | 1 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 8 |
| Author | Jon Schlinkert |
| Maintainers | jonschlinkert |
| Keywords | closing, element, elements, html, is, self, self-closing, svg, tag, tags, void, xml |

## Links

- npm: https://www.npmjs.com/package/is-self-closing
- Repository: https://github.com/jonschlinkert/is-self-closing
- Issues: https://github.com/jonschlinkert/is-self-closing/issues
- npm.io page: https://npm.io/package/is-self-closing

## Dependencies (1)

- [self-closing-tags](https://npm.io/package/self-closing-tags.md) ^1.0.1

## Alternatives

- [memory-cache](https://npm.io/package/memory-cache.md) — 795.0K weekly downloads
- [@httptoolkit/proxy-agent](https://npm.io/package/@httptoolkit/proxy-agent.md) — 11.2K weekly downloads
- [express-cache-controller](https://npm.io/package/express-cache-controller.md) — 5.3K weekly downloads
- [http-cache-middleware](https://npm.io/package/http-cache-middleware.md) — 4.5K weekly downloads
- [cache2](https://npm.io/package/cache2.md) — 1.5K weekly downloads

## Recent versions

- 1.0.1 (latest) — 2017-10-30
- 1.0.0 — 2017-01-21
- 0.1.0 — 2017-01-21

## README

# is-self-closing [![NPM version](https://img.shields.io/npm/v/is-self-closing.svg?style=flat)](https://www.npmjs.com/package/is-self-closing) [![NPM monthly downloads](https://img.shields.io/npm/dm/is-self-closing.svg?style=flat)](https://npmjs.org/package/is-self-closing) [![NPM total downloads](https://img.shields.io/npm/dt/is-self-closing.svg?style=flat)](https://npmjs.org/package/is-self-closing) [![Linux Build Status](https://img.shields.io/travis/jonschlinkert/is-self-closing.svg?style=flat&label=Travis)](https://travis-ci.org/jonschlinkert/is-self-closing)

> Returns true if the given name is a HTML void element or common SVG self-closing element.

Please consider following this project's author, [Jon Schlinkert](https://github.com/jonschlinkert), and consider starring the project to show your :heart: and support.

## Install

Install with [npm](https://www.npmjs.com/):

```sh
$ npm install --save is-self-closing
```

## Usage

```js
var isSelfClosing = require('is-self-closing');

console.log(isSelfClosing('path')); // SVG
console.log(isSelfClosing('img'));
//=> true

console.log(isSelfClosing('foo'));
//=> false
```

## About

<details>
<summary><strong>Contributing</strong></summary>

Pull requests and stars are always welcome. For bugs and feature requests, [please create an issue](../../issues/new).

Please read the [contributing guide](.github/contributing.md) for advice on opening issues, pull requests, and coding standards.

</details>

<details>
<summary><strong>Running Tests</strong></summary>

Running and reviewing unit tests is a great way to get familiarized with a library and its API. You can install dependencies and run tests with the following command:

```sh
$ npm install && npm test
```

</details>

<details>
<summary><strong>Building docs</strong></summary>

_(This project's readme.md is generated by [verb](https://github.com/verbose/verb-generate-readme), please don't edit the readme directly. Any changes to the readme must be made in the [.verb.md](.verb.md) readme template.)_

To generate the readme, run the following command:

```sh
$ npm install -g verbose/verb#dev verb-generate-readme && verb
```

</details>

### Related projects

You might also be interested in these projects:

* [breakdance](https://www.npmjs.com/package/breakdance): Breakdance is a node.js library for converting HTML to markdown. Highly pluggable, flexible and easy… [more](http://breakdance.io) | [homepage](http://breakdance.io "Breakdance is a node.js library for converting HTML to markdown. Highly pluggable, flexible and easy to use. It's time for your markup to get down.")
* [html-tag](https://www.npmjs.com/package/html-tag): Generate HTML elements from a javascript object. | [homepage](https://github.com/jonschlinkert/html-tag "Generate HTML elements from a javascript object.")
* [html-toc](https://www.npmjs.com/package/html-toc): Generate a HTML table of contents using cheerio. | [homepage](https://github.com/jonschlinkert/html-toc "Generate a HTML table of contents using cheerio.")
* [remarkable](https://www.npmjs.com/package/remarkable): Markdown parser, done right. 100% Commonmark support, extensions, syntax plugins, high speed - all in… [more](https://github.com/jonschlinkert/remarkable) | [homepage](https://github.com/jonschlinkert/remarkable "Markdown parser, done right. 100% Commonmark support, extensions, syntax plugins, high speed - all in one.")
* [self-closing-tags](https://www.npmjs.com/package/self-closing-tags): HTML void elements are not the only self-closing tags. This includes common SVG self-closing elements… [more](https://github.com/jonschlinkert/self-closing-tags) | [homepage](https://github.com/jonschlinkert/self-closing-tags "HTML void elements are not the only self-closing tags. This includes common SVG self-closing elements as well.")

### Author

**Jon Schlinkert**

* [github/jonschlinkert](https://github.com/jonschlinkert)
* [twitter/jonschlinkert](https://twitter.com/jonschlinkert)

### License

Copyright © 2017, [Jon Schlinkert](https://github.com/jonschlinkert).
Released under the [MIT License](LICENSE).

***

_This file was generated by [verb-generate-readme](https://github.com/verbose/verb-generate-readme), v0.6.0, on October 30, 2017._

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