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
|
Source: node-function-bind
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Ross Gammon <rossgammon@mail.dk>
Build-Depends: chai <!nocheck>
, debhelper-compat (= 13)
, dh-sequence-nodejs
, mocha <!nocheck>
, node-tap (>= 10.7.2) <!nocheck>
, node-tape <!nocheck>
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/js-team/node-function-bind
Vcs-Git: https://salsa.debian.org/js-team/node-function-bind.git
Homepage: https://github.com/Raynos/function-bind
Testsuite: autopkgtest-pkg-nodejs
Rules-Requires-Root: no
Package: node-function-bind
Architecture: all
Depends: ${misc:Depends}
Provides: ${nodejs:Provides}
Multi-Arch: foreign
Description: Implementation of Function.prototype.bind
Function-bind can be used for unit tests, and is useful for webframeworks
that do not have the function-bind.
.
This package includes also the node-has (has) package,
Object.prototype.hasOwnProperty.call shortcut.
.
Node.js is an event-based server-side JavaScript engine.
|