stringprep
Pure-Javascript stringprep implementation. Fork of the moribund NPM 'libidn' package.
Last updated 9 years ago by nickjohnson .
LGPL · Repository · Bugs · Original npm · Tarball · package.json
$ cnpm install stringprep 
SYNC missed versions from official npm registry.

node-libidn

This library is intended to be a port of GNU Libidn to Javascript, for use in node.js. At the moment, however, only stringprep (rfc3454) is implemented. Punycode and IDNA are TBD.

Installation

npm install libidn

Usage

var stringprep = require('libidn').stringprep;
stringprep.nameprep("eXample.COM");
// other profiles, e.g.: stringprep.nodeprep, stringprep.resourceprep

Current Tags

  • 0.1.1                                ...           latest (9 years ago)

2 Versions

  • 0.1.1                                ...           9 years ago
  • 0.1.0                                ...           9 years ago
Maintainers (1)
Downloads
Today 0
This Week 0
This Month 0
Last Day 0
Last Week 0
Last Month 0
Dependencies (2)
Dev Dependencies (3)
Dependents (1)

Copyright 2013 - present © cnpmjs.org | Home |