Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / repeat-string / package.json
1 {
2   "_from": "repeat-string@^1.5.2",
3   "_id": "repeat-string@1.6.1",
4   "_inBundle": false,
5   "_integrity": "sha1-jcrkcOHIirwtYA//Sndihtp15jc=",
6   "_location": "/repeat-string",
7   "_phantomChildren": {},
8   "_requested": {
9     "type": "range",
10     "registry": true,
11     "raw": "repeat-string@^1.5.2",
12     "name": "repeat-string",
13     "escapedName": "repeat-string",
14     "rawSpec": "^1.5.2",
15     "saveSpec": null,
16     "fetchSpec": "^1.5.2"
17   },
18   "_requiredBy": [
19     "/fast-glob/fill-range",
20     "/fill-range",
21     "/remark-parse",
22     "/remark-stringify",
23     "/to-regex-range"
24   ],
25   "_resolved": "https://registry.npmjs.org/repeat-string/-/repeat-string-1.6.1.tgz",
26   "_shasum": "8dcae470e1c88abc2d600fff4a776286da75e637",
27   "_spec": "repeat-string@^1.5.2",
28   "_where": "/tmp/nvimkGaq4E/coc-prettier-UL9jgR/node_modules/fill-range",
29   "author": {
30     "name": "Jon Schlinkert",
31     "url": "http://github.com/jonschlinkert"
32   },
33   "bugs": {
34     "url": "https://github.com/jonschlinkert/repeat-string/issues"
35   },
36   "bundleDependencies": false,
37   "contributors": [
38     {
39       "name": "Brian Woodward",
40       "email": "brian.woodward@gmail.com",
41       "url": "https://github.com/doowb"
42     },
43     {
44       "name": "Jon Schlinkert",
45       "email": "jon.schlinkert@sellside.com",
46       "url": "http://twitter.com/jonschlinkert"
47     },
48     {
49       "name": "Linus Unnebäck",
50       "email": "linus@folkdatorn.se",
51       "url": "http://linus.unnebäck.se"
52     },
53     {
54       "name": "Thijs Busser",
55       "email": "tbusser@gmail.com",
56       "url": "http://tbusser.net"
57     },
58     {
59       "name": "Titus",
60       "email": "tituswormer@gmail.com",
61       "url": "wooorm.com"
62     }
63   ],
64   "deprecated": false,
65   "description": "Repeat the given string n times. Fastest implementation for repeating a string.",
66   "devDependencies": {
67     "ansi-cyan": "^0.1.1",
68     "benchmarked": "^0.2.5",
69     "gulp-format-md": "^0.1.11",
70     "isobject": "^2.1.0",
71     "mocha": "^3.1.2",
72     "repeating": "^3.0.0",
73     "text-table": "^0.2.0",
74     "yargs-parser": "^4.0.2"
75   },
76   "engines": {
77     "node": ">=0.10"
78   },
79   "files": [
80     "index.js"
81   ],
82   "homepage": "https://github.com/jonschlinkert/repeat-string",
83   "keywords": [
84     "fast",
85     "fastest",
86     "fill",
87     "left",
88     "left-pad",
89     "multiple",
90     "pad",
91     "padding",
92     "repeat",
93     "repeating",
94     "repetition",
95     "right",
96     "right-pad",
97     "string",
98     "times"
99   ],
100   "license": "MIT",
101   "main": "index.js",
102   "name": "repeat-string",
103   "repository": {
104     "type": "git",
105     "url": "git+https://github.com/jonschlinkert/repeat-string.git"
106   },
107   "scripts": {
108     "test": "mocha"
109   },
110   "verb": {
111     "toc": false,
112     "layout": "default",
113     "tasks": [
114       "readme"
115     ],
116     "plugins": [
117       "gulp-format-md"
118     ],
119     "related": {
120       "list": [
121         "repeat-element"
122       ]
123     },
124     "helpers": [
125       "./benchmark/helper.js"
126     ],
127     "reflinks": [
128       "verb"
129     ]
130   },
131   "version": "1.6.1"
132 }