Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / is-regexp / package.json
1 {
2   "_from": "is-regexp@^1.0.0",
3   "_id": "is-regexp@1.0.0",
4   "_inBundle": false,
5   "_integrity": "sha1-/S2INUXEa6xaYz57mgnof6LLUGk=",
6   "_location": "/is-regexp",
7   "_phantomChildren": {},
8   "_requested": {
9     "type": "range",
10     "registry": true,
11     "raw": "is-regexp@^1.0.0",
12     "name": "is-regexp",
13     "escapedName": "is-regexp",
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-regexp/-/is-regexp-1.0.0.tgz",
22   "_shasum": "fd2d883545c46bac5a633e7b9a09e87fa2cb5069",
23   "_spec": "is-regexp@^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-regexp/issues"
32   },
33   "bundleDependencies": false,
34   "deprecated": false,
35   "description": "Check whether a variable is a regular expression",
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-regexp#readme",
46   "keywords": [
47     "regex",
48     "regexp",
49     "regular",
50     "expression",
51     "regular expression",
52     "re",
53     "check",
54     "type",
55     "is"
56   ],
57   "license": "MIT",
58   "name": "is-regexp",
59   "repository": {
60     "type": "git",
61     "url": "git+https://github.com/sindresorhus/is-regexp.git"
62   },
63   "scripts": {
64     "test": "mocha"
65   },
66   "version": "1.0.0"
67 }