This file is indexed.

/usr/share/doc/node-node-stringprep/README.markdown is in node-node-stringprep 0.6.2-2build1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
# node-stringprep #

[![Build Status](https://travis-ci.org/node-xmpp/node-stringprep.png)](https://travis-ci.org/node-xmpp/node-stringprep)

[Flattr this!](https://flattr.com/thing/44598/node-stringprep)

## Manual

Please see the `node-xmpp` manual for more information, http://node-xmpp.github.io/doc/nodestringprep.html.

## Running Tests

```npm test```

## Purpose

Exposes predefined Unicode normalization functions that are required by many protocols. This is just a binding to [ICU](http://icu-project.org/), which is [said to be fast.](http://ayena.de/node/74)