You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
130 lines
2.9 KiB
130 lines
2.9 KiB
{ |
|
"_from": "repeat-string@^1.5.2", |
|
"_id": "repeat-string@1.6.1", |
|
"_inBundle": false, |
|
"_integrity": "sha1-jcrkcOHIirwtYA//Sndihtp15jc=", |
|
"_location": "/repeat-string", |
|
"_phantomChildren": {}, |
|
"_requested": { |
|
"type": "range", |
|
"registry": true, |
|
"raw": "repeat-string@^1.5.2", |
|
"name": "repeat-string", |
|
"escapedName": "repeat-string", |
|
"rawSpec": "^1.5.2", |
|
"saveSpec": null, |
|
"fetchSpec": "^1.5.2" |
|
}, |
|
"_requiredBy": [ |
|
"/fill-range", |
|
"/readdirp/fill-range", |
|
"/to-regex-range" |
|
], |
|
"_resolved": "https://registry.npmjs.org/repeat-string/-/repeat-string-1.6.1.tgz", |
|
"_shasum": "8dcae470e1c88abc2d600fff4a776286da75e637", |
|
"_spec": "repeat-string@^1.5.2", |
|
"_where": "/home/rudi/Personal/disgord-Thanos/node_modules/fill-range", |
|
"author": { |
|
"name": "Jon Schlinkert", |
|
"url": "http://github.com/jonschlinkert" |
|
}, |
|
"bugs": { |
|
"url": "https://github.com/jonschlinkert/repeat-string/issues" |
|
}, |
|
"bundleDependencies": false, |
|
"contributors": [ |
|
{ |
|
"name": "Brian Woodward", |
|
"email": "brian.woodward@gmail.com", |
|
"url": "https://github.com/doowb" |
|
}, |
|
{ |
|
"name": "Jon Schlinkert", |
|
"email": "jon.schlinkert@sellside.com", |
|
"url": "http://twitter.com/jonschlinkert" |
|
}, |
|
{ |
|
"name": "Linus Unnebäck", |
|
"email": "linus@folkdatorn.se", |
|
"url": "http://linus.unnebäck.se" |
|
}, |
|
{ |
|
"name": "Thijs Busser", |
|
"email": "tbusser@gmail.com", |
|
"url": "http://tbusser.net" |
|
}, |
|
{ |
|
"name": "Titus", |
|
"email": "tituswormer@gmail.com", |
|
"url": "wooorm.com" |
|
} |
|
], |
|
"deprecated": false, |
|
"description": "Repeat the given string n times. Fastest implementation for repeating a string.", |
|
"devDependencies": { |
|
"ansi-cyan": "^0.1.1", |
|
"benchmarked": "^0.2.5", |
|
"gulp-format-md": "^0.1.11", |
|
"isobject": "^2.1.0", |
|
"mocha": "^3.1.2", |
|
"repeating": "^3.0.0", |
|
"text-table": "^0.2.0", |
|
"yargs-parser": "^4.0.2" |
|
}, |
|
"engines": { |
|
"node": ">=0.10" |
|
}, |
|
"files": [ |
|
"index.js" |
|
], |
|
"homepage": "https://github.com/jonschlinkert/repeat-string", |
|
"keywords": [ |
|
"fast", |
|
"fastest", |
|
"fill", |
|
"left", |
|
"left-pad", |
|
"multiple", |
|
"pad", |
|
"padding", |
|
"repeat", |
|
"repeating", |
|
"repetition", |
|
"right", |
|
"right-pad", |
|
"string", |
|
"times" |
|
], |
|
"license": "MIT", |
|
"main": "index.js", |
|
"name": "repeat-string", |
|
"repository": { |
|
"type": "git", |
|
"url": "git+https://github.com/jonschlinkert/repeat-string.git" |
|
}, |
|
"scripts": { |
|
"test": "mocha" |
|
}, |
|
"verb": { |
|
"toc": false, |
|
"layout": "default", |
|
"tasks": [ |
|
"readme" |
|
], |
|
"plugins": [ |
|
"gulp-format-md" |
|
], |
|
"related": { |
|
"list": [ |
|
"repeat-element" |
|
] |
|
}, |
|
"helpers": [ |
|
"./benchmark/helper.js" |
|
], |
|
"reflinks": [ |
|
"verb" |
|
] |
|
}, |
|
"version": "1.6.1" |
|
}
|
|
|