Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / ansi-align / package.json
1 {
2   "_from": "ansi-align@^2.0.0",
3   "_id": "ansi-align@2.0.0",
4   "_inBundle": false,
5   "_integrity": "sha1-w2rsy6VjuJzrVW82kPCx2eNUf38=",
6   "_location": "/ansi-align",
7   "_phantomChildren": {},
8   "_requested": {
9     "type": "range",
10     "registry": true,
11     "raw": "ansi-align@^2.0.0",
12     "name": "ansi-align",
13     "escapedName": "ansi-align",
14     "rawSpec": "^2.0.0",
15     "saveSpec": null,
16     "fetchSpec": "^2.0.0"
17   },
18   "_requiredBy": [
19     "/boxen"
20   ],
21   "_resolved": "https://registry.npmjs.org/ansi-align/-/ansi-align-2.0.0.tgz",
22   "_shasum": "c36aeccba563b89ceb556f3690f0b1d9e3547f7f",
23   "_spec": "ansi-align@^2.0.0",
24   "_where": "/tmp/nvimkGaq4E/coc-prettier-UL9jgR/node_modules/boxen",
25   "author": {
26     "name": "nexdrew"
27   },
28   "bugs": {
29     "url": "https://github.com/nexdrew/ansi-align/issues"
30   },
31   "bundleDependencies": false,
32   "dependencies": {
33     "string-width": "^2.0.0"
34   },
35   "deprecated": false,
36   "description": "align-text with ANSI support for CLIs",
37   "devDependencies": {
38     "ava": "^0.19.1",
39     "chalk": "^1.1.3",
40     "coveralls": "^2.13.1",
41     "nyc": "^10.3.0",
42     "standard": "^10.0.2",
43     "standard-version": "^4.0.0"
44   },
45   "files": [
46     "index.js"
47   ],
48   "homepage": "https://github.com/nexdrew/ansi-align#readme",
49   "keywords": [
50     "ansi",
51     "align",
52     "cli",
53     "center",
54     "pad"
55   ],
56   "license": "ISC",
57   "main": "index.js",
58   "name": "ansi-align",
59   "repository": {
60     "type": "git",
61     "url": "git+https://github.com/nexdrew/ansi-align.git"
62   },
63   "scripts": {
64     "coverage": "nyc report --reporter=text-lcov | coveralls",
65     "pretest": "standard",
66     "release": "standard-version",
67     "test": "nyc ava"
68   },
69   "version": "2.0.0"
70 }