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

Changelog

node-simple-swizzle (0.2.2-1) unstable; urgency=low

  * Initial release (Closes: #879962)

 -- Pirate Praveen <email address hidden>  Fri, 27 Oct 2017 23:35:26 +0530

Upload details

Uploaded by:
Debian Javascript Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Javascript Maintainers
Architectures:
all
Section:
misc
Urgency:
Low 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-1.dsc 2.2 KiB 1e2cc00eba5e9e834dbe63d505a48afd42894c47026fa191418d5388ca33adce
node-simple-swizzle_0.2.2.orig.tar.gz 2.8 KiB 19c19fc19726d9e10092087db40909b1d09104173bb9ec3e388806056fcd3e3e
node-simple-swizzle_0.2.2-1.debian.tar.xz 2.1 KiB a6115ab9b7c9a7affa0bbd6413c20ef2f64274c9e25aac87cbc81c9b13585d88

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.