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
|
Source: node-urlgrey
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Bastien Roucariès <rouca@debian.org>
Build-Depends: debhelper-compat (= 13)
, dh-sequence-nodejs
, chai <!nocheck>
, mocha <!nocheck>
Standards-Version: 4.6.0
Vcs-Browser: https://salsa.debian.org/js-team/node-urlgrey
Vcs-Git: https://salsa.debian.org/js-team/node-urlgrey.git
Homepage: https://github.com/cainus/urlgrey
Testsuite: autopkgtest-pkg-nodejs
Rules-Requires-Root: no
Package: node-urlgrey
Architecture: all
Depends: ${misc:Depends}
Multi-Arch: foreign
Provides: ${nodejs:Provides}
Description: urlgrey is a library for url querying and manipulation
urlgrey is a library for url manipulation. It's a chainable/fluent interface
that makes a number of methods available for querying different aspects
of a url, and even modifying it to create new urls.
.
Most methods are named after different parts of the url
and allow you to read that part from the current url if you don't pass
any parameters, or they allow you to generate a new url
with a change to that part in the current url if you do pass a parameter.
.
Node.js is an event-based server-side JavaScript engine.
|