Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / glob-base / node_modules / glob-parent / package.json
1 {
2   "_from": "glob-parent@^2.0.0",
3   "_id": "glob-parent@2.0.0",
4   "_inBundle": false,
5   "_integrity": "sha1-gTg9ctsFT8zPUzbaqQLxgvbtuyg=",
6   "_location": "/glob-base/glob-parent",
7   "_phantomChildren": {},
8   "_requested": {
9     "type": "range",
10     "registry": true,
11     "raw": "glob-parent@^2.0.0",
12     "name": "glob-parent",
13     "escapedName": "glob-parent",
14     "rawSpec": "^2.0.0",
15     "saveSpec": null,
16     "fetchSpec": "^2.0.0"
17   },
18   "_requiredBy": [
19     "/glob-base"
20   ],
21   "_resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-2.0.0.tgz",
22   "_shasum": "81383d72db054fcccf5336daa902f182f6edbb28",
23   "_spec": "glob-parent@^2.0.0",
24   "_where": "/tmp/nvimkGaq4E/coc-prettier-UL9jgR/node_modules/glob-base",
25   "author": {
26     "name": "Elan Shanker"
27   },
28   "bugs": {
29     "url": "https://github.com/es128/glob-parent/issues"
30   },
31   "bundleDependencies": false,
32   "dependencies": {
33     "is-glob": "^2.0.0"
34   },
35   "deprecated": false,
36   "description": "Strips glob magic from a string to provide the parent path",
37   "devDependencies": {
38     "coveralls": "^2.11.2",
39     "istanbul": "^0.3.5",
40     "mocha": "^2.1.0"
41   },
42   "homepage": "https://github.com/es128/glob-parent",
43   "keywords": [
44     "glob",
45     "parent",
46     "strip",
47     "path",
48     "directory",
49     "base"
50   ],
51   "license": "ISC",
52   "main": "index.js",
53   "name": "glob-parent",
54   "repository": {
55     "type": "git",
56     "url": "git+https://github.com/es128/glob-parent.git"
57   },
58   "scripts": {
59     "test": "istanbul cover _mocha && cat ./coverage/lcov.info | coveralls"
60   },
61   "version": "2.0.0"
62 }