package.json
2.77 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
120
121
122
123
124
{
"_args": [
[
{
"raw": "parse-glob@^3.0.4",
"scope": null,
"escapedName": "parse-glob",
"name": "parse-glob",
"rawSpec": "^3.0.4",
"spec": ">=3.0.4 <4.0.0",
"type": "range"
},
"/Users/kanghyeontae/IdeaProjects/YTMT/node_modules/micromatch"
]
],
"_from": "parse-glob@>=3.0.4 <4.0.0",
"_id": "parse-glob@3.0.4",
"_inCache": true,
"_location": "/parse-glob",
"_nodeVersion": "0.12.4",
"_npmUser": {
"name": "jonschlinkert",
"email": "github@sellside.com"
},
"_npmVersion": "2.10.1",
"_phantomChildren": {},
"_requested": {
"raw": "parse-glob@^3.0.4",
"scope": null,
"escapedName": "parse-glob",
"name": "parse-glob",
"rawSpec": "^3.0.4",
"spec": ">=3.0.4 <4.0.0",
"type": "range"
},
"_requiredBy": [
"/micromatch"
],
"_resolved": "https://registry.npmjs.org/parse-glob/-/parse-glob-3.0.4.tgz",
"_shasum": "b2c376cfb11f35513badd173ef0bb6e3a388391c",
"_shrinkwrap": null,
"_spec": "parse-glob@^3.0.4",
"_where": "/Users/kanghyeontae/IdeaProjects/YTMT/node_modules/micromatch",
"author": {
"name": "Jon Schlinkert",
"url": "https://github.com/jonschlinkert"
},
"bugs": {
"url": "https://github.com/jonschlinkert/parse-glob/issues"
},
"dependencies": {
"glob-base": "^0.3.0",
"is-dotfile": "^1.0.0",
"is-extglob": "^1.0.0",
"is-glob": "^2.0.0"
},
"description": "Parse a glob pattern into an object of tokens.",
"devDependencies": {
"browserify": "^9.0.3",
"lodash": "^3.3.1",
"mocha": "*"
},
"directories": {},
"dist": {
"shasum": "b2c376cfb11f35513badd173ef0bb6e3a388391c",
"tarball": "https://registry.npmjs.org/parse-glob/-/parse-glob-3.0.4.tgz"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js"
],
"gitHead": "9bfccb63acdeb3b1ed62035b3adef0e5081d8fc6",
"homepage": "https://github.com/jonschlinkert/parse-glob",
"keywords": [
"glob",
"match",
"bash",
"expand",
"expansion",
"expression",
"file",
"files",
"filter",
"find",
"glob",
"globbing",
"globs",
"globstar",
"match",
"matcher",
"matches",
"matching",
"path",
"pattern",
"patterns",
"regex",
"regexp",
"regular",
"shell",
"wildcard"
],
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"name": "jonschlinkert",
"email": "github@sellside.com"
}
],
"name": "parse-glob",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/jonschlinkert/parse-glob.git"
},
"scripts": {
"prepublish": "browserify -o browser.js -e index.js",
"test": "mocha"
},
"version": "3.0.4"
}