Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / quick-lru / package.json
1 {
2   "_from": "quick-lru@^1.0.0",
3   "_id": "quick-lru@1.1.0",
4   "_inBundle": false,
5   "_integrity": "sha1-Q2CxfGETatOAeDl/8RQW4Ybc+7g=",
6   "_location": "/quick-lru",
7   "_phantomChildren": {},
8   "_requested": {
9     "type": "range",
10     "registry": true,
11     "raw": "quick-lru@^1.0.0",
12     "name": "quick-lru",
13     "escapedName": "quick-lru",
14     "rawSpec": "^1.0.0",
15     "saveSpec": null,
16     "fetchSpec": "^1.0.0"
17   },
18   "_requiredBy": [
19     "/stylelint/camelcase-keys"
20   ],
21   "_resolved": "https://registry.npmjs.org/quick-lru/-/quick-lru-1.1.0.tgz",
22   "_shasum": "4360b17c61136ad38078397ff11416e186dcfbb8",
23   "_spec": "quick-lru@^1.0.0",
24   "_where": "/tmp/nvimkGaq4E/coc-prettier-UL9jgR/node_modules/stylelint/node_modules/camelcase-keys",
25   "author": {
26     "name": "Sindre Sorhus",
27     "email": "sindresorhus@gmail.com",
28     "url": "sindresorhus.com"
29   },
30   "bugs": {
31     "url": "https://github.com/sindresorhus/quick-lru/issues"
32   },
33   "bundleDependencies": false,
34   "deprecated": false,
35   "description": "Simple \"Least Recently Used\" (LRU) cache",
36   "devDependencies": {
37     "ava": "*",
38     "coveralls": "^2.12.0",
39     "nyc": "^11.0.3",
40     "xo": "*"
41   },
42   "engines": {
43     "node": ">=4"
44   },
45   "files": [
46     "index.js"
47   ],
48   "homepage": "https://github.com/sindresorhus/quick-lru#readme",
49   "keywords": [
50     "lru",
51     "quick",
52     "cache",
53     "caching",
54     "least",
55     "recently",
56     "used",
57     "fast",
58     "map",
59     "hash",
60     "buffer"
61   ],
62   "license": "MIT",
63   "name": "quick-lru",
64   "repository": {
65     "type": "git",
66     "url": "git+https://github.com/sindresorhus/quick-lru.git"
67   },
68   "scripts": {
69     "test": "xo && nyc ava"
70   },
71   "version": "1.1.0"
72 }