# punycode2

> Modular version of punycode package

Latest version **1.0.1** (published 2022-04-01) · MIT license · 0 weekly downloads

## Install

```sh
npm install punycode2
pnpm add punycode2
yarn add punycode2
bun add punycode2
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.1 |
| Published | 2022-04-01 |
| First published | 2015-01-30 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >=0.10 |
| Dependencies | 0 |
| Unpacked size | 17.9 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 6 |
| Maintainers | medikoo |
| Keywords | punycode, unicode, idn, idna, dns, url, domain |

## Links

- npm: https://www.npmjs.com/package/punycode2
- Repository: https://github.com/medikoo/punycode2
- Homepage: https://github.com/medikoo/punycode2#readme
- Issues: https://github.com/medikoo/punycode2/issues
- npm.io page: https://npm.io/package/punycode2

## Alternatives

- [base64url](https://npm.io/package/base64url.md) — 6.1M weekly downloads
- [get-installed-path](https://npm.io/package/get-installed-path.md) — 502.9K weekly downloads
- [@uppy/url](https://npm.io/package/@uppy/url.md) — 185.8K weekly downloads
- [@d3fc/d3fc-shape](https://npm.io/package/@d3fc/d3fc-shape.md) — 16.2K weekly downloads
- [localizer](https://npm.io/package/localizer.md) — 226 weekly downloads

## Recent versions

- 1.0.1 (latest) — 2022-04-01
- 1.0.0 — 2015-01-30

## README

[![Build status][build-image]][build-url]
[![Tests coverage][cov-image]][cov-url]
[![npm version][npm-image]][npm-url]

# punycode2

## Modular version of [punycode](https://github.com/bestiejs/punycode.js) package

Provides individual functionalities as following distinct modules:

- `punycode2/decode`
- `punycode2/encode`
- `punycode2/to-ascii`
- `punycode2/to-unicode`
- `punycode2/ucs2/encode`
- `punycode2/ucs2/decode`

### Installation

#### NPM

In your project path:

    $ npm install punycode2

To port it to Browser or any other (non CJS) environment, use your favorite CJS bundler. No favorite yet? Try: [Browserify](http://browserify.org/), [Webmake](https://github.com/medikoo/modules-webmake) or [Webpack](http://webpack.github.io/)

## Tests [![Build Status](https://travis-ci.org/medikoo/punycode2.png)](https://travis-ci.org/medikoo/ppunycode2)

    $ npm test

[build-image]: https://github.com/medikoo/punycode2/workflows/Integrate/badge.svg
[build-url]: https://github.com/medikoo/punycode2/actions?query=workflow%3AIntegrate
[cov-image]: https://img.shields.io/codecov/c/github/medikoo/punycode2.svg
[cov-url]: https://codecov.io/gh/medikoo/punycode2
[npm-image]: https://img.shields.io/npm/v/punycode2.svg
[npm-url]: https://www.npmjs.com/package/punycode2

---
_Source: https://npm.io/package/punycode2 · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
