-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
86 lines (86 loc) · 2.42 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
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
{
"name": "logarithm",
"version": "2.4.0",
"description": "The Middleware For Web-Server To Record Hits In ElasticSearch.",
"main": "compile/index.js",
"module": "src/index.js",
"scripts": {
"t": "zoroaster -a",
"test": "yarn t test/spec test/mask",
"spec": "yarn t test/spec",
"mask": "yarn t test/mask",
"test-compile": "yarn test -e test-compile",
"lint": "eslint .",
"doc": "doc -o README.md -n _logarithm -d -a",
"wiki": "doc wiki -W wiki.git -n _logarithm -d -a",
"dev": "node src/bin",
"d": "yarn-s template d1 externs",
"d1": "typal compile/index.js -u -t types/api.xml,types/index.xml",
"template": "typal compile/template.js -T compile/index.js -t types/api.xml,types/index.xml",
"externs": "typal types/externs.js",
"lib": "depack src/depack -c -o compile/logarithm.js -a -p -s",
"compile": "depack src/bin/logarithm.js -c -o compile/bin -a -p -w -S -s",
"logarithm": "node compile/bin/logarithm.js $ELASTIC:9200",
"rec": "NODE_DEBUG=appshot appshot -T 23 -a Terminal -y 150 -f",
"args": "argufy types/args/* -o src/bin/get-args.js",
"e": "alanode example",
"example/": "yarn e example"
},
"files": [
"compile",
"src",
"types",
"typedefs.json"
],
"externs": "types/externs.js",
"bin": {
"logarithm-dev": "src/bin/index.js",
"logarithm": "compile/bin/logarithm.js"
},
"repository": {
"type": "git",
"url": "git://github.com/artdecocode/logarithm.git"
},
"typedefs": "typedefs.json",
"keywords": [
"logarithm",
"log",
"logs",
"koa",
"elastic",
"es",
"elasticsearch",
"elastic search",
"kibana"
],
"author": "Anton <anton@adc.sh>",
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/artdecocode/logarithm/issues"
},
"homepage": "https://www.idio.cc",
"devDependencies": {
"@demimonde/dotenv": "^1.1.0",
"@externs/goa": "^1.0.1",
"@idio/idio": "^1.5.1",
"@rqt/aqt": "^1.4.0",
"@typedefs/goa": "^0.1.5",
"alamode": "^3.5.2",
"argufy": "^1.7.5",
"catchment": "^3.3.0",
"clearr": "^1.0.0",
"depack": "^1.1.2",
"documentary": "^1.37.1",
"erotic": "^2.1.1",
"erte": "^1.2.0",
"eslint-config-artdeco": "1.0.1",
"indicatrix": "^1.4.1",
"reloquent": "^1.4.1",
"rqt": "^4.0.0",
"tablature": "^1.2.0",
"usually": "^1.2.0",
"yarn-s": "^1.2.3",
"zoroaster": "^4.3.0"
},
"dependencies": {}
}