forked from schnittstabil/globstar
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 895 Bytes
/
package.json
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
{
"name": "@wormss/globstar",
"version": "1.0.0",
"description": "Run programs with glob/globstar support, especially on Windows within npm scripts.",
"keywords": [
"run",
"execute",
"glob",
"globbing",
"windows",
"platform independent",
"windows",
"npm",
"scripts",
"cli"
],
"bin": {
"globstar": "globstar.js"
},
"license": "MIT",
"homepage": "https://github.com/schnittstabil/globstar",
"author": {
"name": "Michael Mayer",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "https://github.com/schnittstabil/globstar.git"
},
"bugs": {
"url": "https://github.com/schnittstabil/globstar/issues"
},
"dependencies": {
"glob": "^7.1.7",
"is-glob": "^4.0.3",
"npmlog": "^5.0.1",
"object-assign": "^4.1.1",
"onetime": "^5.0.0",
"yargs": "^17.1.1"
}
}