UNPKG

620 BJSONView Raw
1{
2 "name": "repeating",
3 "version": "4.0.0",
4 "description": "Repeat a string - fast",
5 "license": "MIT",
6 "repository": "sindresorhus/repeating",
7 "funding": "https://github.com/sponsors/sindresorhus",
8 "author": {
9 "name": "Sindre Sorhus",
10 "email": "sindresorhus@gmail.com",
11 "url": "https://sindresorhus.com"
12 },
13 "type": "module",
14 "exports": "./index.js",
15 "engines": {
16 "node": ">=12"
17 },
18 "scripts": {
19 "test": "xo && ava"
20 },
21 "files": [
22 "index.js"
23 ],
24 "keywords": [
25 "repeat",
26 "string",
27 "repeating",
28 "text",
29 "fill",
30 "pad"
31 ],
32 "devDependencies": {
33 "ava": "^3.15.0",
34 "xo": "^0.39.1"
35 }
36}