UNPKG

1.23 kBJSONView Raw
1{
2 "name": "repeat-string",
3 "description": "Repeat the given string n times. Fastest implementation for repeating a string.",
4 "version": "1.3.0",
5 "homepage": "https://github.com/jonschlinkert/repeat-string",
6 "author": {
7 "name": "Jon Schlinkert",
8 "url": "http://github.com/jonschlinkert/"
9 },
10 "repository": {
11 "type": "git",
12 "url": "git://github.com/jonschlinkert/repeat-string.git"
13 },
14 "bugs": {
15 "url": "https://github.com/jonschlinkert/repeat-string/issues"
16 },
17 "license": {
18 "type": "MIT",
19 "url": "https://github.com/jonschlinkert/repeat-string/blob/master/LICENSE"
20 },
21 "main": "index.js",
22 "engines": {
23 "node": ">=0.10"
24 },
25 "scripts": {
26 "test": "mocha -R spec"
27 },
28 "devDependencies": {
29 "benchmarked": "^0.1.3",
30 "chalk": "^0.5.1",
31 "glob": "^4.3.5",
32 "minimist": "^1.1.0",
33 "repeating": "^1.1.1",
34 "should": "^4.0.4"
35 },
36 "keywords": [
37 "fast",
38 "fastest",
39 "fill",
40 "javascript",
41 "js",
42 "left",
43 "left-pad",
44 "multiple",
45 "node.js",
46 "pad",
47 "padding",
48 "repeat",
49 "repeating",
50 "right",
51 "right-pad",
52 "str",
53 "string",
54 "text",
55 "times",
56 "util",
57 "utility",
58 "utils"
59 ]
60}