package.json
1.46 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
{
"_from": "filelist@^1.0.1",
"_id": "filelist@1.0.2",
"_inBundle": false,
"_integrity": "sha512-z7O0IS8Plc39rTCq6i6iHxk43duYOn8uFJiWSewIq0Bww1RNybVHSCjahmcC87ZqAm4OTvFzlzeGu3XAzG1ctQ==",
"_location": "/filelist",
"_phantomChildren": {},
"_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.2.tgz",
"_shasum": "80202f21462d4d1c2e214119b1807c1bc0380e5b",
"_spec": "filelist@^1.0.1",
"_where": "C:\\Users\\KoMoGoon\\Documents\\GitHub\\Web_Project2\\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": "^3.0.4"
},
"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.2"
}