.gitignore added
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / glob-base / node_modules / glob-parent / package.json
1 {
2   "name": "glob-parent",
3   "version": "2.0.0",
4   "description": "Strips glob magic from a string to provide the parent path",
5   "main": "index.js",
6   "scripts": {
7     "test": "istanbul cover _mocha && cat ./coverage/lcov.info | coveralls"
8   },
9   "repository": {
10     "type": "git",
11     "url": "https://github.com/es128/glob-parent"
12   },
13   "keywords": [
14     "glob",
15     "parent",
16     "strip",
17     "path",
18     "directory",
19     "base"
20   ],
21   "author": "Elan Shanker",
22   "license": "ISC",
23   "bugs": {
24     "url": "https://github.com/es128/glob-parent/issues"
25   },
26   "homepage": "https://github.com/es128/glob-parent",
27   "dependencies": {
28     "is-glob": "^2.0.0"
29   },
30   "devDependencies": {
31     "coveralls": "^2.11.2",
32     "istanbul": "^0.3.5",
33     "mocha": "^2.1.0"
34   }
35 }