UNPKG

1.07 kBJSONView Raw
1{
2 "version": "6.0.2",
3 "name": "glob-promise",
4 "description": "Promise version of glob",
5 "author": "Ahmad Nassri <ahmad@ahmadnassri.com> (https://www.ahmadnassri.com/)",
6 "homepage": "https://github.com/ahmadnassri/node-glob-promise",
7 "repository": {
8 "type": "git",
9 "url": "https://github.com/ahmadnassri/node-glob-promise.git"
10 },
11 "bugs": {
12 "url": "https://github.com/ahmadnassri/node-glob-promise/issues"
13 },
14 "funding": {
15 "type": "individual",
16 "url": "https://github.com/sponsors/ahmadnassri"
17 },
18 "license": "MIT",
19 "keywords": [
20 "glob",
21 "promise"
22 ],
23 "engines": {
24 "node": ">=16"
25 },
26 "files": [
27 "lib"
28 ],
29 "main": "lib/index.js",
30 "types": "lib/index.d.ts",
31 "scripts": {
32 "test": "tap test --no-coverage",
33 "test:watch": "tap test --watch",
34 "test:ci": "tap test --100",
35 "test:report": "opener coverage/lcov-report/index.html"
36 },
37 "devDependencies": {
38 "tap": "^16.3.0"
39 },
40 "peerDependencies": {
41 "glob": "^8.0.3"
42 },
43 "dependencies": {
44 "@types/glob": "^8.0.0"
45 }
46}