Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / boxen / package.json
1 {
2   "_from": "boxen@^1.2.1",
3   "_id": "boxen@1.3.0",
4   "_inBundle": false,
5   "_integrity": "sha512-TNPjfTr432qx7yOjQyaXm3dSR0MH9vXp7eT1BFSl/C51g+EFnOR9hTg1IreahGBmDNCehscshe45f+C1TBZbLw==",
6   "_location": "/boxen",
7   "_phantomChildren": {},
8   "_requested": {
9     "type": "range",
10     "registry": true,
11     "raw": "boxen@^1.2.1",
12     "name": "boxen",
13     "escapedName": "boxen",
14     "rawSpec": "^1.2.1",
15     "saveSpec": null,
16     "fetchSpec": "^1.2.1"
17   },
18   "_requiredBy": [
19     "/update-notifier"
20   ],
21   "_resolved": "https://registry.npmjs.org/boxen/-/boxen-1.3.0.tgz",
22   "_shasum": "55c6c39a8ba58d9c61ad22cd877532deb665a20b",
23   "_spec": "boxen@^1.2.1",
24   "_where": "/tmp/nvimkGaq4E/coc-prettier-UL9jgR/node_modules/update-notifier",
25   "author": {
26     "name": "Sindre Sorhus",
27     "email": "sindresorhus@gmail.com",
28     "url": "sindresorhus.com"
29   },
30   "bugs": {
31     "url": "https://github.com/sindresorhus/boxen/issues"
32   },
33   "bundleDependencies": false,
34   "dependencies": {
35     "ansi-align": "^2.0.0",
36     "camelcase": "^4.0.0",
37     "chalk": "^2.0.1",
38     "cli-boxes": "^1.0.0",
39     "string-width": "^2.0.0",
40     "term-size": "^1.2.0",
41     "widest-line": "^2.0.0"
42   },
43   "deprecated": false,
44   "description": "Create boxes in the terminal",
45   "devDependencies": {
46     "ava": "*",
47     "nyc": "^11.0.3",
48     "xo": "*"
49   },
50   "engines": {
51     "node": ">=4"
52   },
53   "files": [
54     "index.js"
55   ],
56   "homepage": "https://github.com/sindresorhus/boxen#readme",
57   "keywords": [
58     "cli",
59     "box",
60     "boxes",
61     "terminal",
62     "term",
63     "console",
64     "ascii",
65     "unicode",
66     "border",
67     "text"
68   ],
69   "license": "MIT",
70   "name": "boxen",
71   "repository": {
72     "type": "git",
73     "url": "git+https://github.com/sindresorhus/boxen.git"
74   },
75   "scripts": {
76     "test": "xo && nyc ava"
77   },
78   "version": "1.3.0"
79 }