UNPKG

logarithm

Version:

The Middleware For Web-Server To Record Hits In ElasticSearch.

87 lines (86 loc) 2.48 kB
{ "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": {} }