10141f9df5f1ae6d403deca78444d0934e0cc0b1
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / to-regex / package.json
1 {
2   "_from": "to-regex@^3.0.2",
3   "_id": "to-regex@3.0.2",
4   "_inBundle": false,
5   "_integrity": "sha512-FWtleNAtZ/Ki2qtqej2CXTOayOH9bHDQF+Q48VpWyDXjbYxA4Yz8iDB31zXOBUlOHHKidDbqGVrTUvQMPmBGBw==",
6   "_location": "/to-regex",
7   "_phantomChildren": {},
8   "_requested": {
9     "type": "range",
10     "registry": true,
11     "raw": "to-regex@^3.0.2",
12     "name": "to-regex",
13     "escapedName": "to-regex",
14     "rawSpec": "^3.0.2",
15     "saveSpec": null,
16     "fetchSpec": "^3.0.2"
17   },
18   "_requiredBy": [
19     "/fast-glob/braces",
20     "/fast-glob/expand-brackets",
21     "/fast-glob/extglob",
22     "/fast-glob/micromatch",
23     "/findup-sync/braces",
24     "/findup-sync/expand-brackets",
25     "/findup-sync/extglob",
26     "/findup-sync/micromatch",
27     "/nanomatch",
28     "/watchpack-chokidar2/braces",
29     "/watchpack-chokidar2/expand-brackets",
30     "/watchpack-chokidar2/extglob",
31     "/watchpack-chokidar2/micromatch",
32     "/webpack/braces",
33     "/webpack/expand-brackets",
34     "/webpack/extglob",
35     "/webpack/micromatch"
36   ],
37   "_resolved": "https://registry.npmjs.org/to-regex/-/to-regex-3.0.2.tgz",
38   "_shasum": "13cfdd9b336552f30b51f33a8ae1b42a7a7599ce",
39   "_spec": "to-regex@^3.0.2",
40   "_where": "/tmp/coc-prettier-dzKjD7/node_modules/fast-glob/node_modules/micromatch",
41   "author": {
42     "name": "Jon Schlinkert",
43     "url": "https://github.com/jonschlinkert"
44   },
45   "bugs": {
46     "url": "https://github.com/jonschlinkert/to-regex/issues"
47   },
48   "bundleDependencies": false,
49   "dependencies": {
50     "define-property": "^2.0.2",
51     "extend-shallow": "^3.0.2",
52     "regex-not": "^1.0.2",
53     "safe-regex": "^1.1.0"
54   },
55   "deprecated": false,
56   "description": "Generate a regex from a string or array of strings.",
57   "devDependencies": {
58     "gulp-format-md": "^1.0.0",
59     "mocha": "^3.5.3"
60   },
61   "engines": {
62     "node": ">=0.10.0"
63   },
64   "files": [
65     "index.js"
66   ],
67   "homepage": "https://github.com/jonschlinkert/to-regex",
68   "keywords": [
69     "match",
70     "regex",
71     "regular expression",
72     "test",
73     "to"
74   ],
75   "license": "MIT",
76   "main": "index.js",
77   "name": "to-regex",
78   "repository": {
79     "type": "git",
80     "url": "git+https://github.com/jonschlinkert/to-regex.git"
81   },
82   "scripts": {
83     "test": "mocha"
84   },
85   "verb": {
86     "toc": {
87       "method": "preWrite"
88     },
89     "layout": "default",
90     "tasks": [
91       "readme"
92     ],
93     "plugins": [
94       "gulp-format-md"
95     ],
96     "related": {
97       "list": [
98         "has-glob",
99         "is-glob",
100         "path-regex",
101         "to-regex-range"
102       ]
103     },
104     "lint": {
105       "reflinks": true
106     }
107   },
108   "version": "3.0.2"
109 }