package.json
2.32 KB
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
{
"_args": [
[
"find-up@^1.0.0",
"/Users/sam/Documents/dili_git_project/static-pnr/images/2.3.0/node_modules/read-pkg-up"
]
],
"_from": "find-up@>=1.0.0 <2.0.0",
"_id": "find-up@1.1.0",
"_inCache": true,
"_installable": true,
"_location": "/find-up",
"_nodeVersion": "4.2.1",
"_npmUser": {
"email": "sindresorhus@gmail.com",
"name": "sindresorhus"
},
"_npmVersion": "2.14.7",
"_phantomChildren": {},
"_requested": {
"name": "find-up",
"raw": "find-up@^1.0.0",
"rawSpec": "^1.0.0",
"scope": null,
"spec": ">=1.0.0 <2.0.0",
"type": "range"
},
"_requiredBy": [
"/read-pkg-up"
],
"_resolved": "https://registry.npmjs.org/find-up/-/find-up-1.1.0.tgz",
"_shasum": "a63b0eec4625a2902534898a5f9eec8aaed046e9",
"_shrinkwrap": null,
"_spec": "find-up@^1.0.0",
"_where": "/Users/sam/Documents/dili_git_project/static-pnr/images/2.3.0/node_modules/read-pkg-up",
"author": {
"email": "sindresorhus@gmail.com",
"name": "Sindre Sorhus",
"url": "sindresorhus.com"
},
"bugs": {
"url": "https://github.com/sindresorhus/find-up/issues"
},
"dependencies": {
"path-exists": "^2.0.0",
"pinkie-promise": "^2.0.0"
},
"description": "Find a file by walking up parent directories",
"devDependencies": {
"ava": "*",
"xo": "*"
},
"directories": {},
"dist": {
"shasum": "a63b0eec4625a2902534898a5f9eec8aaed046e9",
"tarball": "http://registry.npmjs.org/find-up/-/find-up-1.1.0.tgz"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js"
],
"gitHead": "06e9dae73659ddf2421440ca4695161c38d7d2fb",
"homepage": "https://github.com/sindresorhus/find-up",
"keywords": [
"dir",
"directory",
"file",
"find",
"find-up",
"findup",
"folder",
"look",
"look-up",
"match",
"package",
"parent",
"parents",
"path",
"resolve",
"search",
"up",
"walk",
"walking"
],
"license": "MIT",
"maintainers": [
{
"name": "sindresorhus",
"email": "sindresorhus@gmail.com"
}
],
"name": "find-up",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/sindresorhus/find-up.git"
},
"scripts": {
"test": "xo && ava"
},
"version": "1.1.0"
}