UNPKG

1.05 kBJSONView Raw
1{
2 "name": "repeat-string",
3 "description": "Fastest implementation for repeating a string.",
4 "version": "1.0.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-MIT"
20 },
21 "main": "index.js",
22 "engines": {
23 "node": ">=0.10"
24 },
25 "scripts": {
26 "test": "mocha -R spec"
27 },
28 "devDependencies": {
29 "should": "^4.0.4"
30 },
31 "keywords": [
32 "fill",
33 "javascript",
34 "js",
35 "left",
36 "left-pad",
37 "multiple",
38 "node.js",
39 "pad",
40 "padding",
41 "repeat",
42 "repeating",
43 "right",
44 "right-pad",
45 "str",
46 "string",
47 "text",
48 "times",
49 "util",
50 "utility",
51 "utils"
52 ]
53}
\No newline at end of file