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