{ "_from": "lint-staged@^6.0.0", "_id": "lint-staged@6.1.1", "_inBundle": false, "_integrity": "sha512-M/7bwLdXbeG7ZNLcasGeLMBDg60/w6obj3KOtINwJyxAxb53XGY0yH5FSZlWklEzuVbTtqtIfAajh6jYIN90AA==", "_location": "/lint-staged", "_phantomChildren": { "ansi-styles": "3.2.1", "chalk": "2.4.2", "error-ex": "1.3.4", "is-directory": "0.3.1", "isexe": "2.0.0", "js-yaml": "3.14.1", "json-parse-better-errors": "1.0.2", "leven": "2.1.0", "p-finally": "1.0.0", "pseudomap": "1.0.2", "require-from-string": "2.0.2", "signal-exit": "3.0.7", "strip-eof": "1.0.0" }, "_requested": { "type": "range", "registry": true, "raw": "lint-staged@^6.0.0", "name": "lint-staged", "escapedName": "lint-staged", "rawSpec": "^6.0.0", "saveSpec": null, "fetchSpec": "^6.0.0" }, "_requiredBy": [ "#DEV:/" ], "_resolved": "https://registry.npmmirror.com/lint-staged/-/lint-staged-6.1.1.tgz", "_shasum": "cd08c4d9b8ccc2d37198d1c47ce77d22be6cf324", "_spec": "lint-staged@^6.0.0", "_where": "C:\\Users\\Administrator\\Desktop\\crmeb5.0\\template\\admin", "author": { "name": "Andrey Okonetchnikov", "email": "andrey@okonet.ru" }, "bin": { "lint-staged": "index.js" }, "bugs": { "url": "https://github.com/okonet/lint-staged/issues" }, "bundleDependencies": false, "config": { "commitizen": { "path": "./node_modules/cz-conventional-changelog" } }, "dependencies": { "app-root-path": "^2.0.0", "chalk": "^2.1.0", "commander": "^2.11.0", "cosmiconfig": "^4.0.0", "debug": "^3.1.0", "dedent": "^0.7.0", "execa": "^0.8.0", "find-parent-dir": "^0.3.0", "is-glob": "^4.0.0", "jest-validate": "^21.1.0", "listr": "^0.13.0", "lodash": "^4.17.4", "log-symbols": "^2.0.0", "minimatch": "^3.0.0", "npm-which": "^3.0.1", "p-map": "^1.1.1", "path-is-inside": "^1.0.2", "pify": "^3.0.0", "staged-git-files": "1.0.0", "stringify-object": "^3.2.0" }, "deprecated": false, "description": "Lint files staged by git", "devDependencies": { "babel-preset-env": "^1.6.0", "commitizen": "^2.9.6", "consolemock": "^1.0.2", "cz-conventional-changelog": "^2.0.0", "eslint": "^4.5.0", "eslint-config-okonet": "^5.0.1", "eslint-plugin-node": "^5.1.1", "husky": "^0.14.3", "jest": "^22.0.4", "jsonlint": "^1.6.2", "prettier": "1.9.2" }, "engines": { "node": ">=4.2.0" }, "files": [ "index.js", "src" ], "homepage": "https://github.com/okonet/lint-staged#readme", "jest": { "testEnvironment": "node", "setupFiles": [ "./testSetup.js" ] }, "keywords": [ "lint", "git", "staged", "eslint", "prettier", "stylelint", "code", "quality", "check", "format", "validate" ], "license": "MIT", "maintainers": [ { "name": "Lufty Wiranda", "email": "lufty.wiranda@gmail.com" }, { "name": "Suhas Karanth", "email": "sudo.suhas@gmail.com" } ], "name": "lint-staged", "repository": { "type": "git", "url": "git+https://github.com/okonet/lint-staged.git" }, "scripts": { "cz": "git-cz", "lint": "eslint .", "lint:fix": "yarn lint --fix", "precommit": "node index.js", "pretest": "yarn lint", "test": "jest --coverage", "test:watch": "jest --watch" }, "version": "6.1.1" }