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
|
Source: node-requires-port
Section: javascript
Testsuite: autopkgtest-pkg-nodejs
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Thorsten Alteholz <debian@alteholz.de>
Build-Depends:
debhelper-compat (= 13)
, dh-sequence-nodejs
, nodejs
, mocha <!nocheck>
, node-assume <!nocheck>
Standards-Version: 4.5.1
Homepage: https://github.com/unshiftio/requires-port
Vcs-Git: https://salsa.debian.org/js-team/node-requires-port.git
Vcs-Browser: https://salsa.debian.org/js-team/node-requires-port
Package: node-requires-port
Architecture: all
Depends:
${misc:Depends}
, nodejs
Multi-Arch: foreign
Description: checks if a protocol requires a certain port number to be added to an URL
The module name says it all, check if a protocol requires a given port.
It is intended to be used with browserify or Node.js
.
Node.js is an event-based server-side JavaScript engine.
|