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": "find-parent-dir@^0.3.0",
| "_id": "find-parent-dir@0.3.1",
| "_inBundle": false,
| "_integrity": "sha512-o4UcykWV/XN9wm+jMEtWLPlV8RXCZnMhQI6F6OdHeSez7iiJWePw8ijOlskJZMsaQoGR/b7dH6lO02HhaTN7+A==",
| "_location": "/find-parent-dir",
| "_phantomChildren": {},
| "_requested": {
| "type": "range",
| "registry": true,
| "raw": "find-parent-dir@^0.3.0",
| "name": "find-parent-dir",
| "escapedName": "find-parent-dir",
| "rawSpec": "^0.3.0",
| "saveSpec": null,
| "fetchSpec": "^0.3.0"
| },
| "_requiredBy": [
| "/lint-staged"
| ],
| "_resolved": "https://registry.npmmirror.com/find-parent-dir/-/find-parent-dir-0.3.1.tgz",
| "_shasum": "c5c385b96858c3351f95d446cab866cbf9f11125",
| "_spec": "find-parent-dir@^0.3.0",
| "_where": "D:\\源码\\vue-element-admin-master\\node_modules\\lint-staged",
| "author": {
| "name": "Thorsten Lorenz",
| "email": "thlorenz@gmx.de",
| "url": "http://thlorenz.com"
| },
| "bugs": {
| "url": "https://github.com/thlorenz/find-parent-dir/issues"
| },
| "bundleDependencies": false,
| "dependencies": {},
| "deprecated": false,
| "description": "Finds the first parent directory that contains a given file or directory.",
| "devDependencies": {
| "tap": "~0.4.3"
| },
| "engine": {
| "node": ">=0.6"
| },
| "homepage": "https://github.com/thlorenz/find-parent-dir",
| "keywords": [
| "find",
| "parent",
| "dir",
| "root",
| "resolve",
| "walk"
| ],
| "license": "MIT",
| "main": "index.js",
| "name": "find-parent-dir",
| "repository": {
| "type": "git",
| "url": "git://github.com/thlorenz/find-parent-dir.git"
| },
| "scripts": {
| "test": "tap test/*.js"
| },
| "version": "0.3.1"
| }
|
|