Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / run-async / package.json
1 {
2   "_from": "run-async@^2.4.0",
3   "_id": "run-async@2.4.1",
4   "_inBundle": false,
5   "_integrity": "sha512-tvVnVv01b8c1RrA6Ep7JkStj85Guv/YrMcwqYQnwjsAS2cTmmPGBBjAjpCW7RrSodNSoE2/qg9O4bceNvUuDgQ==",
6   "_location": "/run-async",
7   "_phantomChildren": {},
8   "_requested": {
9     "type": "range",
10     "registry": true,
11     "raw": "run-async@^2.4.0",
12     "name": "run-async",
13     "escapedName": "run-async",
14     "rawSpec": "^2.4.0",
15     "saveSpec": null,
16     "fetchSpec": "^2.4.0"
17   },
18   "_requiredBy": [
19     "/inquirer"
20   ],
21   "_resolved": "https://registry.npmjs.org/run-async/-/run-async-2.4.1.tgz",
22   "_shasum": "8440eccf99ea3e70bd409d49aab88e10c189a455",
23   "_spec": "run-async@^2.4.0",
24   "_where": "/tmp/nvimkGaq4E/coc-prettier-UL9jgR/node_modules/inquirer",
25   "author": {
26     "name": "Simon Boudrias",
27     "email": "admin@simonboudrias.com"
28   },
29   "bugs": {
30     "url": "https://github.com/SBoudrias/run-async/issues"
31   },
32   "bundleDependencies": false,
33   "dependencies": {},
34   "deprecated": false,
35   "description": "Utility method to run function either synchronously or asynchronously using the common `this.async()` style.",
36   "devDependencies": {
37     "mocha": "^7.1.0"
38   },
39   "engines": {
40     "node": ">=0.12.0"
41   },
42   "files": [
43     "index.js"
44   ],
45   "homepage": "https://github.com/SBoudrias/run-async#readme",
46   "keywords": [
47     "flow",
48     "flow-control",
49     "async"
50   ],
51   "license": "MIT",
52   "main": "index.js",
53   "name": "run-async",
54   "repository": {
55     "type": "git",
56     "url": "git+https://github.com/SBoudrias/run-async.git"
57   },
58   "scripts": {
59     "test": "mocha -R spec"
60   },
61   "version": "2.4.1"
62 }