node-minimatch 0.2.12-1 source package in Ubuntu

Changelog

node-minimatch (0.2.12-1) unstable; urgency=low


  * Upstream update
  * control:
    + canonicalize Vcs fields
    + Standards-Version 3.9.4

 -- Jérémy Lal <email address hidden>  Thu, 15 Aug 2013 15:58:52 +0200

Upload details

Uploaded by:
Debian Javascript Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Javascript Maintainers
Architectures:
all
Section:
web
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release universe web

Builds

Trusty: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
node-minimatch_0.2.12-1.dsc 2.0 KiB 67278cd64dea703deef5568526bdb4ae9593bdba8286f70aa391a28725d6e8bb
node-minimatch_0.2.12.orig.tar.gz 17.1 KiB cbd3005dfed75e5c169d083d98cf521a5da085fa793cabe6fdfc875840dbd17e
node-minimatch_0.2.12-1.debian.tar.gz 2.1 KiB d2d468a2da22702546051a4ed0dd41ee4887d5a5c65daa1814d20de652e47529

Available diffs

No changes file available.

Binary packages built by this source

node-minimatch: Convert glob expressions into RegExp objects for Node.js

 A pure javascript, not strictly compatible, implementation of fnmatch/glob.
 Supports negation, comment, double-star, brace expansion.
 .
 Node.js is an event-based server-side javascript engine.