character-entities-html4

WebJar for character-entities-html4

Лицензия

Лицензия

MIT
Группа

Группа

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

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

character-entities-html4
Последняя версия

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

1.1.4
Дата

Дата

Тип

Тип

jar
Описание

Описание

character-entities-html4
WebJar for character-entities-html4
Ссылка на сайт

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

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

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

https://github.com/wooorm/character-entities-html4

Скачать character-entities-html4

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

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

Зависимости

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

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

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

character-entities-html4

Build Downloads Size

HTML4 character entity information.

Install

npm:

npm install character-entities-html4

Use

var characterEntities = require('character-entities-html4')

console.log(characterEntities.AElig) // => 'Æ'
console.log(characterEntities.aelig) // => 'æ'
console.log(characterEntities.amp) // => '&'
console.log(characterEntities.apos) // => undefined

API

characterEntitiesHTML4

Mapping between (case-sensitive) character entity names to replacements.

Support

See w3.org.

Related

License

MIT © Titus Wormer

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

Версия
1.1.4
1.1.3
1.1.2