Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / is-supported-regexp-flag / package.json
1 {
2   "_from": "is-supported-regexp-flag@^1.0.0",
3   "_id": "is-supported-regexp-flag@1.0.1",
4   "_inBundle": false,
5   "_integrity": "sha512-3vcJecUUrpgCqc/ca0aWeNu64UGgxcvO60K/Fkr1N6RSvfGCTU60UKN68JDmKokgba0rFFJs12EnzOQa14ubKQ==",
6   "_location": "/is-supported-regexp-flag",
7   "_phantomChildren": {},
8   "_requested": {
9     "type": "range",
10     "registry": true,
11     "raw": "is-supported-regexp-flag@^1.0.0",
12     "name": "is-supported-regexp-flag",
13     "escapedName": "is-supported-regexp-flag",
14     "rawSpec": "^1.0.0",
15     "saveSpec": null,
16     "fetchSpec": "^1.0.0"
17   },
18   "_requiredBy": [
19     "/clone-regexp"
20   ],
21   "_resolved": "https://registry.npmjs.org/is-supported-regexp-flag/-/is-supported-regexp-flag-1.0.1.tgz",
22   "_shasum": "21ee16518d2c1dd3edd3e9a0d57e50207ac364ca",
23   "_spec": "is-supported-regexp-flag@^1.0.0",
24   "_where": "/tmp/nvimkGaq4E/coc-prettier-UL9jgR/node_modules/clone-regexp",
25   "author": {
26     "name": "Sindre Sorhus",
27     "email": "sindresorhus@gmail.com",
28     "url": "http://sindresorhus.com"
29   },
30   "bugs": {
31     "url": "https://github.com/sindresorhus/is-supported-regexp-flag/issues"
32   },
33   "bundleDependencies": false,
34   "deprecated": false,
35   "description": "Check whether a RegExp flag is supported. Mostly useful for `y` and `u`.",
36   "devDependencies": {
37     "mocha": "*"
38   },
39   "engines": {
40     "node": ">=0.10.0"
41   },
42   "files": [
43     "index.js"
44   ],
45   "homepage": "https://github.com/sindresorhus/is-supported-regexp-flag#readme",
46   "keywords": [
47     "regexp",
48     "regex",
49     "re",
50     "check",
51     "is",
52     "support",
53     "supported",
54     "valid",
55     "flag"
56   ],
57   "license": "MIT",
58   "name": "is-supported-regexp-flag",
59   "repository": {
60     "type": "git",
61     "url": "git+https://github.com/sindresorhus/is-supported-regexp-flag.git"
62   },
63   "scripts": {
64     "test": "mocha"
65   },
66   "version": "1.0.1"
67 }