UNPKG

1.59 kBJSONView Raw
1{
2 "name": "logzio-nodejs",
3 "description": "A nodejs implementation for sending logs to Logz.IO cloud service Copy of logzio-nodejs",
4 "version": "2.1.4",
5 "author": "Gilly Barr <gilly@logz.io>",
6 "contributors": [
7 {
8 "name": "Gilly Barr",
9 "email": "gillyb@gmail.com"
10 },
11 {
12 "name": "Asaf Mesika",
13 "email": "asaf.mesika@gmail.com"
14 },
15 {
16 "name": "Alon Mizrahi",
17 "email": "alonmizra@gmail.com"
18 },
19 {
20 "name": "Amir Tugendhaft",
21 "email": "Amir.Tugi@gmail.com"
22 },
23 {
24 "name": "Roni Shaham",
25 "email": "ronish31@gmail.com"
26 },
27 {
28 "name": "Anton Kolomiiets",
29 "email": "resdenia@gmail.com"
30 }
31 ],
32 "repository": {
33 "type": "git",
34 "url": "https://github.com/logzio/logzio-nodejs.git"
35 },
36 "keywords": [
37 "cloud computing",
38 "log analytics",
39 "api",
40 "logging",
41 "logzio"
42 ],
43 "dependencies": {
44 "axios": "0.27.2",
45 "json-stringify-safe": "5.0.1",
46 "lodash.assign": "4.2.0",
47 "moment": "2.29.4"
48 },
49 "devDependencies": {
50 "assert": "^1.5.0",
51 "async": "1.4.2",
52 "eslint": "^5.16.0",
53 "eslint-config-airbnb-base": "^13.2.0",
54 "eslint-plugin-import": "^2.18.2",
55 "hrtimemock": "^2.0.0",
56 "jest": "^24.9.0",
57 "mocha": "^7.1.1",
58 "nock": "^12.0.3",
59 "should": "^7.1.0",
60 "sinon": "^7.5.0"
61 },
62 "main": "./lib/logzio-nodejs",
63 "engines": {
64 "node": ">= 6.0.0"
65 },
66 "license": "(Apache-2.0)",
67 "scripts": {
68 "test": "jest",
69 "detached": "jest --detectOpenHandles",
70 "watch": "jest --watch"
71 }
72}