Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / redent / node_modules / indent-string / package.json
1 {
2   "_from": "indent-string@^2.1.0",
3   "_id": "indent-string@2.1.0",
4   "_inBundle": false,
5   "_integrity": "sha1-ji1INIdCEhtKghi3oTfppSBJ3IA=",
6   "_location": "/redent/indent-string",
7   "_phantomChildren": {},
8   "_requested": {
9     "type": "range",
10     "registry": true,
11     "raw": "indent-string@^2.1.0",
12     "name": "indent-string",
13     "escapedName": "indent-string",
14     "rawSpec": "^2.1.0",
15     "saveSpec": null,
16     "fetchSpec": "^2.1.0"
17   },
18   "_requiredBy": [
19     "/redent"
20   ],
21   "_resolved": "https://registry.npmjs.org/indent-string/-/indent-string-2.1.0.tgz",
22   "_shasum": "8e2d48348742121b4a8218b7a137e9a52049dc80",
23   "_spec": "indent-string@^2.1.0",
24   "_where": "/tmp/nvimkGaq4E/coc-prettier-UL9jgR/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   "dependencies": {
35     "repeating": "^2.0.0"
36   },
37   "deprecated": false,
38   "description": "Indent each line in a string",
39   "devDependencies": {
40     "mocha": "*"
41   },
42   "engines": {
43     "node": ">=0.10.0"
44   },
45   "files": [
46     "index.js"
47   ],
48   "homepage": "https://github.com/sindresorhus/indent-string#readme",
49   "keywords": [
50     "indent",
51     "string",
52     "str",
53     "pad",
54     "align",
55     "line",
56     "text"
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": "mocha"
66   },
67   "version": "2.1.0"
68 }