Initial commit
[yaffs-website] / node_modules / detect-file / package.json
1 {
2   "_args": [
3     [
4       "detect-file@^0.1.0",
5       "/var/www/yaffs/node_modules/findup-sync"
6     ]
7   ],
8   "_from": "detect-file@>=0.1.0 <0.2.0",
9   "_id": "detect-file@0.1.0",
10   "_inCache": true,
11   "_installable": true,
12   "_location": "/detect-file",
13   "_nodeVersion": "5.1.1",
14   "_npmOperationalInternal": {
15     "host": "packages-16-east.internal.npmjs.com",
16     "tmp": "tmp/detect-file-0.1.0.tgz_1467841748733_0.7613796112127602"
17   },
18   "_npmUser": {
19     "email": "brian.woodward@gmail.com",
20     "name": "doowb"
21   },
22   "_npmVersion": "3.7.5",
23   "_phantomChildren": {},
24   "_requested": {
25     "name": "detect-file",
26     "raw": "detect-file@^0.1.0",
27     "rawSpec": "^0.1.0",
28     "scope": null,
29     "spec": ">=0.1.0 <0.2.0",
30     "type": "range"
31   },
32   "_requiredBy": [
33     "/findup-sync"
34   ],
35   "_resolved": "https://registry.npmjs.org/detect-file/-/detect-file-0.1.0.tgz",
36   "_shasum": "4935dedfd9488648e006b0129566e9386711ea63",
37   "_shrinkwrap": null,
38   "_spec": "detect-file@^0.1.0",
39   "_where": "/var/www/yaffs/node_modules/findup-sync",
40   "author": {
41     "name": "Brian Woodward",
42     "url": "https://github.com/doowb"
43   },
44   "bugs": {
45     "url": "https://github.com/doowb/detect-file/issues"
46   },
47   "dependencies": {
48     "fs-exists-sync": "^0.1.0"
49   },
50   "description": "Detect if a filepath exists and resolves the full filepath.",
51   "devDependencies": {
52     "gulp-format-md": "*",
53     "mocha": "*"
54   },
55   "directories": {},
56   "dist": {
57     "shasum": "4935dedfd9488648e006b0129566e9386711ea63",
58     "tarball": "https://registry.npmjs.org/detect-file/-/detect-file-0.1.0.tgz"
59   },
60   "engines": {
61     "node": ">=0.10.0"
62   },
63   "files": [
64     "index.js"
65   ],
66   "gitHead": "0e4111c071470ce4be0804c01a0248331418f8c6",
67   "homepage": "https://github.com/doowb/detect-file",
68   "keywords": [],
69   "license": "MIT",
70   "main": "index.js",
71   "maintainers": [
72     {
73       "name": "doowb",
74       "email": "brian.woodward@gmail.com"
75     }
76   ],
77   "name": "detect-file",
78   "optionalDependencies": {},
79   "readme": "ERROR: No README data found!",
80   "repository": {
81     "type": "git",
82     "url": "git+https://github.com/doowb/detect-file.git"
83   },
84   "scripts": {
85     "test": "mocha"
86   },
87   "verb": {
88     "layout": "default",
89     "plugins": [
90       "gulp-format-md"
91     ],
92     "reflinks": [
93       "verb",
94       "verb-readme-generator"
95     ],
96     "related": {
97       "list": [
98         "fs-exists-sync"
99       ]
100     }
101   },
102   "version": "0.1.0"
103 }