node-minimatch 0.2.11-1 source package in Ubuntu

Changelog

node-minimatch (0.2.11-1) experimental; urgency=low


  * Upstream update.
  * Add dependency on node-sigmund.
  * Tighten dependency on node-lru-cache >= 2.
  * Use github url in watch file.

 -- Jérémy Lal <email address hidden>  Sat, 23 Mar 2013 09:48:02 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Saucy: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
node-minimatch_0.2.11-1.dsc 1.9 KiB 8de0327b1f9fd5b17d4975d3cdb01862a1eb9c435060353ca4fbff0feb49e6bc
node-minimatch_0.2.11.orig.tar.gz 15.6 KiB be72c8cc1be2a1219a00a8e9e9a4d7529fdf09ae3cec8e0086bcca4f334d433f
node-minimatch_0.2.11-1.debian.tar.gz 2.0 KiB bd6b92960415706e5169930c0c13ce186436fa8578b451bc7045471e8d99cba8

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.