aboutsummaryrefslogtreecommitdiff
path: root/node_modules/repeat-element/package.json
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2018-09-20 02:56:13 +0200
committerFlorian Dold <florian.dold@gmail.com>2018-09-20 02:56:13 +0200
commitbbff7403fbf46f9ad92240ac213df8d30ef31b64 (patch)
treec58400ec5124da1c7d56b01aea83309f80a56c3b /node_modules/repeat-element/package.json
parent003fb34971cf63466184351b4db5f7c67df4f444 (diff)
downloadwallet-core-bbff7403fbf46f9ad92240ac213df8d30ef31b64.tar.xz
update packages
Diffstat (limited to 'node_modules/repeat-element/package.json')
-rw-r--r--node_modules/repeat-element/package.json49
1 files changed, 27 insertions, 22 deletions
diff --git a/node_modules/repeat-element/package.json b/node_modules/repeat-element/package.json
index 5b359b098..7f12ef98c 100644
--- a/node_modules/repeat-element/package.json
+++ b/node_modules/repeat-element/package.json
@@ -1,23 +1,17 @@
{
"name": "repeat-element",
"description": "Create an array by repeating the given value n times.",
- "version": "1.1.2",
+ "version": "1.1.3",
"homepage": "https://github.com/jonschlinkert/repeat-element",
- "author": {
- "name": "Jon Schlinkert",
- "url": "https://github.com/jonschlinkert"
- },
- "repository": {
- "type": "git",
- "url": "git://github.com/jonschlinkert/repeat-element.git"
- },
+ "author": "Jon Schlinkert (https://github.com/jonschlinkert)",
+ "repository": "jonschlinkert/repeat-element",
"bugs": {
"url": "https://github.com/jonschlinkert/repeat-element/issues"
},
- "license": {
- "type": "MIT",
- "url": "https://github.com/jonschlinkert/repeat-element/blob/master/LICENSE"
- },
+ "license": "MIT",
+ "files": [
+ "index.js"
+ ],
"main": "index.js",
"engines": {
"node": ">=0.10.0"
@@ -25,20 +19,31 @@
"scripts": {
"test": "mocha"
},
- "files": [
- "index.js"
- ],
+ "devDependencies": {
+ "benchmarked": "^2.0.0",
+ "chalk": "^2.4.1",
+ "glob": "^7.1.2",
+ "gulp-format-md": "^1.0.0",
+ "minimist": "^1.2.0",
+ "mocha": "^3.5.3"
+ },
"keywords": [
"array",
"element",
"repeat",
"string"
],
- "devDependencies": {
- "benchmarked": "^0.1.4",
- "chalk": "^1.0.0",
- "glob": "^5.0.5",
- "minimist": "^1.1.1",
- "mocha": "^2.2.4"
+ "verb": {
+ "toc": false,
+ "layout": "default",
+ "tasks": [
+ "readme"
+ ],
+ "plugins": [
+ "gulp-format-md"
+ ],
+ "lint": {
+ "reflinks": true
+ }
}
}