summaryrefslogtreecommitdiffstats
path: root/node_modules/findup-sync/package.json
blob: 9497c4165c35098f87c40194f198669191fec394 (plain) (blame)
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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
{
  "_from": "findup-sync@^3.0.0",
  "_id": "findup-sync@3.0.0",
  "_inBundle": false,
  "_integrity": "sha512-YbffarhcicEhOrm4CtrwdKBdCuz576RLdhJDsIfvNtxUuhdRet1qZcsMjqbePtAseKdAnDyM/IyXbu7PRPRLYg==",
  "_location": "/findup-sync",
  "_phantomChildren": {
    "arr-diff": "4.0.0",
    "arr-flatten": "1.1.0",
    "array-unique": "0.3.2",
    "define-property": "2.0.2",
    "extend-shallow": "3.0.2",
    "extglob": "2.0.4",
    "fragment-cache": "0.2.1",
    "is-buffer": "1.1.6",
    "is-extendable": "0.1.1",
    "isobject": "3.0.1",
    "kind-of": "6.0.3",
    "nanomatch": "1.2.13",
    "object.pick": "1.3.0",
    "regex-not": "1.0.2",
    "repeat-element": "1.1.3",
    "repeat-string": "1.6.1",
    "snapdragon": "0.8.2",
    "snapdragon-node": "2.1.1",
    "split-string": "3.1.0",
    "to-regex": "3.0.2"
  },
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "findup-sync@^3.0.0",
    "name": "findup-sync",
    "escapedName": "findup-sync",
    "rawSpec": "^3.0.0",
    "saveSpec": null,
    "fetchSpec": "^3.0.0"
  },
  "_requiredBy": [
    "/webpack-cli"
  ],
  "_resolved": "https://registry.npmjs.org/findup-sync/-/findup-sync-3.0.0.tgz",
  "_shasum": "17b108f9ee512dfb7a5c7f3c8b27ea9e1a9c08d1",
  "_spec": "findup-sync@^3.0.0",
  "_where": "/home/pruss/Dev/3-minute-website/node_modules/webpack-cli",
  "author": {
    "name": "Gulp Team",
    "email": "team@gulpjs.com",
    "url": "http://gulpjs.com/"
  },
  "bugs": {
    "url": "https://github.com/gulpjs/findup-sync/issues"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "Ben Alman",
      "email": "cowboy@rj3.net"
    },
    {
      "name": "Tyler Kellen",
      "email": "tyler@sleekcode.net"
    },
    {
      "name": "Jon Schlinkert",
      "email": "jon.schlinkert@sellside.com"
    },
    {
      "name": "Blaine Bublitz",
      "email": "blaine.bublitz@gmail.com"
    }
  ],
  "dependencies": {
    "detect-file": "^1.0.0",
    "is-glob": "^4.0.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": {
    "eslint": "^2.13.0",
    "eslint-config-gulp": "^3.0.1",
    "expect": "^1.20.2",
    "homedir-polyfill": "^1.0.1",
    "istanbul": "^0.4.3",
    "istanbul-coveralls": "^1.0.3",
    "mocha": "^3.5.3",
    "normalize-path": "^3.0.0",
    "resolve": "^1.4.0"
  },
  "engines": {
    "node": ">= 0.10"
  },
  "files": [
    "index.js",
    "LICENSE"
  ],
  "homepage": "https://github.com/gulpjs/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/gulpjs/findup-sync.git"
  },
  "scripts": {
    "cover": "istanbul cover _mocha --report lcovonly",
    "coveralls": "npm run cover && istanbul-coveralls",
    "lint": "eslint .",
    "pretest": "npm run lint",
    "test": "mocha --async-only"
  },
  "version": "3.0.0"
}