Sha256: 696ae41c2f8947084554569c4a2039bb92d4e392eb527258455178ae89c498c1
Contents?: true
Size: 1.82 KB
Versions: 10
Compression:
Stored size: 1.82 KB
Contents
{ "name": "repeat-string", "description": "Repeat the given string n times. Fastest implementation for repeating a string.", "version": "1.5.2", "homepage": "https://github.com/jonschlinkert/repeat-string", "author": { "name": "Jon Schlinkert", "url": "http://github.com/jonschlinkert/" }, "repository": { "type": "git", "url": "git://github.com/jonschlinkert/repeat-string.git" }, "bugs": { "url": "https://github.com/jonschlinkert/repeat-string/issues" }, "license": { "type": "MIT", "url": "https://github.com/jonschlinkert/repeat-string/blob/master/LICENSE" }, "files": [ "index.js" ], "main": "index.js", "engines": { "node": ">=0.10" }, "scripts": { "test": "mocha" }, "devDependencies": { "benchmarked": "^0.1.3", "chalk": "^0.5.1", "glob": "^4.3.5", "mocha": "^2.2.1", "repeating": "^1.1.1", "should": "^4.0.4" }, "keywords": [ "fast", "fastest", "fill", "left", "left-pad", "multiple", "pad", "padding", "repetition", "repeat", "repeating", "right", "right-pad", "string", "times" ], "gitHead": "bf20e5dc1414305bec6ff26d90988378a5bad6ec", "_id": "repeat-string@1.5.2", "_shasum": "21065f70727ad053a0dd5e957ac9e00c7560d90a", "_from": "repeat-string@>=1.5.2 <2.0.0", "_npmVersion": "2.5.1", "_nodeVersion": "0.12.0", "_npmUser": { "name": "jonschlinkert", "email": "github@sellside.com" }, "maintainers": [ { "name": "jonschlinkert", "email": "github@sellside.com" } ], "dist": { "shasum": "21065f70727ad053a0dd5e957ac9e00c7560d90a", "tarball": "http://registry.npmjs.org/repeat-string/-/repeat-string-1.5.2.tgz" }, "directories": {}, "_resolved": "https://registry.npmjs.org/repeat-string/-/repeat-string-1.5.2.tgz" }
Version data entries
10 entries across 10 versions & 1 rubygems