Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / is-posix-bracket / package.json
1 {
2   "_from": "is-posix-bracket@^0.1.0",
3   "_id": "is-posix-bracket@0.1.1",
4   "_inBundle": false,
5   "_integrity": "sha1-MzTceXdDaOkvAW5vvAqI9c1ua8Q=",
6   "_location": "/is-posix-bracket",
7   "_phantomChildren": {},
8   "_requested": {
9     "type": "range",
10     "registry": true,
11     "raw": "is-posix-bracket@^0.1.0",
12     "name": "is-posix-bracket",
13     "escapedName": "is-posix-bracket",
14     "rawSpec": "^0.1.0",
15     "saveSpec": null,
16     "fetchSpec": "^0.1.0"
17   },
18   "_requiredBy": [
19     "/expand-brackets"
20   ],
21   "_resolved": "https://registry.npmjs.org/is-posix-bracket/-/is-posix-bracket-0.1.1.tgz",
22   "_shasum": "3334dc79774368e92f016e6fbc0a88f5cd6e6bc4",
23   "_spec": "is-posix-bracket@^0.1.0",
24   "_where": "/tmp/nvimkGaq4E/coc-prettier-UL9jgR/node_modules/expand-brackets",
25   "author": {
26     "name": "Jon Schlinkert",
27     "url": "https://github.com/jonschlinkert"
28   },
29   "bugs": {
30     "url": "https://github.com/jonschlinkert/is-posix-bracket/issues"
31   },
32   "bundleDependencies": false,
33   "deprecated": false,
34   "description": "Returns true if the given string is a POSIX bracket expression (POSIX character class).",
35   "devDependencies": {
36     "gulp-format-md": "^0.1.7",
37     "mocha": "^2.4.5"
38   },
39   "engines": {
40     "node": ">=0.10.0"
41   },
42   "files": [
43     "index.js"
44   ],
45   "homepage": "https://github.com/jonschlinkert/is-posix-bracket",
46   "keywords": [
47     "braces",
48     "brackets",
49     "character",
50     "character-class",
51     "class",
52     "expression",
53     "posix",
54     "regex",
55     "regexp",
56     "regular"
57   ],
58   "license": "MIT",
59   "main": "index.js",
60   "name": "is-posix-bracket",
61   "repository": {
62     "type": "git",
63     "url": "git+https://github.com/jonschlinkert/is-posix-bracket.git"
64   },
65   "scripts": {
66     "test": "mocha"
67   },
68   "verb": {
69     "run": true,
70     "toc": false,
71     "layout": "default",
72     "tasks": [
73       "readme"
74     ],
75     "plugins": [
76       "gulp-format-md"
77     ],
78     "related": {
79       "list": [
80         "braces",
81         "expand-brackets",
82         "is-extglob",
83         "is-glob",
84         "micromatch"
85       ]
86     },
87     "reflinks": [
88       "verb"
89     ],
90     "lint": {
91       "reflinks": true
92     }
93   },
94   "version": "0.1.1"
95 }