Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / p-limit / package.json
1 {
2   "_from": "p-limit@^1.1.0",
3   "_id": "p-limit@1.3.0",
4   "_inBundle": false,
5   "_integrity": "sha512-vvcXsLAJ9Dr5rQOPk7toZQZJApBl2K4J6dANSsEuh6QI41JYcsS/qhTGa9ErIUUgK3WNQoJYvylxvjqmiqEA9Q==",
6   "_location": "/p-limit",
7   "_phantomChildren": {},
8   "_requested": {
9     "type": "range",
10     "registry": true,
11     "raw": "p-limit@^1.1.0",
12     "name": "p-limit",
13     "escapedName": "p-limit",
14     "rawSpec": "^1.1.0",
15     "saveSpec": null,
16     "fetchSpec": "^1.1.0"
17   },
18   "_requiredBy": [
19     "/p-locate"
20   ],
21   "_resolved": "https://registry.npmjs.org/p-limit/-/p-limit-1.3.0.tgz",
22   "_shasum": "b86bd5f0c25690911c7590fcbfc2010d54b3ccb8",
23   "_spec": "p-limit@^1.1.0",
24   "_where": "/tmp/nvimkGaq4E/coc-prettier-UL9jgR/node_modules/p-locate",
25   "author": {
26     "name": "Sindre Sorhus",
27     "email": "sindresorhus@gmail.com",
28     "url": "sindresorhus.com"
29   },
30   "bugs": {
31     "url": "https://github.com/sindresorhus/p-limit/issues"
32   },
33   "bundleDependencies": false,
34   "dependencies": {
35     "p-try": "^1.0.0"
36   },
37   "deprecated": false,
38   "description": "Run multiple promise-returning & async functions with limited concurrency",
39   "devDependencies": {
40     "ava": "*",
41     "delay": "^2.0.0",
42     "in-range": "^1.0.0",
43     "random-int": "^1.0.0",
44     "time-span": "^2.0.0",
45     "xo": "*"
46   },
47   "engines": {
48     "node": ">=4"
49   },
50   "files": [
51     "index.js"
52   ],
53   "homepage": "https://github.com/sindresorhus/p-limit#readme",
54   "keywords": [
55     "promise",
56     "limit",
57     "limited",
58     "concurrency",
59     "throttle",
60     "throat",
61     "rate",
62     "batch",
63     "ratelimit",
64     "task",
65     "queue",
66     "async",
67     "await",
68     "promises",
69     "bluebird"
70   ],
71   "license": "MIT",
72   "name": "p-limit",
73   "repository": {
74     "type": "git",
75     "url": "git+https://github.com/sindresorhus/p-limit.git"
76   },
77   "scripts": {
78     "test": "xo && ava"
79   },
80   "version": "1.3.0"
81 }