blob: 50adba99fbaf9fe866cb85330772cc472910b9ef [file] [log] [blame]
Leo Repp58b9f112021-11-22 11:57:47 +01001{
2 "_from": "dir-glob@2.0.0",
3 "_id": "dir-glob@2.0.0",
4 "_inBundle": false,
5 "_integrity": "sha512-37qirFDz8cA5fimp9feo43fSuRo2gHwaIn6dXL8Ber1dGwUosDrGZeCCXq57WnIqE4aQ+u3eQZzsk1yOzhdwag==",
6 "_location": "/dir-glob",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "version",
10 "registry": true,
11 "raw": "dir-glob@2.0.0",
12 "name": "dir-glob",
13 "escapedName": "dir-glob",
14 "rawSpec": "2.0.0",
15 "saveSpec": null,
16 "fetchSpec": "2.0.0"
17 },
18 "_requiredBy": [
19 "/globby"
20 ],
21 "_resolved": "https://registry.npmjs.org/dir-glob/-/dir-glob-2.0.0.tgz",
22 "_shasum": "0b205d2b6aef98238ca286598a8204d29d0a0034",
23 "_spec": "dir-glob@2.0.0",
24 "_where": "C:\\Users\\marcr\\Desktop\\KorAp\\Git\\Kalamar\\node_modules\\globby",
25 "author": {
26 "name": "Kevin MÃ¥rtensson",
27 "email": "kevinmartensson@gmail.com",
28 "url": "github.com/kevva"
29 },
30 "bugs": {
31 "url": "https://github.com/kevva/dir-glob/issues"
32 },
33 "bundleDependencies": false,
34 "dependencies": {
35 "arrify": "^1.0.1",
36 "path-type": "^3.0.0"
37 },
38 "deprecated": false,
39 "description": "Convert directories to glob compatible strings",
40 "devDependencies": {
41 "ava": "*",
42 "del": "^3.0.0",
43 "make-dir": "^1.0.0",
44 "rimraf": "^2.5.0",
45 "xo": "*"
46 },
47 "engines": {
48 "node": ">=4"
49 },
50 "files": [
51 "index.js"
52 ],
53 "homepage": "https://github.com/kevva/dir-glob#readme",
54 "keywords": [
55 "convert",
56 "directory",
57 "extensions",
58 "files",
59 "glob"
60 ],
61 "license": "MIT",
62 "name": "dir-glob",
63 "repository": {
64 "type": "git",
65 "url": "git+https://github.com/kevva/dir-glob.git"
66 },
67 "scripts": {
68 "test": "xo && ava"
69 },
70 "version": "2.0.0"
71}