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