1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33
|
Source: node-encodeurl
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Kartik Kulkarni <kartik.koolks@gmail.com>
Build-Depends: debhelper-compat (= 13)
, dh-sequence-nodejs
, mocha <!nocheck>
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/js-team/node-encodeurl
Vcs-Git: https://salsa.debian.org/js-team/node-encodeurl.git
Homepage: https://github.com/pillarjs/encodeurl
Testsuite: autopkgtest-pkg-nodejs
Rules-Requires-Root: no
Package: node-encodeurl
Architecture: all
Depends: ${misc:Depends}
Provides: ${nodejs:Provides}
Breaks: node-express (<< 4.21.0~)
Description: Encode URL to a percent-encoded form
Encode a URL to a percent-encoded form, excluding already-encoded
sequences
.
Encodeurl will take an already-encoded URL and
encode all the non-URL code points (as UTF-8 byte sequences).
.
This encode is meant to be "safe" and does not throw errors.
It will try as hard as it can to properly encode the given URL,
including replacing any raw, unpaired surrogate pairs with the
Unicode replacement character prior to encoding.
.
Node.js is an event-based server-side JavaScript engine.
|