special-html

WebJar for special-html

Лицензия

Лицензия

MIT
Группа

Группа

org.webjars.npm
Идентификатор

Идентификатор

special-html
Последняя версия

Последняя версия

0.0.1
Дата

Дата

Тип

Тип

jar
Описание

Описание

special-html
WebJar for special-html
Ссылка на сайт

Ссылка на сайт

http://webjars.org
Система контроля версий

Система контроля версий

https://github.com/hughsk/special-html

Скачать special-html

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/org.webjars.npm/special-html/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>special-html</artifactId>
    <version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/special-html/
implementation 'org.webjars.npm:special-html:0.0.1'
// https://jarcasting.com/artifacts/org.webjars.npm/special-html/
implementation ("org.webjars.npm:special-html:0.0.1")
'org.webjars.npm:special-html:jar:0.0.1'
<dependency org="org.webjars.npm" name="special-html" rev="0.0.1">
  <artifact name="special-html" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='special-html', version='0.0.1')
)
libraryDependencies += "org.webjars.npm" % "special-html" % "0.0.1"
[org.webjars.npm/special-html "0.0.1"]

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

Модули Проекта

Данный проект не имеет модулей.

special-html Build Status

Converts special UTF-8 characters in a string to their HTML escape code equivalents.

Installation

With NPM:

$ npm install special-html

Or component:

$ component install hughsk/special-html

Usage

var special = require('special-html')
  , original = '├── http-browserify@0.1.6 (concat-stream@0.0.8)'

console.log(special(original))
// &#9500;&#9472;&#9472; http-browserify@0.1.6 (concat-stream@0.0.8)

Версии библиотеки

Версия
0.0.1