Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / indent-string / package.json
1 {
2   "_from": "indent-string@^4.0.0",
3   "_id": "indent-string@4.0.0",
4   "_inBundle": false,
5   "_integrity": "sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg==",
6   "_location": "/indent-string",
7   "_phantomChildren": {},
8   "_requested": {
9     "type": "range",
10     "registry": true,
11     "raw": "indent-string@^4.0.0",
12     "name": "indent-string",
13     "escapedName": "indent-string",
14     "rawSpec": "^4.0.0",
15     "saveSpec": null,
16     "fetchSpec": "^4.0.0"
17   },
18   "_requiredBy": [
19     "/prettier-eslint"
20   ],
21   "_resolved": "https://registry.npmjs.org/indent-string/-/indent-string-4.0.0.tgz",
22   "_shasum": "624f8f4497d619b2d9768531d58f4122854d7251",
23   "_spec": "indent-string@^4.0.0",
24   "_where": "/tmp/nvimkGaq4E/coc-prettier-UL9jgR/node_modules/prettier-eslint",
25   "author": {
26     "name": "Sindre Sorhus",
27     "email": "sindresorhus@gmail.com",
28     "url": "sindresorhus.com"
29   },
30   "bugs": {
31     "url": "https://github.com/sindresorhus/indent-string/issues"
32   },
33   "bundleDependencies": false,
34   "deprecated": false,
35   "description": "Indent each line in a string",
36   "devDependencies": {
37     "ava": "^1.4.1",
38     "tsd": "^0.7.2",
39     "xo": "^0.24.0"
40   },
41   "engines": {
42     "node": ">=8"
43   },
44   "files": [
45     "index.js",
46     "index.d.ts"
47   ],
48   "homepage": "https://github.com/sindresorhus/indent-string#readme",
49   "keywords": [
50     "indent",
51     "string",
52     "pad",
53     "align",
54     "line",
55     "text",
56     "each",
57     "every"
58   ],
59   "license": "MIT",
60   "name": "indent-string",
61   "repository": {
62     "type": "git",
63     "url": "git+https://github.com/sindresorhus/indent-string.git"
64   },
65   "scripts": {
66     "test": "xo && ava && tsd"
67   },
68   "version": "4.0.0"
69 }