Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / stylelint / node_modules / indent-string / package.json
1 {
2   "_from": "indent-string@^3.0.0",
3   "_id": "indent-string@3.2.0",
4   "_inBundle": false,
5   "_integrity": "sha1-Sl/W0nzDMvN+VBmlBNu4NxBckok=",
6   "_location": "/stylelint/indent-string",
7   "_phantomChildren": {},
8   "_requested": {
9     "type": "range",
10     "registry": true,
11     "raw": "indent-string@^3.0.0",
12     "name": "indent-string",
13     "escapedName": "indent-string",
14     "rawSpec": "^3.0.0",
15     "saveSpec": null,
16     "fetchSpec": "^3.0.0"
17   },
18   "_requiredBy": [
19     "/stylelint/redent"
20   ],
21   "_resolved": "https://registry.npmjs.org/indent-string/-/indent-string-3.2.0.tgz",
22   "_shasum": "4a5fd6d27cc332f37e5419a504dbb837105c9289",
23   "_spec": "indent-string@^3.0.0",
24   "_where": "/tmp/nvimkGaq4E/coc-prettier-UL9jgR/node_modules/stylelint/node_modules/redent",
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": "*",
38     "xo": "*"
39   },
40   "engines": {
41     "node": ">=4"
42   },
43   "files": [
44     "index.js"
45   ],
46   "homepage": "https://github.com/sindresorhus/indent-string#readme",
47   "keywords": [
48     "indent",
49     "string",
50     "str",
51     "pad",
52     "align",
53     "line",
54     "text",
55     "each",
56     "every"
57   ],
58   "license": "MIT",
59   "name": "indent-string",
60   "repository": {
61     "type": "git",
62     "url": "git+https://github.com/sindresorhus/indent-string.git"
63   },
64   "scripts": {
65     "test": "xo && ava"
66   },
67   "version": "3.2.0"
68 }