package.json
1.49 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
{
"_from": "filelist@^1.0.1",
"_id": "filelist@1.0.4",
"_inBundle": false,
"_integrity": "sha512-w1cEuf3S+DrLCQL7ET6kz+gmlJdbq9J7yXCSjK/OZCPA+qEN1WyF4ZAf0YYJa4/shHJra2t/d/r8SV4Ji+x+8Q==",
"_location": "/filelist",
"_phantomChildren": {
"brace-expansion": "2.0.1"
},
"_requested": {
"type": "range",
"registry": true,
"raw": "filelist@^1.0.1",
"name": "filelist",
"escapedName": "filelist",
"rawSpec": "^1.0.1",
"saveSpec": null,
"fetchSpec": "^1.0.1"
},
"_requiredBy": [
"/jake"
],
"_resolved": "https://registry.npmjs.org/filelist/-/filelist-1.0.4.tgz",
"_shasum": "f78978a1e944775ff9e62e744424f215e58352b5",
"_spec": "filelist@^1.0.1",
"_where": "C:\\Users\\ds754\\Desktop\\healthcare-with-webcam\\node_modules\\jake",
"author": {
"name": "Matthew Eernisse",
"email": "mde@fleegix.org",
"url": "http://fleegix.org"
},
"bugs": {
"url": "https://github.com/mde/filelist/issues"
},
"bundleDependencies": false,
"dependencies": {
"minimatch": "^5.0.1"
},
"deprecated": false,
"description": "Lazy-evaluating list of files, based on globs or regex patterns",
"homepage": "https://github.com/mde/filelist",
"keywords": [
"file",
"utility",
"glob"
],
"license": "Apache-2.0",
"main": "index.js",
"name": "filelist",
"repository": {
"type": "git",
"url": "git://github.com/mde/filelist.git"
},
"scripts": {
"test": "jake test"
},
"types": "index.d.ts",
"version": "1.0.4"
}