Initial commit
[yaffs-website] / node_modules / repeat-string / package.json
1 {
2   "_args": [
3     [
4       "repeat-string@^1.5.2",
5       "/var/www/yaffs/node_modules/fill-range"
6     ]
7   ],
8   "_from": "repeat-string@>=1.5.2 <2.0.0",
9   "_id": "repeat-string@1.6.1",
10   "_inCache": true,
11   "_installable": true,
12   "_location": "/repeat-string",
13   "_nodeVersion": "6.7.0",
14   "_npmOperationalInternal": {
15     "host": "packages-12-west.internal.npmjs.com",
16     "tmp": "tmp/repeat-string-1.6.1.tgz_1477241638674_0.3764322670176625"
17   },
18   "_npmUser": {
19     "email": "github@sellside.com",
20     "name": "jonschlinkert"
21   },
22   "_npmVersion": "3.10.3",
23   "_phantomChildren": {},
24   "_requested": {
25     "name": "repeat-string",
26     "raw": "repeat-string@^1.5.2",
27     "rawSpec": "^1.5.2",
28     "scope": null,
29     "spec": ">=1.5.2 <2.0.0",
30     "type": "range"
31   },
32   "_requiredBy": [
33     "/fill-range"
34   ],
35   "_resolved": "https://registry.npmjs.org/repeat-string/-/repeat-string-1.6.1.tgz",
36   "_shasum": "8dcae470e1c88abc2d600fff4a776286da75e637",
37   "_shrinkwrap": null,
38   "_spec": "repeat-string@^1.5.2",
39   "_where": "/var/www/yaffs/node_modules/fill-range",
40   "author": {
41     "name": "Jon Schlinkert",
42     "url": "http://github.com/jonschlinkert"
43   },
44   "bugs": {
45     "url": "https://github.com/jonschlinkert/repeat-string/issues"
46   },
47   "contributors": [
48     {
49       "name": "Brian Woodward",
50       "email": "brian.woodward@gmail.com",
51       "url": "https://github.com/doowb"
52     },
53     {
54       "name": "Jon Schlinkert",
55       "email": "jon.schlinkert@sellside.com",
56       "url": "http://twitter.com/jonschlinkert"
57     },
58     {
59       "name": "Linus Unnebäck",
60       "email": "linus@folkdatorn.se",
61       "url": "http://linus.unnebäck.se"
62     },
63     {
64       "name": "Thijs Busser",
65       "email": "tbusser@gmail.com",
66       "url": "http://tbusser.net"
67     },
68     {
69       "name": "Titus",
70       "email": "tituswormer@gmail.com",
71       "url": "wooorm.com"
72     }
73   ],
74   "dependencies": {},
75   "description": "Repeat the given string n times. Fastest implementation for repeating a string.",
76   "devDependencies": {
77     "ansi-cyan": "^0.1.1",
78     "benchmarked": "^0.2.5",
79     "gulp-format-md": "^0.1.11",
80     "isobject": "^2.1.0",
81     "mocha": "^3.1.2",
82     "repeating": "^3.0.0",
83     "text-table": "^0.2.0",
84     "yargs-parser": "^4.0.2"
85   },
86   "directories": {},
87   "dist": {
88     "shasum": "8dcae470e1c88abc2d600fff4a776286da75e637",
89     "tarball": "https://registry.npmjs.org/repeat-string/-/repeat-string-1.6.1.tgz"
90   },
91   "engines": {
92     "node": ">=0.10"
93   },
94   "files": [
95     "index.js"
96   ],
97   "gitHead": "1a95c5d99a02999ccd2cf4663959a18bd2def7b8",
98   "homepage": "https://github.com/jonschlinkert/repeat-string",
99   "keywords": [
100     "fast",
101     "fastest",
102     "fill",
103     "left",
104     "left-pad",
105     "multiple",
106     "pad",
107     "padding",
108     "repeat",
109     "repeating",
110     "repetition",
111     "right",
112     "right-pad",
113     "string",
114     "times"
115   ],
116   "license": "MIT",
117   "main": "index.js",
118   "maintainers": [
119     {
120       "name": "jonschlinkert",
121       "email": "github@sellside.com"
122     },
123     {
124       "name": "doowb",
125       "email": "brian.woodward@gmail.com"
126     }
127   ],
128   "name": "repeat-string",
129   "optionalDependencies": {},
130   "readme": "ERROR: No README data found!",
131   "repository": {
132     "type": "git",
133     "url": "git+https://github.com/jonschlinkert/repeat-string.git"
134   },
135   "scripts": {
136     "test": "mocha"
137   },
138   "verb": {
139     "helpers": [
140       "./benchmark/helper.js"
141     ],
142     "layout": "default",
143     "plugins": [
144       "gulp-format-md"
145     ],
146     "reflinks": [
147       "verb"
148     ],
149     "related": {
150       "list": [
151         "repeat-element"
152       ]
153     },
154     "tasks": [
155       "readme"
156     ],
157     "toc": false
158   },
159   "version": "1.6.1"
160 }