Website/node_modules/repeat-string/package.json
2015-12-02 18:21:44 -05:00

105 lines
2.4 KiB
JSON

{
"_args": [
[
"repeat-string@^1.5.2",
"/Users/okennedy/Desktop/Website/node_modules/align-text"
]
],
"_from": "repeat-string@>=1.5.2 <2.0.0",
"_id": "repeat-string@1.5.2",
"_inCache": true,
"_installable": true,
"_location": "/repeat-string",
"_nodeVersion": "0.12.0",
"_npmUser": {
"email": "github@sellside.com",
"name": "jonschlinkert"
},
"_npmVersion": "2.5.1",
"_phantomChildren": {},
"_requested": {
"name": "repeat-string",
"raw": "repeat-string@^1.5.2",
"rawSpec": "^1.5.2",
"scope": null,
"spec": ">=1.5.2 <2.0.0",
"type": "range"
},
"_requiredBy": [
"/align-text"
],
"_resolved": "https://registry.npmjs.org/repeat-string/-/repeat-string-1.5.2.tgz",
"_shasum": "21065f70727ad053a0dd5e957ac9e00c7560d90a",
"_shrinkwrap": null,
"_spec": "repeat-string@^1.5.2",
"_where": "/Users/okennedy/Desktop/Website/node_modules/align-text",
"author": {
"name": "Jon Schlinkert",
"url": "http://github.com/jonschlinkert/"
},
"bugs": {
"url": "https://github.com/jonschlinkert/repeat-string/issues"
},
"dependencies": {},
"description": "Repeat the given string n times. Fastest implementation for repeating a string.",
"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"
},
"directories": {},
"dist": {
"shasum": "21065f70727ad053a0dd5e957ac9e00c7560d90a",
"tarball": "http://registry.npmjs.org/repeat-string/-/repeat-string-1.5.2.tgz"
},
"engines": {
"node": ">=0.10"
},
"files": [
"index.js"
],
"gitHead": "bf20e5dc1414305bec6ff26d90988378a5bad6ec",
"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": {
"type": "MIT",
"url": "https://github.com/jonschlinkert/repeat-string/blob/master/LICENSE"
},
"main": "index.js",
"maintainers": [
{
"name": "jonschlinkert",
"email": "github@sellside.com"
}
],
"name": "repeat-string",
"optionalDependencies": {},
"repository": {
"type": "git",
"url": "git://github.com/jonschlinkert/repeat-string.git"
},
"scripts": {
"test": "mocha"
},
"version": "1.5.2"
}