blob: 0bcd083bcdabfb2d1bb36a29c7722e0555ba33ac [file] [log] [blame]
{
"_args": [
[
"repeat-string@0.2.2",
"/Users/scottyaslan/Development/nifi-fds/target"
]
],
"_development": true,
"_from": "repeat-string@0.2.2",
"_id": "repeat-string@0.2.2",
"_inBundle": false,
"_integrity": "sha1-x6jTI2BoNiBZp+RlH8aITosftK4=",
"_location": "/expand-braces/repeat-string",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "repeat-string@0.2.2",
"name": "repeat-string",
"escapedName": "repeat-string",
"rawSpec": "0.2.2",
"saveSpec": null,
"fetchSpec": "0.2.2"
},
"_requiredBy": [
"/expand-braces/expand-range"
],
"_resolved": "https://registry.npmjs.org/repeat-string/-/repeat-string-0.2.2.tgz",
"_spec": "0.2.2",
"_where": "/Users/scottyaslan/Development/nifi-fds/target",
"author": {
"name": "Jon Schlinkert",
"url": "http://github.com/jonschlinkert/"
},
"bugs": {
"url": "https://github.com/jonschlinkert/repeat-string/issues"
},
"description": "Repeat the given string, n times.",
"devDependencies": {
"chai": "~1.9.1",
"should": "^4.0.4",
"verb": "^0.2.15"
},
"engines": {
"node": ">=0.10"
},
"homepage": "https://github.com/jonschlinkert/repeat-string",
"keywords": [
"multiple",
"repeat",
"str",
"string",
"times"
],
"licenses": [
{
"type": "MIT",
"url": "https://github.com/jonschlinkert/repeat-string/blob/master/LICENSE-MIT"
}
],
"main": "index.js",
"name": "repeat-string",
"repository": {
"type": "git",
"url": "git://github.com/jonschlinkert/repeat-string.git"
},
"scripts": {
"test": "mocha -R spec"
},
"version": "0.2.2"
}