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-has
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: FIX_ME debian author
Build-Depends:
debhelper (>= 9)
, dh-buildinfo
, nodejs
Standards-Version: 4.1.1
Homepage: https://github.com/tarruda/has
Vcs-Git: https://anonscm.debian.org/git/pkg-javascript/node-has.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-javascript/node-has.git
Package: node-has
Architecture: all
Depends:
${misc:Depends}
, nodejs
, node-function-bind (>= 1.0.2)
Description: FIX_ME write the Debian package description
Write the short and long descriptions for the Debian package as
explained in the Developer's Reference, §6.2.1 – §6.2.3.
.
You can start with the short upstream package description,
“Object.prototype.hasOwnProperty.call shortcut”.
.
Be aware that most upstream package descriptions are not written to
conform with Debian package guidelines. You need to explain the role
of this package for a Debian audience.
.
Node.js is an event-based server-side JavaScript engine.
|