1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
| {
| "_from": "staged-git-files@1.1.2",
| "_id": "staged-git-files@1.1.2",
| "_inBundle": false,
| "_integrity": "sha512-0Eyrk6uXW6tg9PYkhi/V/J4zHp33aNyi2hOCmhFLqLTIhbgqWn5jlSzI+IU0VqrZq6+DbHcabQl/WP6P3BG0QA==",
| "_location": "/staged-git-files",
| "_phantomChildren": {},
| "_requested": {
| "type": "version",
| "registry": true,
| "raw": "staged-git-files@1.1.2",
| "name": "staged-git-files",
| "escapedName": "staged-git-files",
| "rawSpec": "1.1.2",
| "saveSpec": null,
| "fetchSpec": "1.1.2"
| },
| "_requiredBy": [
| "/lint-staged"
| ],
| "_resolved": "https://registry.npmmirror.com/staged-git-files/-/staged-git-files-1.1.2.tgz",
| "_shasum": "4326d33886dc9ecfa29a6193bf511ba90a46454b",
| "_spec": "staged-git-files@1.1.2",
| "_where": "D:\\源码\\vue-element-admin-master\\node_modules\\lint-staged",
| "author": {
| "name": "Matthew Chase Whittemore",
| "email": "mcwhittemore@gmail.com"
| },
| "bin": {
| "sgf": "bin/cli.js"
| },
| "bugs": {
| "url": "https://github.com/mcwhittemore/staged-git-files/issues"
| },
| "bundleDependencies": false,
| "deprecated": false,
| "description": "get a list of staged git files and their status",
| "devDependencies": {
| "mocha": "^2.0.1",
| "should": "~2.0.1"
| },
| "directories": {
| "test": "test"
| },
| "homepage": "https://github.com/mcwhittemore/staged-git-files#readme",
| "keywords": [
| "git",
| "pre-commit",
| "post-commit",
| "hooks"
| ],
| "license": "BSD-2-Clause",
| "main": "index.js",
| "name": "staged-git-files",
| "repository": {
| "type": "git",
| "url": "git://github.com/mcwhittemore/staged-git-files.git"
| },
| "scripts": {
| "test": "mocha"
| },
| "version": "1.1.2"
| }
|
|