node-ignore - 5.2.1-1 main

"ignore" is a manager, filter and parser
for the .gitignore spec at ,
implemented in pure JavaScript.
.
* Standalone module, much simpler than e.g. "fstream-ignore".
* Only contains utility methods
to filter paths according to the specified ignore rules.
* Never tries to discover ignore rules
by traversing directories or fetching from git configurations.
* Doesn't care about sub-modules of git projects.
* Complies exactly to gitignore documentation
at :
- "/*.js" should only match "a.js", not also "abc/a.js".
- "**/foo" should match "foo" anywhere.
- Prevents re-including a file excluded in a parent directory.
- Handles trailing whitespaces:
- "a " (one space) should not match "a " (two spaces).
- "a \ " matches "a ".
- All test cases are verified against "git check-ignore".

Priority: optional
Section: javascript
Suites: byzantium crimson dawn landing 
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel [꩜] lists.alioth.debian.org>
 
Homepage Source Package
 

Dependencies

Installed Size: 99.3 kB
Architectures: all 

 

Versions

5.2.1-1 all