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": "walk@2.3.x",
"_id": "walk@2.3.14",
"_inBundle": false,
"_integrity": "sha512-5skcWAUmySj6hkBdH6B6+3ddMjVQYH5Qy9QGbPmN8kVmLteXk+yVXg+yfk1nbX30EYakahLrr8iPcCxJQSCBeg==",
"_location": "/walk",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "walk@2.3.x",
"name": "walk",
"escapedName": "walk",
"rawSpec": "2.3.x",
"saveSpec": null,
"fetchSpec": "2.3.x"
},
"_requiredBy": [
"/twig"
],
"_resolved": "https://registry.npmjs.org/walk/-/walk-2.3.14.tgz",
"_shasum": "60ec8631cfd23276ae1e7363ce11d626452e1ef3",
"_spec": "walk@2.3.x",
"_where": "/home/marvin/IdeaProjects/untitled/node_modules/twig",
"author": {
"name": "AJ ONeal",
"email": "coolaj86@gmail.com"
},
"bugs": {
"url": "https://git.coolaj86.com/coolaj86/fs-walk.js/issues"
},
"bundleDependencies": false,
"contributors": [],
"dependencies": {
"foreachasync": "^3.0.0"
},
"deprecated": false,
"description": "A node port of python's os.walk",
"devDependencies": {},
"directories": {
"example": "examples",
"test": "test"
},
"files": [
"lib"
],
"homepage": "https://git.coolaj86.com/coolaj86/fs-walk.js",
"keywords": [
"util",
"os",
"sys",
"fs",
"walk",
"walkSync"
],
"lib": ".",
"license": "(MIT OR Apache-2.0)",
"main": "./lib/walk.js",
"name": "walk",
"repository": {
"url": "https://git.coolaj86.com/coolaj86/fs-walk.js.git"
},
"scripts": {
"test": "./test/walk-test.sh"
},
"url": "http://git.coolaj86.com/coolaj86/fs-walk.js",
"version": "2.3.14"
}
|