UNPKG

repeating

Version:
37 lines (36 loc) 620 B
{ "name": "repeating", "version": "4.0.0", "description": "Repeat a string - fast", "license": "MIT", "repository": "sindresorhus/repeating", "funding": "https://github.com/sponsors/sindresorhus", "author": { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com", "url": "https://sindresorhus.com" }, "type": "module", "exports": "./index.js", "engines": { "node": ">=12" }, "scripts": { "test": "xo && ava" }, "files": [ "index.js" ], "keywords": [ "repeat", "string", "repeating", "text", "fill", "pad" ], "devDependencies": { "ava": "^3.15.0", "xo": "^0.39.1" } }