{ "name": "@elastic/ecs-pino-format", "version": "1.2.0", "description": "A formatter for the pino logger compatible with Elastic Common Schema.", "main": "index.js", "files": [ "index.js" ], "repository": { "type": "git", "url": "git+https://github.com/elastic/ecs-logging-nodejs.git" }, "keywords": [ "pino", "serializer", "formatter", "elasticsearch", "ecs", "ecs-logging", "elastic", "common", "schema" ], "author": "Tomas Della Vedova", "license": "Apache-2.0", "bugs": { "url": "https://github.com/elastic/ecs-logging-nodejs/issues" }, "homepage": "https://github.com/elastic/ecs-logging-nodejs/blob/master/loggers/pino/README.md", "scripts": { "test": "standard && tap --100 --timeout ${TAP_TIMEOUT:-10} test/*.test.js" }, "engines": { "node": ">=10" }, "dependencies": { "@elastic/ecs-helpers": "^1.1.0" }, "devDependencies": { "ajv": "^7.0.3", "ajv-formats": "^1.5.1", "elastic-apm-node": "^3.14.0", "express": "^4.17.1", "pino": "^6.0.0", "pino-http": "^5.3.0", "split2": "^3.1.1", "standard": "16.x", "tap": "^14.x" } }