-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.24 KB
/
package.json
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
{
"name": "manger",
"version": "8.0.5",
"description": "cache feeds",
"main": "index.js",
"scripts": {
"pretest": "eslint *.js ./lib/*.js --fix",
"test": "tap test/*.js -j1",
"posttest": "rm -rf /tmp/manger-[1-9]* ",
"start": "./repl.js"
},
"repository": {
"type": "git",
"url": "git://github.com/michaelnisi/manger.git"
},
"bugs": {
"url": "https://github.com/michaelnisi/manger/issues"
},
"keywords": [
"rss",
"atom",
"xml",
"feed",
"cache"
],
"license": "MIT",
"homepage": "https://github.com/michaelnisi/manger",
"dependencies": {
"charwise": "^3.0.1",
"headary": "^2.0.0",
"html-reduce": "^1.0.3",
"level": "^6.0.0",
"lru-cache": "^4.1.3",
"pickup": "^8.1.0",
"readable-stream": "^3.4.0"
},
"devDependencies": {
"@types/node": "^13.1.1",
"@types/readable-stream": "^2.3.5",
"binary-split": "^1.0.5",
"eslint": "^6.8.0",
"eslint-config-fbjs-opensource": "^2.0.1",
"eslint-plugin-import": "^2.19.1",
"prettier": "^1.19.1",
"rimraf": "^2.6.1",
"stread": "^3.0.1",
"tap": "^14.2.2"
},
"engines": {
"node": ">=12"
},
"author": "Michael Nisi (https://troubled.pro/)",
"directories": {
"test": "test"
}
}