Package: node-is-extglob Version: 2.1.1 Revision: 1.1 ### BuildDepends: << fink (>= 0.32) << Depends: << nodejs << ### Source: mirror:debian:/pool/main/n/%n/%n_%v.orig.tar.gz Source-Checksum: SHA256(6448275ed56aa37dd639f483022e60e6651233a34038722c57800d3b54076bd3) SourceDirectory: is-extglob-%v Source2: mirror:debian:pool/main/n/%n/%n_%v-1.debian.tar.xz Source2-Checksum: SHA256(af51e0666b73346a71e17207ec6f68ce30a5c40b042dce8c8df7b2917d37e7b1) Source2ExtractDir: is-extglob-%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-extglob install -m0644 index.js %i/share/nodejs/is-extglob/ install -m0644 package.json %i/share/nodejs/is-extglob/ << ### Description: Return true if a string is an extglob DescDetail: << Node module providing a function that returns true if a string contains an 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-extglob Maintainer: Justin F. Hallett