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