{
  "_args": [
    [
      "lint-staged@9.5.0",
      "/var/www/html/naka"
    ]
  ],
  "_development": true,
  "_from": "lint-staged@9.5.0",
  "_id": "lint-staged@9.5.0",
  "_inBundle": false,
  "_integrity": "sha512-nawMob9cb/G1J98nb8v3VC/E8rcX1rryUYXVZ69aT9kde6YWX+uvNOEHY5yf2gcWcTJGiD0kqXmCnS3oD75GIA==",
  "_location": "/lint-staged",
  "_phantomChildren": {
    "@nodelib/fs.walk": "1.2.8",
    "@types/glob": "7.2.0",
    "aggregate-error": "3.1.0",
    "escape-string-regexp": "1.0.5",
    "glob": "7.2.3",
    "graceful-fs": "4.2.11",
    "is-glob": "4.0.3",
    "is-path-cwd": "2.2.0",
    "isexe": "2.0.0",
    "merge-stream": "2.0.0",
    "merge2": "1.4.1",
    "onetime": "5.1.2",
    "picomatch": "2.3.1",
    "pump": "3.0.0",
    "signal-exit": "3.0.7",
    "slash": "3.0.0",
    "strip-final-newline": "2.0.0"
  },
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "lint-staged@9.5.0",
    "name": "lint-staged",
    "escapedName": "lint-staged",
    "rawSpec": "9.5.0",
    "saveSpec": null,
    "fetchSpec": "9.5.0"
  },
  "_requiredBy": [
    "#DEV:/"
  ],
  "_resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-9.5.0.tgz",
  "_spec": "9.5.0",
  "_where": "/var/www/html/naka",
  "author": {
    "name": "Andrey Okonetchnikov",
    "email": "andrey@okonet.ru"
  },
  "bin": {
    "lint-staged": "bin/lint-staged"
  },
  "bugs": {
    "url": "https://github.com/okonet/lint-staged/issues"
  },
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-conventional-changelog"
    }
  },
  "dependencies": {
    "chalk": "^2.4.2",
    "commander": "^2.20.0",
    "cosmiconfig": "^5.2.1",
    "debug": "^4.1.1",
    "dedent": "^0.7.0",
    "del": "^5.0.0",
    "execa": "^2.0.3",
    "listr": "^0.14.3",
    "log-symbols": "^3.0.0",
    "micromatch": "^4.0.2",
    "normalize-path": "^3.0.0",
    "please-upgrade-node": "^3.1.1",
    "string-argv": "^0.3.0",
    "stringify-object": "^3.3.0"
  },
  "description": "Lint files staged by git",
  "devDependencies": {
    "@babel/core": "^7.5.5",
    "@babel/plugin-proposal-object-rest-spread": "^7.5.5",
    "@babel/preset-env": "^7.5.5",
    "babel-eslint": "^10.0.2",
    "babel-jest": "^24.8.0",
    "commitizen": "3.1.2",
    "consolemock": "^1.1.0",
    "cz-conventional-changelog": "2.1.0",
    "eslint": "^6.1.0",
    "eslint-config-okonet": "^7.0.2",
    "eslint-config-prettier": "^6.0.0",
    "eslint-plugin-flowtype": "^3.12.1",
    "eslint-plugin-import": "^2.18.2",
    "eslint-plugin-jsx-a11y": "^6.2.3",
    "eslint-plugin-node": "^9.1.0",
    "eslint-plugin-prettier": "^3.1.0",
    "eslint-plugin-react": "^7.14.2",
    "fs-extra": "^8.1.0",
    "husky": "^3.0.1",
    "jest": "^24.8.0",
    "jest-snapshot-serializer-ansi": "^1.0.0",
    "jsonlint": "^1.6.3",
    "prettier": "1.18.2",
    "tmp": "0.1.0"
  },
  "files": [
    "src",
    "bin"
  ],
  "homepage": "https://github.com/okonet/lint-staged#readme",
  "husky": {
    "hooks": {
      "pre-commit": "./bin/lint-staged"
    }
  },
  "jest": {
    "collectCoverage": true,
    "collectCoverageFrom": [
      "src/**/*.js"
    ],
    "setupFiles": [
      "./testSetup.js"
    ],
    "snapshotSerializers": [
      "jest-snapshot-serializer-ansi"
    ],
    "testEnvironment": "node"
  },
  "keywords": [
    "lint",
    "git",
    "staged",
    "eslint",
    "prettier",
    "stylelint",
    "code",
    "quality",
    "check",
    "format",
    "validate"
  ],
  "license": "MIT",
  "main": "./src/index.js",
  "maintainers": [
    {
      "name": "Lufty Wiranda",
      "email": "lufty.wiranda@gmail.com"
    },
    {
      "name": "Suhas Karanth",
      "email": "sudo.suhas@gmail.com"
    },
    {
      "name": "Iiro Jäppinen",
      "email": "iiro@jappinen.fi",
      "url": "https://iiro.fi"
    }
  ],
  "name": "lint-staged",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/okonet/lint-staged.git"
  },
  "scripts": {
    "cz": "git-cz",
    "lint": "npm run lint:base -- .",
    "lint:base": "eslint --rule \"prettier/prettier: 2\"",
    "lint:fix": "npm run lint -- --fix",
    "pretest": "npm run lint",
    "test": "jest --coverage",
    "test:watch": "jest --watch"
  },
  "version": "9.5.0"
}
