-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 781 Bytes
/
Copy pathpackage.json
File metadata and controls
38 lines (38 loc) · 781 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
{
"name": "alpine",
"version": "0.2.1",
"description": "Alpine - the Apache Log Parser",
"main": "alpine.js",
"directories": {
"test": "test"
},
"dependencies": {
"byline": "^4.1.1",
"through2": "^0.6.2",
"underscore.string": "^3.3.5"
},
"devDependencies": {
"mocha": "^8.3.1"
},
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/blarsen/node-alpine.git"
},
"keywords": [
"apache",
"mod_log",
"log",
"parser",
"combined",
"clf"
],
"author": "Bjørn Hell Larsen <blarsen@nonews.net>",
"license": "Apache License 2.",
"bugs": {
"url": "https://github.com/blarsen/node-alpine/issues"
},
"homepage": "https://github.com/blarsen/node-alpine"
}