{
  "_args": [
    [
      "get-paths@0.0.7",
      "/data/build"
    ]
  ],
  "_from": "get-paths@0.0.7",
  "_id": "get-paths@0.0.7",
  "_inBundle": false,
  "_integrity": "sha1-FTMQhnUgd88TAWbM0jOhzb7vzzg=",
  "_location": "/get-paths",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "get-paths@0.0.7",
    "name": "get-paths",
    "escapedName": "get-paths",
    "rawSpec": "0.0.7",
    "saveSpec": null,
    "fetchSpec": "0.0.7"
  },
  "_requiredBy": [
    "/koa-views"
  ],
  "_resolved": "http://172.17.52.48:8081/repository/npm-group/get-paths/-/get-paths-0.0.7.tgz",
  "_spec": "0.0.7",
  "_where": "/data/build",
  "author": {
    "name": "Nick Baugh",
    "email": "niftylettuce@gmail.com",
    "url": "http://niftylettuce.com/"
  },
  "ava": {
    "failFast": true,
    "verbose": true
  },
  "bugs": {
    "url": "https://github.com/niftylettuce/get-paths/issues",
    "email": "niftylettuce@gmail.com"
  },
  "commitlint": {
    "extends": [
      "@commitlint/config-conventional"
    ]
  },
  "contributors": [
    {
      "name": "Nick Baugh",
      "email": "niftylettuce@gmail.com",
      "url": "http://niftylettuce.com/"
    }
  ],
  "dependencies": {
    "pify": "^4.0.1"
  },
  "description": "Helper function to get an absolute path for a template engine view",
  "devDependencies": {
    "@commitlint/cli": "8.1.0",
    "@commitlint/config-conventional": "^8.1.0",
    "auto-bind": "^2.1.0",
    "ava": "2.3.0",
    "codecov": "^3.5.0",
    "cross-env": "^5.2.1",
    "eslint": "6.3.0",
    "eslint-config-xo-lass": "^1.0.3",
    "eslint-plugin-node": "10.0.0",
    "fixpack": "^2.3.1",
    "husky": "3.0.5",
    "lint-staged": "9.2.5",
    "nyc": "^14.1.1",
    "remark-cli": "7.0.0",
    "remark-preset-github": "^0.0.16",
    "xo": "^0.24.0"
  },
  "engines": {
    "node": ">=6.4"
  },
  "homepage": "https://github.com/niftylettuce/get-paths",
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged && npm test",
      "commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
    }
  },
  "keywords": [
    "get-paths",
    "lass"
  ],
  "license": "MIT",
  "lint-staged": {
    "*.js": [
      "xo --fix",
      "git add"
    ],
    "*.md": [
      "remark . -qfo",
      "git add"
    ],
    "package.json": [
      "fixpack",
      "git add"
    ]
  },
  "main": "index.js",
  "name": "get-paths",
  "prettier": {
    "singleQuote": true,
    "bracketSpacing": true,
    "trailingComma": "none"
  },
  "remarkConfig": {
    "plugins": [
      "preset-github"
    ]
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/niftylettuce/get-paths.git"
  },
  "scripts": {
    "coverage": "nyc report --reporter=text-lcov > coverage.lcov && codecov",
    "lint": "xo && remark . -qfo && eslint -c .lib.eslintrc index.js",
    "test": "npm run lint && npm run test-coverage",
    "test-coverage": "cross-env NODE_ENV=test nyc ava"
  },
  "version": "0.0.7",
  "xo": {
    "prettier": true,
    "space": true,
    "extends": [
      "xo-lass"
    ]
  }
}
