special-html

WebJar for special-html

License

License

MIT
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

special-html
Last Version

Last Version

0.0.1
Release Date

Release Date

Type

Type

jar
Description

Description

special-html
WebJar for special-html
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

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

Download special-html

How to add to project

<!-- 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"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

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)

Versions

Version
0.0.1