-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.42 KB
/
Copy pathpackage.json
File metadata and controls
59 lines (59 loc) · 1.42 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
{
"name": "superstat",
"version": "2.0.3",
"author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",
"description": "smooth out differences between stat and lstat",
"homepage": "http://github.com/coderaiser/superstat",
"repository": {
"type": "git",
"url": "git://github.com/coderaiser/superstat.git"
},
"nyc": {
"exclude": [
".madrun.js",
"test"
]
},
"scripts": {
"putout": "madrun putout",
"lint": "madrun lint",
"fix:lint": "madrun fix:lint",
"lint:eslint:lib": "madrun lint:eslint:lib",
"lint:eslint:test": "madrun lint:eslint:test",
"report": "madrun report",
"coverage": "madrun coverage",
"test": "madrun test",
"watch:coverage": "madrun watch:coverage",
"watch:test": "madrun watch:test",
"watcher": "madrun watcher"
},
"dependencies": {},
"keywords": [
"stat",
"lstat",
"fstat"
],
"license": "MIT",
"main": "lib/superstat.js",
"engines": {
"node": ">=10"
},
"devDependencies": {
"@cloudcmd/stub": "^2.3.1",
"coveralls": "^3.0.0",
"eslint": "^6.8.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-putout": "^3.5.0",
"madrun": "^5.4.5",
"mock-require": "^3.0.2",
"nodemon": "^2.0.3",
"nyc": "^15.0.1",
"putout": "^7.22.0",
"redrun": "^7.0.0",
"supertape": "^1.2.3",
"try-to-catch": "^3.0.0"
},
"publishConfig": {
"access": "public"
}
}