Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / is-dotfile / package.json
1 {
2   "_from": "is-dotfile@^1.0.0",
3   "_id": "is-dotfile@1.0.3",
4   "_inBundle": false,
5   "_integrity": "sha1-pqLzL/0t+wT1yiXs0Pa4PPeYoeE=",
6   "_location": "/is-dotfile",
7   "_phantomChildren": {},
8   "_requested": {
9     "type": "range",
10     "registry": true,
11     "raw": "is-dotfile@^1.0.0",
12     "name": "is-dotfile",
13     "escapedName": "is-dotfile",
14     "rawSpec": "^1.0.0",
15     "saveSpec": null,
16     "fetchSpec": "^1.0.0"
17   },
18   "_requiredBy": [
19     "/parse-glob"
20   ],
21   "_resolved": "https://registry.npmjs.org/is-dotfile/-/is-dotfile-1.0.3.tgz",
22   "_shasum": "a6a2f32ffd2dfb04f5ca25ecd0f6b83cf798a1e1",
23   "_spec": "is-dotfile@^1.0.0",
24   "_where": "/tmp/nvimkGaq4E/coc-prettier-UL9jgR/node_modules/parse-glob",
25   "author": {
26     "name": "Jon Schlinkert",
27     "url": "https://github.com/jonschlinkert"
28   },
29   "bugs": {
30     "url": "https://github.com/jonschlinkert/is-dotfile/issues"
31   },
32   "bundleDependencies": false,
33   "contributors": [
34     {
35       "name": "Evan Lowry",
36       "url": "http://exitiumonline.com"
37     },
38     {
39       "name": "Jon Schlinkert",
40       "url": "http://twitter.com/jonschlinkert"
41     }
42   ],
43   "deprecated": false,
44   "description": "Return true if a file path is (or has) a dotfile. Returns false if the path is a dot directory.",
45   "devDependencies": {
46     "benchmarked": "^0.1.3",
47     "dotfile-regex": "^0.1.2",
48     "gulp-format-md": "^0.1.12",
49     "mocha": "*"
50   },
51   "engines": {
52     "node": ">=0.10.0"
53   },
54   "files": [
55     "index.js"
56   ],
57   "homepage": "https://github.com/jonschlinkert/is-dotfile",
58   "keywords": [
59     "detect",
60     "dot",
61     "dotfile",
62     "expression",
63     "file",
64     "filepath",
65     "find",
66     "fs",
67     "is",
68     "match",
69     "path",
70     "regex",
71     "regexp",
72     "regular"
73   ],
74   "license": "MIT",
75   "main": "index.js",
76   "name": "is-dotfile",
77   "repository": {
78     "type": "git",
79     "url": "git+https://github.com/jonschlinkert/is-dotfile.git"
80   },
81   "scripts": {
82     "test": "mocha"
83   },
84   "verb": {
85     "related": {
86       "list": [
87         "dotdir-regex",
88         "dotfile-regex",
89         "is-dotdir",
90         "is-glob"
91       ]
92     },
93     "toc": false,
94     "layout": "default",
95     "tasks": [
96       "readme"
97     ],
98     "plugins": [
99       "gulp-format-md"
100     ],
101     "lint": {
102       "reflinks": true
103     }
104   },
105   "version": "1.0.3"
106 }