• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "_from": "ignore-walk@^3.0.1",
3  "_id": "ignore-walk@3.0.3",
4  "_inBundle": false,
5  "_integrity": "sha512-m7o6xuOaT1aqheYHKf8W6J5pYH85ZI9w077erOzLje3JsB1gkafkAhHHY19dqjulgIZHFm32Cp5uNZgcQqdJKw==",
6  "_location": "/ignore-walk",
7  "_phantomChildren": {},
8  "_requested": {
9    "type": "range",
10    "registry": true,
11    "raw": "ignore-walk@^3.0.1",
12    "name": "ignore-walk",
13    "escapedName": "ignore-walk",
14    "rawSpec": "^3.0.1",
15    "saveSpec": null,
16    "fetchSpec": "^3.0.1"
17  },
18  "_requiredBy": [
19    "/npm-packlist"
20  ],
21  "_resolved": "https://registry.npmjs.org/ignore-walk/-/ignore-walk-3.0.3.tgz",
22  "_shasum": "017e2447184bfeade7c238e4aefdd1e8f95b1e37",
23  "_spec": "ignore-walk@^3.0.1",
24  "_where": "/Users/mperrotte/npminc/cli/node_modules/npm-packlist",
25  "author": {
26    "name": "Isaac Z. Schlueter",
27    "email": "i@izs.me",
28    "url": "http://blog.izs.me/"
29  },
30  "bugs": {
31    "url": "https://github.com/isaacs/ignore-walk/issues"
32  },
33  "bundleDependencies": false,
34  "dependencies": {
35    "minimatch": "^3.0.4"
36  },
37  "deprecated": false,
38  "description": "Nested/recursive `.gitignore`/`.npmignore` parsing and filtering.",
39  "devDependencies": {
40    "mkdirp": "^0.5.1",
41    "mutate-fs": "^1.1.0",
42    "rimraf": "^2.6.1",
43    "tap": "^14.6.9"
44  },
45  "files": [
46    "index.js"
47  ],
48  "homepage": "https://github.com/isaacs/ignore-walk#readme",
49  "keywords": [
50    "ignorefile",
51    "ignore",
52    "file",
53    ".gitignore",
54    ".npmignore",
55    "glob"
56  ],
57  "license": "ISC",
58  "main": "index.js",
59  "name": "ignore-walk",
60  "repository": {
61    "type": "git",
62    "url": "git+https://github.com/isaacs/ignore-walk.git"
63  },
64  "scripts": {
65    "postpublish": "git push origin --all; git push origin --tags",
66    "postversion": "npm publish",
67    "preversion": "npm test",
68    "test": "tap"
69  },
70  "tap": {
71    "jobs": 1
72  },
73  "version": "3.0.3"
74}
75