Initial commit
[yaffs-website] / node_modules / findup-sync / package.json
1 {
2   "_args": [
3     [
4       "findup-sync@^0.4.2",
5       "/var/www/yaffs/node_modules/liftoff"
6     ]
7   ],
8   "_from": "findup-sync@>=0.4.2 <0.5.0",
9   "_id": "findup-sync@0.4.3",
10   "_inCache": true,
11   "_installable": true,
12   "_location": "/findup-sync",
13   "_nodeVersion": "0.10.41",
14   "_npmOperationalInternal": {
15     "host": "packages-16-east.internal.npmjs.com",
16     "tmp": "tmp/findup-sync-0.4.3.tgz_1476308790543_0.40729925991036"
17   },
18   "_npmUser": {
19     "email": "blaine.bublitz@gmail.com",
20     "name": "phated"
21   },
22   "_npmVersion": "2.15.2",
23   "_phantomChildren": {},
24   "_requested": {
25     "name": "findup-sync",
26     "raw": "findup-sync@^0.4.2",
27     "rawSpec": "^0.4.2",
28     "scope": null,
29     "spec": ">=0.4.2 <0.5.0",
30     "type": "range"
31   },
32   "_requiredBy": [
33     "/liftoff"
34   ],
35   "_resolved": "https://registry.npmjs.org/findup-sync/-/findup-sync-0.4.3.tgz",
36   "_shasum": "40043929e7bc60adf0b7f4827c4c6e75a0deca12",
37   "_shrinkwrap": null,
38   "_spec": "findup-sync@^0.4.2",
39   "_where": "/var/www/yaffs/node_modules/liftoff",
40   "author": {
41     "name": "\"Cowboy\" Ben Alman",
42     "url": "http://benalman.com"
43   },
44   "bugs": {
45     "url": "https://github.com/cowboy/node-findup-sync/issues"
46   },
47   "dependencies": {
48     "detect-file": "^0.1.0",
49     "is-glob": "^2.0.1",
50     "micromatch": "^2.3.7",
51     "resolve-dir": "^0.1.0"
52   },
53   "description": "Find the first file matching a given pattern in the current directory or the nearest ancestor directory.",
54   "devDependencies": {
55     "fs-exists-sync": "^0.1.0",
56     "grunt": "^1.0.1",
57     "grunt-contrib-jshint": "^0.12.0",
58     "is-absolute": "^0.2.3",
59     "minimist": "^1.2.0",
60     "mocha": "^2.4.5",
61     "normalize-path": "^2.0.1",
62     "os-homedir": "^1.0.1",
63     "resolve": "^1.1.7"
64   },
65   "directories": {},
66   "dist": {
67     "shasum": "40043929e7bc60adf0b7f4827c4c6e75a0deca12",
68     "tarball": "https://registry.npmjs.org/findup-sync/-/findup-sync-0.4.3.tgz"
69   },
70   "engines": {
71     "node": ">= 0.8.0"
72   },
73   "files": [
74     "index.js"
75   ],
76   "gitHead": "701fd1044e1e26936aa066a35281ffdfb0b37d43",
77   "homepage": "https://github.com/cowboy/node-findup-sync",
78   "keywords": [
79     "file",
80     "find",
81     "find-up",
82     "findup",
83     "glob",
84     "match",
85     "pattern",
86     "resolve",
87     "search"
88   ],
89   "license": "MIT",
90   "main": "index.js",
91   "maintainers": [
92     {
93       "name": "cowboy",
94       "email": "cowboy@rj3.net"
95     },
96     {
97       "name": "jonschlinkert",
98       "email": "github@sellside.com"
99     },
100     {
101       "name": "phated",
102       "email": "blaine.bublitz@gmail.com"
103     },
104     {
105       "name": "tkellen",
106       "email": "tyler@sleekcode.net"
107     }
108   ],
109   "name": "findup-sync",
110   "optionalDependencies": {},
111   "readme": "ERROR: No README data found!",
112   "repository": {
113     "type": "git",
114     "url": "git+https://github.com/cowboy/node-findup-sync.git"
115   },
116   "scripts": {
117     "test": "grunt && mocha"
118   },
119   "version": "0.4.3"
120 }