telemark/tfk-dsf-unwrap-parents

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "tfk-dsf-unwrap-parents",
  "version": "3.0.0",
  "description": "Unwraps parents information from dsf result",
  "license": "MIT",
  "author": {
    "name": "Geir GĂ„sodden",
    "email": "geir.gasodden@pythonia.no",
    "url": "https://github.com/zrrrzzt"
  },
  "main": "index.js",
  "engines": {
    "node": ">=10.15.1"
  },
  "scripts": {
    "test": "standard && npm audit && tap --reporter=spec test/*.js",
    "test-offline": "standard && tap --reporter=spec test/*.js",
    "coverage": "tap test/*.js --coverage",
    "coveralls": "tap --cov --coverage-report=lcov test/*.js && cat coverage/lcov.info | coveralls",
    "standard-fix": "standard --fix",
    "refresh": "rm -rf node_modules && rm package-lock.json && npm install"
  },
  "keywords": [
    "Tfk",
    "Telemark fylkeskommune",
    "dsf",
    "parent",
    "unwrap"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/telemark/tfk-dsf-unwrap-parents.git"
  },
  "bugs": {
    "url": "https://github.com/telemark/tfk-dsf-unwrap-parents/issues"
  },
  "homepage": "https://github.com/telemark/tfk-dsf-unwrap-parents",
  "devDependencies": {
    "coveralls": "3.1.1",
    "standard": "17.0.0",
    "tap": "16.3.0"
  }
}