{
  "_from": "lint-staged@^10.5.4",
  "_id": "lint-staged@10.5.4",
  "_inBundle": false,
  "_integrity": "sha512-EechC3DdFic/TdOPgj/RB3FicqE6932LTHCUm0Y2fsD9KGlLB+RwJl2q1IYBIvEsKzDOgn0D4gll+YxG5RsrKg==",
  "_location": "/lint-staged",
  "_phantomChildren": {
    "@babel/code-frame": "7.22.13",
    "@types/parse-json": "4.0.0",
    "error-ex": "1.3.2",
    "json-parse-even-better-errors": "2.3.1",
    "lines-and-columns": "1.2.4",
    "parent-module": "1.0.1",
    "path-type": "4.0.0",
    "yaml": "1.10.2"
  },
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "lint-staged@^10.5.4",
    "name": "lint-staged",
    "escapedName": "lint-staged",
    "rawSpec": "^10.5.4",
    "saveSpec": null,
    "fetchSpec": "^10.5.4"
  },
  "_requiredBy": [
    "#DEV:/"
  ],
  "_resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-10.5.4.tgz",
  "_shasum": "cd153b5f0987d2371fc1d2847a409a2fe705b665",
  "_spec": "lint-staged@^10.5.4",
  "_where": "/var/www/html/market_up",
  "author": {
    "name": "Andrey Okonetchnikov",
    "email": "andrey@okonet.ru"
  },
  "bin": {
    "lint-staged": "bin/lint-staged.js"
  },
  "bugs": {
    "url": "https://github.com/okonet/lint-staged/issues"
  },
  "bundleDependencies": false,
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-conventional-changelog"
    }
  },
  "dependencies": {
    "chalk": "^4.1.0",
    "cli-truncate": "^2.1.0",
    "commander": "^6.2.0",
    "cosmiconfig": "^7.0.0",
    "debug": "^4.2.0",
    "dedent": "^0.7.0",
    "enquirer": "^2.3.6",
    "execa": "^4.1.0",
    "listr2": "^3.2.2",
    "log-symbols": "^4.0.0",
    "micromatch": "^4.0.2",
    "normalize-path": "^3.0.0",
    "please-upgrade-node": "^3.2.0",
    "string-argv": "0.3.1",
    "stringify-object": "^3.3.0"
  },
  "deprecated": false,
  "description": "Lint files staged by git",
  "devDependencies": {
    "@babel/core": "^7.12.3",
    "@babel/plugin-proposal-object-rest-spread": "^7.12.1",
    "@babel/preset-env": "^7.12.1",
    "babel-eslint": "10.1.0",
    "babel-jest": "^26.6.1",
    "consolemock": "^1.1.0",
    "eslint": "^7.12.1",
    "eslint-config-prettier": "^6.15.0",
    "eslint-plugin-import": "^2.22.1",
    "eslint-plugin-node": "^11.1.0",
    "eslint-plugin-prettier": "^3.1.4",
    "fs-extra": "^9.0.1",
    "husky": "^4.3.0",
    "jest": "^26.6.1",
    "jest-snapshot-serializer-ansi": "^1.0.0",
    "prettier": "^2.1.2"
  },
  "files": [
    "bin",
    "lib"
  ],
  "funding": {
    "url": "https://opencollective.com/lint-staged"
  },
  "homepage": "https://github.com/okonet/lint-staged#readme",
  "husky": {
    "hooks": {
      "pre-commit": "./bin/lint-staged.js"
    }
  },
  "jest": {
    "collectCoverage": true,
    "collectCoverageFrom": [
      "lib/**/*.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": "./lib/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": "eslint .",
    "pretest": "npm run lint",
    "test": "jest --coverage",
    "test:watch": "jest --watch"
  },
  "version": "10.5.4"
}
