Package: node-is-glob Version: 4.0.1 Revision: 1.1 ### BuildDepends: << fink (>= 0.32) << Depends: << node-is-extglob, nodejs << ### Source: mirror:debian:/pool/main/n/%n/%n_%v.orig.tar.gz Source-Checksum: SHA256(c04faf637631812a6610fb3d321eb7627cb088c9e805d57d611543a947a4faa3) SourceDirectory: is-glob-%v Source2: mirror:debian:pool/main/n/%n/%n_%v-1.debian.tar.xz Source2-Checksum: SHA256(8fecbbb0d5aed5368524359b688f0fd8ba7cacca1dae06883e5c9b24b5ca0a25) Source2ExtractDir: is-glob-%v ### DocFiles: README.md LICENSE ### CompileScript: << echo << # No tests as it will cause a circdep #InfoTest: << # TestDepends: << # mocha # << # TestScript: << #mocha || exit 2 # << #<< InstallScript: << install -d -m0755 %i/share/nodejs/is-glob install -m0644 index.js %i/share/nodejs/is-glob/ install -m0644 package.json %i/share/nodejs/is-glob/ << ### Description: Return true if a string is a [ext]glob DescDetail: << Node module providing a function that returns true if a string contains a glob or extglob. Extglobs add the expressive power of regular expressions to globs patterns. . Node.js is an event-based server-side JavaScript engine. << ### License: BSD Homepage: https://github.com/jonschlinkert/is-glob Maintainer: Justin F. Hallett