frankthelen/good-map

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "good-map",
  "version": "1.1.23",
  "description": "Transform stream for Hapi Good process monitoring",
  "main": "src/index.js",
  "repository": {
    "type": "git",
    "url": "git://github.com/frankthelen/good-map.git"
  },
  "keywords": [
    "hapi",
    "good",
    "plugin",
    "logging",
    "transformer",
    "mapper"
  ],
  "author": "Frank Thelen",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/frankthelen/good-map/issues"
  },
  "homepage": "https://github.com/frankthelen/good-map#readme",
  "scripts": {
    "lint": "eslint . --ignore-path ./.eslintignore",
    "test": "NODE_ENV=test nyc --reporter=lcov --reporter=text-summary mocha --exit --recursive test",
    "coveralls": "nyc report --reporter=lcovonly && cat ./coverage/lcov.info | coveralls",
    "preversion": "npm run lint && npm test"
  },
  "engines": {
    "node": ">=10.x.x"
  },
  "devDependencies": {
    "@hapi/good": "^9.0.0",
    "@hapi/good-console": "^9.0.1",
    "@hapi/good-squeeze": "^6.0.0",
    "chai": "^4.2.0",
    "chai-as-promised": "^7.1.1",
    "coveralls": "^3.1.0",
    "eslint": "^7.16.0",
    "eslint-config-airbnb-base": "^14.2.1",
    "eslint-plugin-import": "^2.22.1",
    "eslint-plugin-promise": "^4.2.1",
    "eslint-plugin-should-promised": "^2.0.0",
    "hapi19": "npm:@hapi/hapi@^19.2.0",
    "hapi20": "npm:@hapi/hapi@^20.0.3",
    "mocha": "^8.2.1",
    "moment": "^2.29.1",
    "nyc": "^15.1.0",
    "sinon": "^9.2.2",
    "sinon-chai": "^3.5.0"
  },
  "peerDependencies": {
    "@hapi/hapi": ">=17.x.x",
    "@hapi/good": ">=8.x.x"
  },
  "dependencies": {
    "lodash": "^4.17.20"
  }
}