Changeset 0c6b92a for imaps-frontend/node_modules/ignore/package.json
- Timestamp:
- 12/12/24 17:06:06 (5 weeks ago)
- Branches:
- main
- Parents:
- d565449
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
imaps-frontend/node_modules/ignore/package.json
rd565449 r0c6b92a 1 1 { 2 2 "name": "ignore", 3 "version": "5.3. 1",3 "version": "5.3.2", 4 4 "description": "Ignore is a manager and filter for .gitignore rules, the one used by eslint, gitbook and many others.", 5 5 "files": [ … … 18 18 "test:git": "npm run tap test/git-check-ignore.js", 19 19 "test:ignore": "npm run tap test/ignore.js", 20 "test:ignore:only": "IGNORE_ONLY_IGNORES=1 npm run tap test/ignore.js", 20 21 "test:others": "npm run tap test/others.js", 21 22 "test:cases": "npm run tap test/*.js -- --coverage", … … 62 63 "mkdirp": "^3.0.1", 63 64 "pre-suf": "^1.1.1", 64 "rimraf": "^ 5.0.1",65 "rimraf": "^6.0.1", 65 66 "spawn-sync": "^2.0.0", 66 67 "tap": "^16.3.9", 67 "tmp": "0.2. 1",68 "tmp": "0.2.3", 68 69 "typescript": "^5.1.6" 69 70 },
Note:
See TracChangeset
for help on using the changeset viewer.