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