package.json
3.04 KB
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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
{
"_args": [
[
{
"raw": "ignore@^3.2.0",
"scope": null,
"escapedName": "ignore",
"name": "ignore",
"rawSpec": "^3.2.0",
"spec": ">=3.2.0 <4.0.0",
"type": "range"
},
"/Users/kanghyeontae/IdeaProjects/YTMT/node_modules/eslint"
]
],
"_from": "ignore@>=3.2.0 <4.0.0",
"_id": "ignore@3.3.7",
"_inCache": true,
"_location": "/ignore",
"_nodeVersion": "8.8.0",
"_npmOperationalInternal": {
"host": "s3://npm-registry-packages",
"tmp": "tmp/ignore-3.3.7.tgz_1509026454121_0.4620765303261578"
},
"_npmUser": {
"name": "kael",
"email": "i@kael.me"
},
"_npmVersion": "5.4.2",
"_phantomChildren": {},
"_requested": {
"raw": "ignore@^3.2.0",
"scope": null,
"escapedName": "ignore",
"name": "ignore",
"rawSpec": "^3.2.0",
"spec": ">=3.2.0 <4.0.0",
"type": "range"
},
"_requiredBy": [
"/eslint"
],
"_resolved": "https://registry.npmjs.org/ignore/-/ignore-3.3.7.tgz",
"_shasum": "612289bfb3c220e186a58118618d5be8c1bab021",
"_shrinkwrap": null,
"_spec": "ignore@^3.2.0",
"_where": "/Users/kanghyeontae/IdeaProjects/YTMT/node_modules/eslint",
"author": {
"name": "kael"
},
"bugs": {
"url": "https://github.com/kaelzhang/node-ignore/issues"
},
"dependencies": {},
"description": "Ignore is a manager and filter for .gitignore rules.",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"chai": "~1.7.2",
"codecov": "^1.0.1",
"istanbul": "^0.4.5",
"mkdirp": "^0.5.1",
"mocha": "~1.13.0",
"pre-suf": "^1.0.4",
"rimraf": "^2.6.2",
"spawn-sync": "^1.0.15",
"tmp": "0.0.33"
},
"directories": {},
"dist": {
"integrity": "sha512-YGG3ejvBNHRqu0559EOxxNFihD0AjpvHlC/pdGKd3X3ofe+CoJkYazwNJYTNebqpPKN+VVQbh4ZFn1DivMNuHA==",
"shasum": "612289bfb3c220e186a58118618d5be8c1bab021",
"tarball": "https://registry.npmjs.org/ignore/-/ignore-3.3.7.tgz"
},
"files": [
"ignore.js",
"index.d.ts"
],
"gitHead": "cc0395d925d477b022a153a656c5832eda4c9816",
"homepage": "https://github.com/kaelzhang/node-ignore#readme",
"keywords": [
"ignore",
".gitignore",
"gitignore",
"npmignore",
"rules",
"manager",
"filter",
"regexp",
"regex",
"fnmatch",
"glob",
"asterisks",
"regular-expression"
],
"license": "MIT",
"main": "./ignore.js",
"maintainers": [
{
"name": "kael",
"email": "i@kael.me"
}
],
"name": "ignore",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/kaelzhang/node-ignore.git"
},
"scripts": {
"build": "babel -o ignore.js index.js",
"cov-report": "istanbul report",
"prepublish": "npm run build",
"test": "npm run build && istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec ./test/ignore.js && codecov",
"test-no-cov": "npm run build && mocha --reporter spec ./test/ignore.js"
},
"version": "3.3.7"
}