{ "_from": "g-status@^2.0.2", "_id": "g-status@2.0.2", "_inBundle": false, "_integrity": "sha512-kQoE9qH+T1AHKgSSD0Hkv98bobE90ILQcXAF4wvGgsr7uFqNvwmh8j+Lq3l0RVt3E3HjSbv2B9biEGcEtpHLCA==", "_location": "/g-status", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "g-status@^2.0.2", "name": "g-status", "escapedName": "g-status", "rawSpec": "^2.0.2", "saveSpec": null, "fetchSpec": "^2.0.2" }, "_requiredBy": [ "/lint-staged" ], "_resolved": "https://registry.npmmirror.com/g-status/-/g-status-2.0.2.tgz", "_shasum": "270fd32119e8fc9496f066fe5fe88e0a6bc78b97", "_spec": "g-status@^2.0.2", "_where": "D:\\源码\\vue-element-admin-master\\node_modules\\lint-staged", "author": { "name": "Lufty Wiranda", "email": "lufty.wiranda@gmail.com", "url": "https://www.luftywiranda.com" }, "bugs": { "url": "https://github.com/luftywiranda13/g-status/issues" }, "bundleDependencies": false, "dependencies": { "arrify": "^1.0.1", "matcher": "^1.0.0", "simple-git": "^1.85.0" }, "deprecated": false, "description": "Get the change between index (or staging-area) and working directory of a `git` repository", "devDependencies": { "async-to-gen": "^1.3.3", "eslint-config-prettier": "^2.9.0", "husky": "^0.14.3", "jest": "^22.0.4", "lint-staged": "^6.0.0", "prettier": "^1.9.2", "remove-lockfiles": "^2.0.4", "xo": "^0.18.2" }, "engines": { "node": ">=6" }, "files": [ "index.js" ], "homepage": "https://github.com/luftywiranda13/g-status#readme", "jest": { "testEnvironment": "node", "transform": { "^.+\\.js$": "async-to-gen" } }, "keywords": [ "git-status", "git", "index-area", "staged", "staging-area", "staging", "status", "work-tree", "working-directory", "worktree" ], "license": "MIT", "lint-staged": { "*.{js,json,md}": [ "prettier --write", "git add" ] }, "name": "g-status", "prettier": { "singleQuote": true, "trailingComma": "es5" }, "repository": { "type": "git", "url": "git+https://github.com/luftywiranda13/g-status.git" }, "scripts": { "precommit": "remove-lockfiles && xo --fix && lint-staged", "test": "xo && jest --coverage", "test:watch": "jest --watch" }, "version": "2.0.2", "xo": { "extends": "prettier", "envs": [ "jest" ], "rules": { "camelcase": 0 } } }