2016-10-10 03:43:44 +02:00
|
|
|
{
|
2016-11-03 01:33:53 +01:00
|
|
|
"name": "repeat-element",
|
|
|
|
"description": "Create an array by repeating the given value n times.",
|
|
|
|
"version": "1.1.2",
|
|
|
|
"homepage": "https://github.com/jonschlinkert/repeat-element",
|
2016-10-10 03:43:44 +02:00
|
|
|
"author": {
|
|
|
|
"name": "Jon Schlinkert",
|
|
|
|
"url": "https://github.com/jonschlinkert"
|
|
|
|
},
|
2016-11-03 01:33:53 +01:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git://github.com/jonschlinkert/repeat-element.git"
|
|
|
|
},
|
2016-10-10 03:43:44 +02:00
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/jonschlinkert/repeat-element/issues"
|
|
|
|
},
|
2016-11-03 01:33:53 +01:00
|
|
|
"license": {
|
|
|
|
"type": "MIT",
|
|
|
|
"url": "https://github.com/jonschlinkert/repeat-element/blob/master/LICENSE"
|
2016-10-10 03:43:44 +02:00
|
|
|
},
|
2016-11-03 01:33:53 +01:00
|
|
|
"main": "index.js",
|
2016-10-10 03:43:44 +02:00
|
|
|
"engines": {
|
|
|
|
"node": ">=0.10.0"
|
|
|
|
},
|
2016-11-03 01:33:53 +01:00
|
|
|
"scripts": {
|
|
|
|
"test": "mocha"
|
|
|
|
},
|
2016-10-10 03:43:44 +02:00
|
|
|
"files": [
|
|
|
|
"index.js"
|
|
|
|
],
|
|
|
|
"keywords": [
|
|
|
|
"array",
|
|
|
|
"element",
|
|
|
|
"repeat",
|
|
|
|
"string"
|
|
|
|
],
|
2016-11-03 01:33:53 +01:00
|
|
|
"devDependencies": {
|
|
|
|
"benchmarked": "^0.1.4",
|
|
|
|
"chalk": "^1.0.0",
|
|
|
|
"glob": "^5.0.5",
|
|
|
|
"minimist": "^1.1.1",
|
|
|
|
"mocha": "^2.2.4"
|
|
|
|
}
|
2016-10-10 03:43:44 +02:00
|
|
|
}
|