node-ignore binary package in Ubuntu Focal amd64

 "ignore" is a manager, filter and parser
 for the .gitignore spec at <https://git-scm.com/docs/gitignore>,
 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 <https://git-scm.com/docs/gitignore>:
    - "/*.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".

Publishing history

Date Status Target Pocket Component Section Priority Phased updates Version
  2019-11-30 19:28:18 UTC Published Ubuntu Focal amd64 release universe javascript Optional 5.1.4-3
  • Published
  • Copied from ubuntu focal-proposed amd64 in Primary Archive for Ubuntu
  Deleted Ubuntu Focal amd64 proposed universe javascript Optional 5.1.4-3
  • Removal requested .
  • Deleted by Ubuntu Archive Robot

    moved to Release

  • Published
  2019-11-30 19:28:43 UTC Superseded Ubuntu Focal amd64 release universe javascript Optional 5.1.4-2
  • Removed from disk .
  • Removal requested .
  • Superseded by amd64 build of node-ignore 5.1.4-3 in ubuntu focal PROPOSED
  • Published
  • Copied from ubuntu focal-proposed amd64 in Primary Archive for Ubuntu
  2019-12-02 00:10:14 UTC Deleted Ubuntu Focal amd64 proposed universe javascript Optional 5.1.4-2
  • Removed from disk .
  • Removal requested .
  • Deleted by Ubuntu Archive Robot

    moved to Release

  • Published