node-simple-swizzle 0.2.2-2 source package in Ubuntu

Changelog

node-simple-swizzle (0.2.2-2) unstable; urgency=medium

  * Add node-is-arrayish to build deps (Closes: #884477)

 -- Pirate Praveen <email address hidden>  Sat, 16 Dec 2017 11:08:29 +0530

Upload details

Uploaded by:
Debian Javascript Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Javascript Maintainers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-simple-swizzle_0.2.2-2.dsc 2.2 KiB 0706b721d618f3819d7fadffaccb3b49be29eccaf93fd51e63487ea3616e7957
node-simple-swizzle_0.2.2.orig.tar.gz 2.8 KiB 19c19fc19726d9e10092087db40909b1d09104173bb9ec3e388806056fcd3e3e
node-simple-swizzle_0.2.2-2.debian.tar.xz 2.2 KiB 8a9634f17684df99bce01728e5519b451e58e71cf7cf1f4ecd7fc595f33bfc62

Available diffs

No changes file available.

Binary packages built by this source

node-simple-swizzle: Simply swizzle your arguments

 This module can be used to swizzle your function arguments; ie, pass in mixed
 arrays/values and get a clean array. For example, if you swizzle
 (1, [2, 3], 4), then you get [1, 2, 3, 4].
 .
 Node.js is an event-based server-side JavaScript engine.