package.json
1.8 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
{
"_from": "findup-sync@~0.1.2",
"_id": "findup-sync@0.1.3",
"_inBundle": false,
"_integrity": "sha1-fz56l7gjksZTvwZYm9hRkOk8NoM=",
"_location": "/findup-sync",
"_phantomChildren": {
"inherits": "2.0.3",
"lru-cache": "2.7.3",
"sigmund": "1.0.1"
},
"_requested": {
"type": "range",
"registry": true,
"raw": "findup-sync@~0.1.2",
"name": "findup-sync",
"escapedName": "findup-sync",
"rawSpec": "~0.1.2",
"saveSpec": null,
"fetchSpec": "~0.1.2"
},
"_requiredBy": [
"/grunt"
],
"_resolved": "https://registry.npmjs.org/findup-sync/-/findup-sync-0.1.3.tgz",
"_shasum": "7f3e7a97b82392c653bf06589bd85190e93c3683",
"_spec": "findup-sync@~0.1.2",
"_where": "F:\\wamp64\\www\\project\\gc\\public\\assets\\libs\\jcrop\\node_modules\\grunt",
"author": {
"name": "\"Cowboy\" Ben Alman",
"url": "http://benalman.com/"
},
"bugs": {
"url": "https://github.com/cowboy/node-findup-sync/issues"
},
"bundleDependencies": false,
"dependencies": {
"glob": "~3.2.9",
"lodash": "~2.4.1"
},
"deprecated": false,
"description": "Find the first file matching a given pattern in the current directory or the nearest ancestor directory.",
"devDependencies": {
"grunt": "~0.4.4",
"grunt-contrib-jshint": "~0.9.2",
"grunt-contrib-nodeunit": "~0.3.3"
},
"engines": {
"node": ">= 0.6.0"
},
"homepage": "https://github.com/cowboy/node-findup-sync",
"keywords": [
"find",
"glob",
"file"
],
"licenses": [
{
"type": "MIT",
"url": "https://github.com/cowboy/node-findup-sync/blob/master/LICENSE-MIT"
}
],
"main": "lib/findup-sync",
"name": "findup-sync",
"repository": {
"type": "git",
"url": "git://github.com/cowboy/node-findup-sync.git"
},
"scripts": {
"test": "grunt nodeunit"
},
"version": "0.1.3"
}