aboutsummaryrefslogtreecommitdiff
path: root/sandbox/testAppNevena/Front/node_modules/ignore-walk/package.json
blob: ec6923d19aae9d4525b56d60ffc20f013b648bc5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
  "name": "ignore-walk",
  "version": "4.0.1",
  "description": "Nested/recursive `.gitignore`/`.npmignore` parsing and filtering.",
  "main": "index.js",
  "devDependencies": {
    "@npmcli/lint": "^1.0.2",
    "mkdirp": "^0.5.1",
    "mutate-fs": "^1.1.0",
    "rimraf": "^2.6.1",
    "tap": "^15.0.6"
  },
  "scripts": {
    "test": "tap",
    "posttest": "npm run lint --",
    "lint": "npm run npmclilint -- \"*.*js\" \"test/**/*.*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 --"
  },
  "keywords": [
    "ignorefile",
    "ignore",
    "file",
    ".gitignore",
    ".npmignore",
    "glob"
  ],
  "author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)",
  "license": "ISC",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/isaacs/ignore-walk.git"
  },
  "files": [
    "index.js"
  ],
  "dependencies": {
    "minimatch": "^3.0.4"
  },
  "tap": {
    "test-env": "LC_ALL=sk",
    "before": "test/00-setup.js",
    "after": "test/zz-cleanup.js",
    "jobs": 1
  },
  "engines": {
    "node": ">=10"
  }
}