Package: wnpp
Severity: wishlist
Owner: Shirish Togarla <shirishtogarla...@gmail.com>
X-Debbugs-CC: debian-de...@lists.debian.org

* Package name    : node-strict-uri-encode
  Version         : 2.0.0
  Upstream Author : Kevin MÃ¥rtensson <kevinmartens...@gmail.com> (
github.com/kevva)
* URL             : https://github.com/kevva/strict-uri-encode#readme
* License         : Expat
  Programming Lang: JavaScript
  Description     : A stricter URI encode adhering to RFC 3986

 A stricter URI encode adhering to [RFC 3986].For example
 const strictUriEncode = require('strict-uri-encode');
 strictUriEncode('unicorn!foobar');
 //=> 'unicorn%21foobar'
 strictUriEncode('unicorn*foobar');
 //=> 'unicorn%2Afoobar'

Reply via email to