11cb0ef41Sopenharmony_ci{
21cb0ef41Sopenharmony_ci  "name": "ignore-walk",
31cb0ef41Sopenharmony_ci  "version": "6.0.4",
41cb0ef41Sopenharmony_ci  "description": "Nested/recursive `.gitignore`/`.npmignore` parsing and filtering.",
51cb0ef41Sopenharmony_ci  "main": "lib/index.js",
61cb0ef41Sopenharmony_ci  "devDependencies": {
71cb0ef41Sopenharmony_ci    "@npmcli/eslint-config": "^4.0.0",
81cb0ef41Sopenharmony_ci    "@npmcli/template-oss": "4.19.0",
91cb0ef41Sopenharmony_ci    "mutate-fs": "^2.1.1",
101cb0ef41Sopenharmony_ci    "tap": "^16.0.1"
111cb0ef41Sopenharmony_ci  },
121cb0ef41Sopenharmony_ci  "scripts": {
131cb0ef41Sopenharmony_ci    "test": "tap",
141cb0ef41Sopenharmony_ci    "posttest": "npm run lint",
151cb0ef41Sopenharmony_ci    "lint": "eslint \"**/*.js\"",
161cb0ef41Sopenharmony_ci    "lintfix": "npm run lint -- --fix",
171cb0ef41Sopenharmony_ci    "postlint": "template-oss-check",
181cb0ef41Sopenharmony_ci    "template-oss-apply": "template-oss-apply --force",
191cb0ef41Sopenharmony_ci    "test:windows-coverage": "npm pkg set tap.statements=99 --json && npm pkg set tap.branches=98 --json && npm pkg set tap.lines=99 --json",
201cb0ef41Sopenharmony_ci    "snap": "tap"
211cb0ef41Sopenharmony_ci  },
221cb0ef41Sopenharmony_ci  "keywords": [
231cb0ef41Sopenharmony_ci    "ignorefile",
241cb0ef41Sopenharmony_ci    "ignore",
251cb0ef41Sopenharmony_ci    "file",
261cb0ef41Sopenharmony_ci    ".gitignore",
271cb0ef41Sopenharmony_ci    ".npmignore",
281cb0ef41Sopenharmony_ci    "glob"
291cb0ef41Sopenharmony_ci  ],
301cb0ef41Sopenharmony_ci  "author": "GitHub Inc.",
311cb0ef41Sopenharmony_ci  "license": "ISC",
321cb0ef41Sopenharmony_ci  "repository": {
331cb0ef41Sopenharmony_ci    "type": "git",
341cb0ef41Sopenharmony_ci    "url": "https://github.com/npm/ignore-walk.git"
351cb0ef41Sopenharmony_ci  },
361cb0ef41Sopenharmony_ci  "files": [
371cb0ef41Sopenharmony_ci    "bin/",
381cb0ef41Sopenharmony_ci    "lib/"
391cb0ef41Sopenharmony_ci  ],
401cb0ef41Sopenharmony_ci  "dependencies": {
411cb0ef41Sopenharmony_ci    "minimatch": "^9.0.0"
421cb0ef41Sopenharmony_ci  },
431cb0ef41Sopenharmony_ci  "tap": {
441cb0ef41Sopenharmony_ci    "test-env": "LC_ALL=sk",
451cb0ef41Sopenharmony_ci    "before": "test/00-setup.js",
461cb0ef41Sopenharmony_ci    "after": "test/zz-cleanup.js",
471cb0ef41Sopenharmony_ci    "timeout": 600,
481cb0ef41Sopenharmony_ci    "jobs": 1,
491cb0ef41Sopenharmony_ci    "nyc-arg": [
501cb0ef41Sopenharmony_ci      "--exclude",
511cb0ef41Sopenharmony_ci      "tap-snapshots/**"
521cb0ef41Sopenharmony_ci    ]
531cb0ef41Sopenharmony_ci  },
541cb0ef41Sopenharmony_ci  "engines": {
551cb0ef41Sopenharmony_ci    "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
561cb0ef41Sopenharmony_ci  },
571cb0ef41Sopenharmony_ci  "templateOSS": {
581cb0ef41Sopenharmony_ci    "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
591cb0ef41Sopenharmony_ci    "version": "4.19.0",
601cb0ef41Sopenharmony_ci    "content": "scripts/template-oss",
611cb0ef41Sopenharmony_ci    "publish": "true"
621cb0ef41Sopenharmony_ci  }
631cb0ef41Sopenharmony_ci}
64