node-ignore binary package in Ubuntu Lunar 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
  2022-12-04 09:13:32 UTC Published Ubuntu Lunar amd64 release universe javascript Optional 5.2.1-1
  • Published
  • Copied from ubuntu lunar-proposed amd64 in Primary Archive for Ubuntu
  Deleted Ubuntu Lunar amd64 proposed universe javascript Optional 5.2.1-1
  • Removal requested .
  • Deleted by Ubuntu Archive Auto-Sync

    Moved to lunar

  • Published
  2022-12-04 09:14:18 UTC Superseded Ubuntu Lunar amd64 release universe javascript Optional 5.2.0-3
  • Removed from disk .
  • Removal requested .
  • Superseded by amd64 build of node-ignore 5.2.1-1 in ubuntu lunar PROPOSED
  • Published
  • Copied from ubuntu lunar-proposed amd64 in Primary Archive for Ubuntu
  2022-12-05 12:10:12 UTC Deleted Ubuntu Lunar amd64 proposed universe javascript Optional 5.2.0-3
  • Removed from disk .
  • Removal requested .
  • Deleted by Ubuntu Archive Auto-Sync

    Moved to lunar

  • Published
  2022-11-26 00:05:59 UTC Superseded Ubuntu Lunar amd64 release universe javascript Optional 5.2.0-2
  • Removed from disk .
  • Removal requested .
  • Superseded by amd64 build of node-ignore 5.2.0-3 in ubuntu lunar PROPOSED
  • Published
  • Copied from ubuntu kinetic-proposed amd64 in Primary Archive for Ubuntu