123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161 |
- {
- "_from": "lint-staged@10.4.0",
- "_id": "lint-staged@10.4.0",
- "_inBundle": false,
- "_integrity": "sha512-uaiX4U5yERUSiIEQc329vhCTDDwUcSvKdRLsNomkYLRzijk3v8V9GWm2Nz0RMVB87VcuzLvtgy6OsjoH++QHIg==",
- "_location": "/lint-staged",
- "_phantomChildren": {
- "@types/parse-json": "4.0.0",
- "chalk": "4.1.0",
- "human-signals": "1.1.1",
- "is-unicode-supported": "0.1.0",
- "isexe": "2.0.0",
- "merge-stream": "2.0.0",
- "parent-module": "1.0.1",
- "parse-json": "5.2.0",
- "picomatch": "2.3.1",
- "pump": "3.0.0",
- "signal-exit": "3.0.7",
- "strip-final-newline": "2.0.0",
- "yaml": "1.10.2"
- },
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "lint-staged@10.4.0",
- "name": "lint-staged",
- "escapedName": "lint-staged",
- "rawSpec": "10.4.0",
- "saveSpec": null,
- "fetchSpec": "10.4.0"
- },
- "_requiredBy": [
- "#DEV:/"
- ],
- "_resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-10.4.0.tgz",
- "_shasum": "d18628f737328e0bbbf87d183f4020930e9a984e",
- "_spec": "lint-staged@10.4.0",
- "_where": "D:\\qianger\\7\\jindouyunNewFront",
- "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.0.0",
- "cosmiconfig": "^7.0.0",
- "debug": "^4.1.1",
- "dedent": "^0.7.0",
- "enquirer": "^2.3.6",
- "execa": "^4.0.3",
- "listr2": "^2.6.0",
- "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.11.4",
- "@babel/plugin-proposal-object-rest-spread": "^7.11.0",
- "@babel/preset-env": "^7.11.0",
- "babel-eslint": "10.1.0",
- "babel-jest": "^26.3.0",
- "consolemock": "^1.1.0",
- "eslint": "^7.7.0",
- "eslint-config-prettier": "^6.11.0",
- "eslint-plugin-import": "^2.22.0",
- "eslint-plugin-node": "^11.1.0",
- "eslint-plugin-prettier": "^3.1.4",
- "fs-extra": "^9.0.1",
- "husky": "^4.2.5",
- "jest": "^26.4.2",
- "jest-snapshot-serializer-ansi": "^1.0.0",
- "prettier": "^2.1.0"
- },
- "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.4.0"
- }
|