Initial commit
[yaffs-website] / node_modules / find-up / package.json
1 {
2   "_args": [
3     [
4       "find-up@^1.0.0",
5       "/var/www/yaffs/node_modules/read-pkg-up"
6     ]
7   ],
8   "_from": "find-up@>=1.0.0 <2.0.0",
9   "_id": "find-up@1.1.2",
10   "_inCache": true,
11   "_installable": true,
12   "_location": "/find-up",
13   "_nodeVersion": "4.3.0",
14   "_npmOperationalInternal": {
15     "host": "packages-12-west.internal.npmjs.com",
16     "tmp": "tmp/find-up-1.1.2.tgz_1457199955637_0.3445317060686648"
17   },
18   "_npmUser": {
19     "email": "sindresorhus@gmail.com",
20     "name": "sindresorhus"
21   },
22   "_npmVersion": "2.14.12",
23   "_phantomChildren": {},
24   "_requested": {
25     "name": "find-up",
26     "raw": "find-up@^1.0.0",
27     "rawSpec": "^1.0.0",
28     "scope": null,
29     "spec": ">=1.0.0 <2.0.0",
30     "type": "range"
31   },
32   "_requiredBy": [
33     "/read-pkg-up"
34   ],
35   "_resolved": "https://registry.npmjs.org/find-up/-/find-up-1.1.2.tgz",
36   "_shasum": "6b2e9822b1a2ce0a60ab64d610eccad53cb24d0f",
37   "_shrinkwrap": null,
38   "_spec": "find-up@^1.0.0",
39   "_where": "/var/www/yaffs/node_modules/read-pkg-up",
40   "author": {
41     "email": "sindresorhus@gmail.com",
42     "name": "Sindre Sorhus",
43     "url": "sindresorhus.com"
44   },
45   "bugs": {
46     "url": "https://github.com/sindresorhus/find-up/issues"
47   },
48   "dependencies": {
49     "path-exists": "^2.0.0",
50     "pinkie-promise": "^2.0.0"
51   },
52   "description": "Find a file by walking up parent directories",
53   "devDependencies": {
54     "ava": "*",
55     "tempfile": "^1.1.1",
56     "xo": "*"
57   },
58   "directories": {},
59   "dist": {
60     "shasum": "6b2e9822b1a2ce0a60ab64d610eccad53cb24d0f",
61     "tarball": "https://registry.npmjs.org/find-up/-/find-up-1.1.2.tgz"
62   },
63   "engines": {
64     "node": ">=0.10.0"
65   },
66   "files": [
67     "index.js"
68   ],
69   "gitHead": "f2d7c1ff74fbac82b2cff038e311ef4b075d9184",
70   "homepage": "https://github.com/sindresorhus/find-up",
71   "keywords": [
72     "dir",
73     "directory",
74     "file",
75     "find",
76     "find-up",
77     "findup",
78     "folder",
79     "look",
80     "look-up",
81     "match",
82     "package",
83     "parent",
84     "parents",
85     "path",
86     "resolve",
87     "search",
88     "up",
89     "walk",
90     "walking"
91   ],
92   "license": "MIT",
93   "maintainers": [
94     {
95       "name": "sindresorhus",
96       "email": "sindresorhus@gmail.com"
97     }
98   ],
99   "name": "find-up",
100   "optionalDependencies": {},
101   "readme": "ERROR: No README data found!",
102   "repository": {
103     "type": "git",
104     "url": "git+https://github.com/sindresorhus/find-up.git"
105   },
106   "scripts": {
107     "test": "xo && ava"
108   },
109   "version": "1.1.2"
110 }