-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·47 lines (47 loc) · 956 Bytes
/
package.json
File metadata and controls
executable file
·47 lines (47 loc) · 956 Bytes
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
{
"name": "fsep",
"version": "3.0.1",
"description": "Fsep is a library that promisifies the native node FS operation and brings extras into the mix.",
"main": "index.js",
"directories": {
"test": "test"
},
"engines": {
"node": ">= 7.6.0"
},
"dependencies": {},
"scripts": {
"exist": "node ./test/exist.js",
"ensureFile": "node ./test/ensure-file.js",
"ensureFolder": "node ./test/ensure-folder.js",
"mkdirs": "node ./test/mkdirs.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AlexanderElias/fsep.git"
},
"keywords": [
"walk",
"klaw",
"fs-extra",
"fs-promise",
"fs",
"library",
"promise",
"promisified",
"promisify",
"readLine",
"writeLine",
"read",
"write",
"line",
"by",
"line"
],
"author": "Alexander Elias",
"license": "MPL-2.0",
"bugs": {
"url": "https://github.com/AlexanderElias/fsep/issues"
},
"homepage": "https://github.com/AlexanderElias/fsep#readme"
}