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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
| {
| "_from": "findup-sync@^2.0.0",
| "_id": "findup-sync@2.0.0",
| "_inBundle": false,
| "_integrity": "sha512-vs+3unmJT45eczmcAZ6zMJtxN3l/QXeccaXQx5cu/MeJMhewVfoWZqibRkOxPnmoR59+Zy5hjabfQc6JLSah4g==",
| "_location": "/findup-sync",
| "_phantomChildren": {
| "is-extglob": "2.1.1"
| },
| "_requested": {
| "type": "range",
| "registry": true,
| "raw": "findup-sync@^2.0.0",
| "name": "findup-sync",
| "escapedName": "findup-sync",
| "rawSpec": "^2.0.0",
| "saveSpec": null,
| "fetchSpec": "^2.0.0"
| },
| "_requiredBy": [
| "/liftoff"
| ],
| "_resolved": "https://registry.npmmirror.com/findup-sync/-/findup-sync-2.0.0.tgz",
| "_shasum": "9326b1488c22d1a6088650a86901b2d9a90a2cbc",
| "_spec": "findup-sync@^2.0.0",
| "_where": "D:\\源码\\vue-element-admin-master\\node_modules\\liftoff",
| "author": {
| "name": "\"Cowboy\" Ben Alman",
| "url": "http://benalman.com"
| },
| "bugs": {
| "url": "https://github.com/js-cli/node-findup-sync/issues"
| },
| "bundleDependencies": false,
| "dependencies": {
| "detect-file": "^1.0.0",
| "is-glob": "^3.1.0",
| "micromatch": "^3.0.4",
| "resolve-dir": "^1.0.1"
| },
| "deprecated": false,
| "description": "Find the first file matching a given pattern in the current directory or the nearest ancestor directory.",
| "devDependencies": {
| "homedir-polyfill": "^1.0.1",
| "is-absolute": "^1.0.0",
| "jshint": "^2.9.5",
| "mocha": "^3.5.0",
| "normalize-path": "^2.1.1",
| "resolve": "^1.4.0"
| },
| "engines": {
| "node": ">= 0.10"
| },
| "files": [
| "index.js"
| ],
| "homepage": "https://github.com/js-cli/node-findup-sync#readme",
| "keywords": [
| "file",
| "find",
| "find-up",
| "findup",
| "glob",
| "match",
| "pattern",
| "resolve",
| "search"
| ],
| "license": "MIT",
| "main": "index.js",
| "name": "findup-sync",
| "repository": {
| "type": "git",
| "url": "git+https://github.com/js-cli/node-findup-sync.git"
| },
| "scripts": {
| "lint": "jshint index.js test/support/index.js test/test.js",
| "test": "npm run lint && mocha"
| },
| "version": "2.0.0"
| }
|
|