aboutsummaryrefslogtreecommitdiff
path: root/node_modules/arr-diff/package.json
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2017-08-14 05:01:11 +0200
committerFlorian Dold <florian.dold@gmail.com>2017-08-14 05:02:09 +0200
commit363723fc84f7b8477592e0105aeb331ec9a017af (patch)
tree29f92724f34131bac64d6a318dd7e30612e631c7 /node_modules/arr-diff/package.json
parent5634e77ad96bfe1818f6b6ee70b7379652e5487f (diff)
node_modules
Diffstat (limited to 'node_modules/arr-diff/package.json')
-rw-r--r--node_modules/arr-diff/package.json40
1 files changed, 30 insertions, 10 deletions
diff --git a/node_modules/arr-diff/package.json b/node_modules/arr-diff/package.json
index d40c21030..c106813be 100644
--- a/node_modules/arr-diff/package.json
+++ b/node_modules/arr-diff/package.json
@@ -1,9 +1,13 @@
{
"name": "arr-diff",
"description": "Returns an array with only the unique values from the first array, by excluding all values from additional arrays using strict equality for comparisons.",
- "version": "2.0.0",
+ "version": "4.0.0",
"homepage": "https://github.com/jonschlinkert/arr-diff",
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
+ "contributors": [
+ "Jon Schlinkert <jon.schlinkert@sellside.com> (http://twitter.com/jonschlinkert)",
+ "Paul Miller <paul+gh@paulmillr.com> (paulmillr.com)"
+ ],
"repository": "jonschlinkert/arr-diff",
"bugs": {
"url": "https://github.com/jonschlinkert/arr-diff/issues"
@@ -19,31 +23,47 @@
"scripts": {
"test": "mocha"
},
- "dependencies": {
- "arr-flatten": "^1.0.1"
- },
+ "dependencies": {},
"devDependencies": {
+ "ansi-bold": "^0.1.1",
+ "arr-flatten": "^1.0.1",
"array-differ": "^1.0.0",
- "array-slice": "^0.2.3",
- "benchmarked": "^0.1.4",
- "chalk": "^1.1.1",
- "mocha": "*",
- "should": "*"
+ "benchmarked": "^0.2.4",
+ "gulp-format-md": "^0.1.9",
+ "minimist": "^1.2.0",
+ "mocha": "^2.4.5"
},
"keywords": [
"arr",
"array",
+ "array differ",
+ "array-differ",
"diff",
"differ",
"difference"
],
"verb": {
+ "toc": false,
+ "layout": "default",
+ "tasks": [
+ "readme"
+ ],
+ "plugins": [
+ "gulp-format-md"
+ ],
"related": {
"list": [
"arr-flatten",
"array-filter",
"array-intersection"
]
+ },
+ "reflinks": [
+ "array-differ",
+ "verb"
+ ],
+ "lint": {
+ "reflinks": true
}
}
-} \ No newline at end of file
+}