package.json
2.5 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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
{
"_args": [
[
{
"raw": "klaw@^1.0.0",
"scope": null,
"escapedName": "klaw",
"name": "klaw",
"rawSpec": "^1.0.0",
"spec": ">=1.0.0 <2.0.0",
"type": "range"
},
"/Users/kanghyeontae/IdeaProjects/YTMT/node_modules/fs-extra"
]
],
"_from": "klaw@>=1.0.0 <2.0.0",
"_id": "klaw@1.3.1",
"_inCache": true,
"_location": "/klaw",
"_nodeVersion": "6.5.0",
"_npmOperationalInternal": {
"host": "packages-18-east.internal.npmjs.com",
"tmp": "tmp/klaw-1.3.1.tgz_1477411628636_0.7360875811427832"
},
"_npmUser": {
"name": "jprichardson",
"email": "jprichardson@gmail.com"
},
"_npmVersion": "3.10.3",
"_phantomChildren": {},
"_requested": {
"raw": "klaw@^1.0.0",
"scope": null,
"escapedName": "klaw",
"name": "klaw",
"rawSpec": "^1.0.0",
"spec": ">=1.0.0 <2.0.0",
"type": "range"
},
"_requiredBy": [
"/fs-extra"
],
"_resolved": "https://registry.npmjs.org/klaw/-/klaw-1.3.1.tgz",
"_shasum": "4088433b46b3b1ba259d78785d8e96f73ba02439",
"_shrinkwrap": null,
"_spec": "klaw@^1.0.0",
"_where": "/Users/kanghyeontae/IdeaProjects/YTMT/node_modules/fs-extra",
"author": {
"name": "JP Richardson"
},
"bugs": {
"url": "https://github.com/jprichardson/node-klaw/issues"
},
"dependencies": {
"graceful-fs": "^4.1.9"
},
"description": "File system walker with Readable stream interface.",
"devDependencies": {
"mkdirp": "^0.5.1",
"mock-fs": "^3.8.0",
"rimraf": "^2.4.3",
"standard": "^8.4.0",
"tap-spec": "^4.1.1",
"tape": "^4.2.2"
},
"directories": {},
"dist": {
"shasum": "4088433b46b3b1ba259d78785d8e96f73ba02439",
"tarball": "https://registry.npmjs.org/klaw/-/klaw-1.3.1.tgz"
},
"gitHead": "7ceea730d54726affeaca62d6e362db0b6881f93",
"homepage": "https://github.com/jprichardson/node-klaw#readme",
"keywords": [
"walk",
"walker",
"fs",
"fs-extra",
"readable",
"streams"
],
"license": "MIT",
"main": "./src/index.js",
"maintainers": [
{
"name": "jprichardson",
"email": "jprichardson@gmail.com"
}
],
"name": "klaw",
"optionalDependencies": {
"graceful-fs": "^4.1.9"
},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/jprichardson/node-klaw.git"
},
"scripts": {
"lint": "standard",
"test": "npm run lint && npm run unit",
"unit": "tape tests/**/*.js | tap-spec"
},
"version": "1.3.1"
}