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
|
{
"_args": [
[
"dir-glob@2.0.0",
"/home/dstaesse/git/website"
]
],
"_development": true,
"_from": "dir-glob@2.0.0",
"_id": "dir-glob@2.0.0",
"_inBundle": false,
"_integrity": "sha512-37qirFDz8cA5fimp9feo43fSuRo2gHwaIn6dXL8Ber1dGwUosDrGZeCCXq57WnIqE4aQ+u3eQZzsk1yOzhdwag==",
"_location": "/dir-glob",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "dir-glob@2.0.0",
"name": "dir-glob",
"escapedName": "dir-glob",
"rawSpec": "2.0.0",
"saveSpec": null,
"fetchSpec": "2.0.0"
},
"_requiredBy": [
"/globby"
],
"_resolved": "https://registry.npmjs.org/dir-glob/-/dir-glob-2.0.0.tgz",
"_spec": "2.0.0",
"_where": "/home/dstaesse/git/website",
"author": {
"name": "Kevin Mårtensson",
"email": "kevinmartensson@gmail.com",
"url": "github.com/kevva"
},
"bugs": {
"url": "https://github.com/kevva/dir-glob/issues"
},
"dependencies": {
"arrify": "^1.0.1",
"path-type": "^3.0.0"
},
"description": "Convert directories to glob compatible strings",
"devDependencies": {
"ava": "*",
"del": "^3.0.0",
"make-dir": "^1.0.0",
"rimraf": "^2.5.0",
"xo": "*"
},
"engines": {
"node": ">=4"
},
"files": [
"index.js"
],
"homepage": "https://github.com/kevva/dir-glob#readme",
"keywords": [
"convert",
"directory",
"extensions",
"files",
"glob"
],
"license": "MIT",
"name": "dir-glob",
"repository": {
"type": "git",
"url": "git+https://github.com/kevva/dir-glob.git"
},
"scripts": {
"test": "xo && ava"
},
"version": "2.0.0"
}
|