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.
163 lines
3.7 KiB
163 lines
3.7 KiB
{ |
|
"_args": [ |
|
[ |
|
"repeat-string@^1.5.2", |
|
"/Users/rdrew/themes/lmmi_journal_theme/node_modules/fill-range" |
|
] |
|
], |
|
"_from": "repeat-string@>=1.5.2 <2.0.0", |
|
"_id": "repeat-string@1.6.1", |
|
"_inCache": true, |
|
"_installable": true, |
|
"_location": "/repeat-string", |
|
"_nodeVersion": "6.7.0", |
|
"_npmOperationalInternal": { |
|
"host": "packages-12-west.internal.npmjs.com", |
|
"tmp": "tmp/repeat-string-1.6.1.tgz_1477241638674_0.3764322670176625" |
|
}, |
|
"_npmUser": { |
|
"email": "github@sellside.com", |
|
"name": "jonschlinkert" |
|
}, |
|
"_npmVersion": "3.10.3", |
|
"_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": [ |
|
"/fill-range", |
|
"/findup-sync/fill-range", |
|
"/readdirp/fill-range", |
|
"/to-regex-range" |
|
], |
|
"_resolved": "https://registry.npmjs.org/repeat-string/-/repeat-string-1.6.1.tgz", |
|
"_shasum": "8dcae470e1c88abc2d600fff4a776286da75e637", |
|
"_shrinkwrap": null, |
|
"_spec": "repeat-string@^1.5.2", |
|
"_where": "/Users/rdrew/themes/lmmi_journal_theme/node_modules/fill-range", |
|
"author": { |
|
"name": "Jon Schlinkert", |
|
"url": "http://github.com/jonschlinkert" |
|
}, |
|
"bugs": { |
|
"url": "https://github.com/jonschlinkert/repeat-string/issues" |
|
}, |
|
"contributors": [ |
|
{ |
|
"email": "brian.woodward@gmail.com", |
|
"name": "Brian Woodward", |
|
"url": "https://github.com/doowb" |
|
}, |
|
{ |
|
"email": "jon.schlinkert@sellside.com", |
|
"name": "Jon Schlinkert", |
|
"url": "http://twitter.com/jonschlinkert" |
|
}, |
|
{ |
|
"email": "linus@folkdatorn.se", |
|
"name": "Linus Unnebäck", |
|
"url": "http://linus.unnebäck.se" |
|
}, |
|
{ |
|
"email": "tbusser@gmail.com", |
|
"name": "Thijs Busser", |
|
"url": "http://tbusser.net" |
|
}, |
|
{ |
|
"email": "tituswormer@gmail.com", |
|
"name": "Titus", |
|
"url": "wooorm.com" |
|
} |
|
], |
|
"dependencies": {}, |
|
"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" |
|
}, |
|
"directories": {}, |
|
"dist": { |
|
"shasum": "8dcae470e1c88abc2d600fff4a776286da75e637", |
|
"tarball": "https://registry.npmjs.org/repeat-string/-/repeat-string-1.6.1.tgz" |
|
}, |
|
"engines": { |
|
"node": ">=0.10" |
|
}, |
|
"files": [ |
|
"index.js" |
|
], |
|
"gitHead": "1a95c5d99a02999ccd2cf4663959a18bd2def7b8", |
|
"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", |
|
"maintainers": [ |
|
{ |
|
"email": "github@sellside.com", |
|
"name": "jonschlinkert" |
|
}, |
|
{ |
|
"email": "brian.woodward@gmail.com", |
|
"name": "doowb" |
|
} |
|
], |
|
"name": "repeat-string", |
|
"optionalDependencies": {}, |
|
"readme": "ERROR: No README data found!", |
|
"repository": { |
|
"type": "git", |
|
"url": "git+https://github.com/jonschlinkert/repeat-string.git" |
|
}, |
|
"scripts": { |
|
"test": "mocha" |
|
}, |
|
"verb": { |
|
"helpers": [ |
|
"./benchmark/helper.js" |
|
], |
|
"layout": "default", |
|
"plugins": [ |
|
"gulp-format-md" |
|
], |
|
"reflinks": [ |
|
"verb" |
|
], |
|
"related": { |
|
"list": [ |
|
"repeat-element" |
|
] |
|
}, |
|
"tasks": [ |
|
"readme" |
|
], |
|
"toc": false |
|
}, |
|
"version": "1.6.1" |
|
}
|
|
|