Ignore:
Timestamp:
12/12/24 17:06:06 (5 weeks ago)
Author:
stefan toskovski <stefantoska84@…>
Branches:
main
Parents:
d565449
Message:

Pred finalna verzija

File:
1 edited

Legend:

Unmodified
Added
Removed
  • imaps-frontend/node_modules/ignore/package.json

    rd565449 r0c6b92a  
    11{
    22  "name": "ignore",
    3   "version": "5.3.1",
     3  "version": "5.3.2",
    44  "description": "Ignore is a manager and filter for .gitignore rules, the one used by eslint, gitbook and many others.",
    55  "files": [
     
    1818    "test:git": "npm run tap test/git-check-ignore.js",
    1919    "test:ignore": "npm run tap test/ignore.js",
     20    "test:ignore:only": "IGNORE_ONLY_IGNORES=1 npm run tap test/ignore.js",
    2021    "test:others": "npm run tap test/others.js",
    2122    "test:cases": "npm run tap test/*.js -- --coverage",
     
    6263    "mkdirp": "^3.0.1",
    6364    "pre-suf": "^1.1.1",
    64     "rimraf": "^5.0.1",
     65    "rimraf": "^6.0.1",
    6566    "spawn-sync": "^2.0.0",
    6667    "tap": "^16.3.9",
    67     "tmp": "0.2.1",
     68    "tmp": "0.2.3",
    6869    "typescript": "^5.1.6"
    6970  },
Note: See TracChangeset for help on using the changeset viewer.