package.json
1.74 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
60
61
62
63
64
65
66
67
68
{
"_from": "walkdir@^0.4.0",
"_id": "walkdir@0.4.1",
"_inBundle": false,
"_integrity": "sha512-3eBwRyEln6E1MSzcxcVpQIhRG8Q1jLvEqRmCZqS3dsfXEDR/AhOF4d+jHg1qvDCpYaVRZjENPQyrVxAkQqxPgQ==",
"_location": "/walkdir",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "walkdir@^0.4.0",
"name": "walkdir",
"escapedName": "walkdir",
"rawSpec": "^0.4.0",
"saveSpec": null,
"fetchSpec": "^0.4.0"
},
"_requiredBy": [
"/google-gax"
],
"_resolved": "https://registry.npmjs.org/walkdir/-/walkdir-0.4.1.tgz",
"_shasum": "dc119f83f4421df52e3061e514228a2db20afa39",
"_spec": "walkdir@^0.4.0",
"_where": "C:\\Users\\김수민\\Desktop\\ostt\\LINEBOT\\node_modules\\google-gax",
"author": {
"name": "Ryan Day",
"email": "soldair@gmail.com"
},
"bugs": {
"url": "https://github.com/soldair/node-walkdir/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "tjfontaine"
}
],
"deprecated": false,
"description": "Find files simply. Walks a directory tree emitting events based on what it finds. Presents a familiar callback/emitter/a+sync interface. Walk a tree of any depth.",
"devDependencies": {
"@types/node": "^10.12.21",
"tape": "^4.0.0",
"typescript": "^3.3.1"
},
"engines": {
"node": ">=6.0.0"
},
"homepage": "http://github.com/soldair/node-walkdir",
"keywords": [
"find",
"walk",
"tree",
"files",
"fs"
],
"license": "MIT",
"main": "./walkdir.js",
"name": "walkdir",
"repository": {
"type": "git",
"url": "git://github.com/soldair/node-walkdir.git"
},
"scripts": {
"test": "tape test/*.js && npm run ts",
"ts": "tsc --noEmit test.ts"
},
"version": "0.4.1"
}