Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/ignore-walk/package.json')
-rw-r--r--node_modules/ignore-walk/package.json18
1 files changed, 9 insertions, 9 deletions
diff --git a/node_modules/ignore-walk/package.json b/node_modules/ignore-walk/package.json
index 1bf96eb21..3d977ed4b 100644
--- a/node_modules/ignore-walk/package.json
+++ b/node_modules/ignore-walk/package.json
@@ -1,11 +1,11 @@
{
"name": "ignore-walk",
- "version": "5.0.1",
+ "version": "6.0.0",
"description": "Nested/recursive `.gitignore`/`.npmignore` parsing and filtering.",
"main": "lib/index.js",
"devDependencies": {
"@npmcli/eslint-config": "^3.0.1",
- "@npmcli/template-oss": "3.2.2",
+ "@npmcli/template-oss": "4.5.1",
"mkdirp": "^1.0.4",
"mutate-fs": "^2.1.1",
"rimraf": "^3.0.2",
@@ -17,14 +17,10 @@
"lint": "eslint \"**/*.js\"",
"eslint": "eslint",
"lintfix": "npm run lint -- --fix",
- "preversion": "npm test",
- "postversion": "npm publish",
- "postpublish": "git push origin --follow-tags",
"npmclilint": "npmcli-lint",
"postsnap": "npm run lintfix --",
"postlint": "template-oss-check",
"template-oss-apply": "template-oss-apply --force",
- "prepublishOnly": "git push origin --follow-tags",
"snap": "tap"
},
"keywords": [
@@ -52,14 +48,18 @@
"test-env": "LC_ALL=sk",
"before": "test/00-setup.js",
"after": "test/zz-cleanup.js",
- "jobs": 1
+ "jobs": 1,
+ "nyc-arg": [
+ "--exclude",
+ "tap-snapshots/**"
+ ]
},
"engines": {
- "node": "^12.13.0 || ^14.15.0 || >=16.0.0"
+ "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
},
"templateOSS": {
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
- "version": "3.2.2",
+ "version": "4.5.1",
"windowsCI": false
}
}