Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / execall / package.json
1 {
2   "_from": "execall@^1.0.0",
3   "_id": "execall@1.0.0",
4   "_inBundle": false,
5   "_integrity": "sha1-c9CQTjlbPKsGWLCNCewlMH8pu3M=",
6   "_location": "/execall",
7   "_phantomChildren": {},
8   "_requested": {
9     "type": "range",
10     "registry": true,
11     "raw": "execall@^1.0.0",
12     "name": "execall",
13     "escapedName": "execall",
14     "rawSpec": "^1.0.0",
15     "saveSpec": null,
16     "fetchSpec": "^1.0.0"
17   },
18   "_requiredBy": [
19     "/stylelint"
20   ],
21   "_resolved": "https://registry.npmjs.org/execall/-/execall-1.0.0.tgz",
22   "_shasum": "73d0904e395b3cab0658b08d09ec25307f29bb73",
23   "_spec": "execall@^1.0.0",
24   "_where": "/tmp/nvimkGaq4E/coc-prettier-UL9jgR/node_modules/stylelint",
25   "author": {
26     "name": "Sindre Sorhus",
27     "email": "sindresorhus@gmail.com",
28     "url": "sindresorhus.com"
29   },
30   "bugs": {
31     "url": "https://github.com/sindresorhus/execall/issues"
32   },
33   "bundleDependencies": false,
34   "dependencies": {
35     "clone-regexp": "^1.0.0"
36   },
37   "deprecated": false,
38   "description": "Find multiple RegExp matches in a string",
39   "devDependencies": {
40     "ava": "0.0.4"
41   },
42   "engines": {
43     "node": ">=0.10.0"
44   },
45   "files": [
46     "index.js"
47   ],
48   "homepage": "https://github.com/sindresorhus/execall#readme",
49   "keywords": [
50     "regex",
51     "regexp",
52     "re",
53     "regular",
54     "expression",
55     "exec",
56     "match",
57     "matches",
58     "execall",
59     "all",
60     "find",
61     "findall",
62     "immutable",
63     "string",
64     "str",
65     "multiple",
66     "many",
67     "global"
68   ],
69   "license": "MIT",
70   "name": "execall",
71   "repository": {
72     "type": "git",
73     "url": "git+https://github.com/sindresorhus/execall.git"
74   },
75   "scripts": {
76     "test": "node test.js"
77   },
78   "version": "1.0.0"
79 }