[Pkg-javascript-devel] Node-tape depends on node-has which is very small

Ross Gammon ross at the-gammons.net
Sun Dec 4 09:33:38 UTC 2016


Hi Lucas,

How are you getting on with node-tape? We only have a month to get it into Debian Stretch.

For your information, the only dependency left for node-tape (as far as I know) is node-has. Node has consists of the following two lines of code:

var bind = require('function-bind');
module.exports = bind.call(Function.call, Object.prototype.hasOwnProperty);

It doesn't really make sense to create a whole package just for that. I was planning to either patch node-tape so that it doesn't require node-has, or just provide node-has as binary package of node-tape (in case other packages want to use it - which I had not checked). I can't imaging node-has ever changing that much upstream!

Sorry for not documenting this issue earlier - busy.

Regards,

Ross

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: OpenPGP digital signature
URL: <http://lists.alioth.debian.org/pipermail/pkg-javascript-devel/attachments/20161204/f4ef9509/attachment.sig>


More information about the Pkg-javascript-devel mailing list