{
  "_from": "git+https://gitlab.com/winniehell/file-name-linter.git",
  "_id": "file-name-linter@1.0.2",
  "_inBundle": false,
  "_integrity": "",
  "_location": "/file-name-linter",
  "_phantomChildren": {},
  "_requested": {
    "type": "git",
    "raw": "https://gitlab.com/winniehell/file-name-linter.git",
    "rawSpec": "https://gitlab.com/winniehell/file-name-linter.git",
    "saveSpec": "git+https://gitlab.com/winniehell/file-name-linter.git",
    "fetchSpec": "https://gitlab.com/winniehell/file-name-linter.git",
    "gitCommittish": null
  },
  "_requiredBy": [
    "#USER",
    "/"
  ],
  "_resolved": "git+https://gitlab.com/winniehell/file-name-linter.git#bbdcceecb3c06b29da1d072173c692a7829d7bd5",
  "_spec": "https://gitlab.com/winniehell/file-name-linter.git",
  "_where": "/home/andrew/Projects/dev-env/packages/dev-env-linting",
  "author": {
    "name": "winniehell"
  },
  "bin": {
    "file-name-linter": "./lib/cli.js"
  },
  "bugs": {
    "url": "https://gitlab.com/winniehell/file-name-linter/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "validates if the file names in one or more directories match a convention",
  "devDependencies": {
    "mocha": "^3.2.0",
    "must": "^0.13.4",
    "nyc": "^10.1.2",
    "standard": "^8.6.0"
  },
  "homepage": "https://gitlab.com/winniehell/file-name-linter#README",
  "keywords": [
    "lint",
    "files",
    "naming",
    "conventions"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "file-name-linter",
  "nyc": {
    "all": true,
    "exclude": [
      "coverage/",
      "test/"
    ],
    "reporter": [
      "html",
      "text-summary"
    ],
    "check-coverage": true,
    "lines": 100,
    "statements": 100,
    "functions": 100,
    "branches": 100
  },
  "repository": {
    "type": "git",
    "url": "git+https://gitlab.com/winniehell/file-name-linter.git"
  },
  "scripts": {
    "pretest": "standard",
    "test": "nyc mocha"
  },
  "version": "1.0.2"
}
