Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRebecca Turner <me@re-becca.org>2015-07-01 12:10:39 +0300
committerRebecca Turner <me@re-becca.org>2015-07-01 12:10:39 +0300
commit4e602c54118c9273d724ffc4818123419bdd64d6 (patch)
tree4d6117ede22ae665b81d315e92e7c98ba6f61ba2
parentc3a4450da22851a7875b9960681c08a36c2b2e71 (diff)
lodash.uniq@3.2.2
-rw-r--r--node_modules/lodash.uniq/LICENSE (renamed from node_modules/lodash.uniq/LICENSE.txt)0
-rw-r--r--node_modules/lodash.uniq/README.md4
-rw-r--r--node_modules/lodash.uniq/index.js6
-rw-r--r--node_modules/lodash.uniq/package.json16
-rw-r--r--package.json2
5 files changed, 14 insertions, 14 deletions
diff --git a/node_modules/lodash.uniq/LICENSE.txt b/node_modules/lodash.uniq/LICENSE
index 9cd87e5dc..9cd87e5dc 100644
--- a/node_modules/lodash.uniq/LICENSE.txt
+++ b/node_modules/lodash.uniq/LICENSE
diff --git a/node_modules/lodash.uniq/README.md b/node_modules/lodash.uniq/README.md
index 7414b73d6..7ec935c7a 100644
--- a/node_modules/lodash.uniq/README.md
+++ b/node_modules/lodash.uniq/README.md
@@ -1,4 +1,4 @@
-# lodash.uniq v3.2.1
+# lodash.uniq v3.2.2
The [modern build](https://github.com/lodash/lodash/wiki/Build-Differences) of [lodash’s](https://lodash.com/) `_.uniq` exported as a [Node.js](http://nodejs.org/)/[io.js](https://iojs.org/) module.
@@ -17,4 +17,4 @@ In Node.js/io.js:
var uniq = require('lodash.uniq');
```
-See the [documentation](https://lodash.com/docs#uniq) or [package source](https://github.com/lodash/lodash/blob/3.2.1-npm-packages/lodash.uniq) for more details.
+See the [documentation](https://lodash.com/docs#uniq) or [package source](https://github.com/lodash/lodash/blob/3.2.2-npm-packages/lodash.uniq) for more details.
diff --git a/node_modules/lodash.uniq/index.js b/node_modules/lodash.uniq/index.js
index 7f842ff0f..7c9a845e6 100644
--- a/node_modules/lodash.uniq/index.js
+++ b/node_modules/lodash.uniq/index.js
@@ -1,5 +1,5 @@
/**
- * lodash 3.2.1 (Custom Build) <https://lodash.com/>
+ * lodash 3.2.2 (Custom Build) <https://lodash.com/>
* Build: `lodash modern modularize exports="npm" -o ./`
* Copyright 2012-2015 The Dojo Foundation <http://dojofoundation.org/>
* Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE>
@@ -40,7 +40,7 @@ function sortedUniq(array, iteratee) {
/**
* Creates a duplicate-free version of an array, using
- * [`SameValueZero`](https://people.mozilla.org/~jorendorff/es6-draft.html#sec-samevaluezero)
+ * [`SameValueZero`](http://ecma-international.org/ecma-262/6.0/#sec-samevaluezero)
* for equality comparisons, in which only the first occurence of each element
* is kept. Providing `true` for `isSorted` performs a faster search algorithm
* for sorted arrays. If an iteratee function is provided it is invoked for
@@ -94,7 +94,7 @@ function uniq(array, isSorted, iteratee, thisArg) {
}
if (isSorted != null && typeof isSorted != 'boolean') {
thisArg = iteratee;
- iteratee = isIterateeCall(array, isSorted, thisArg) ? null : isSorted;
+ iteratee = isIterateeCall(array, isSorted, thisArg) ? undefined : isSorted;
isSorted = false;
}
iteratee = iteratee == null ? iteratee : baseCallback(iteratee, thisArg, 3);
diff --git a/node_modules/lodash.uniq/package.json b/node_modules/lodash.uniq/package.json
index 157f1d647..0e06bfe28 100644
--- a/node_modules/lodash.uniq/package.json
+++ b/node_modules/lodash.uniq/package.json
@@ -6,15 +6,15 @@
]
],
"_from": "lodash.uniq@>=3.2.1 <3.3.0",
- "_id": "lodash.uniq@3.2.1",
+ "_id": "lodash.uniq@3.2.2",
"_inCache": true,
"_location": "/lodash.uniq",
- "_nodeVersion": "2.0.2",
+ "_nodeVersion": "0.12.5",
"_npmUser": {
"email": "john.david.dalton@gmail.com",
"name": "jdalton"
},
- "_npmVersion": "2.10.1",
+ "_npmVersion": "2.12.0",
"_phantomChildren": {},
"_requested": {
"name": "lodash.uniq",
@@ -27,8 +27,8 @@
"_requiredBy": [
"/"
],
- "_resolved": "https://registry.npmjs.org/lodash.uniq/-/lodash.uniq-3.2.1.tgz",
- "_shasum": "4d63aed7d7dff825263c4ce179b94a6d502a43da",
+ "_resolved": "https://registry.npmjs.org/lodash.uniq/-/lodash.uniq-3.2.2.tgz",
+ "_shasum": "146c36f25e75d19501ba402e88ba14937f63cd8b",
"_shrinkwrap": null,
"_spec": "lodash.uniq@~3.2.1",
"_where": "/Users/rebecca/code/npm",
@@ -78,8 +78,8 @@
"devDependencies": {},
"directories": {},
"dist": {
- "shasum": "4d63aed7d7dff825263c4ce179b94a6d502a43da",
- "tarball": "http://registry.npmjs.org/lodash.uniq/-/lodash.uniq-3.2.1.tgz"
+ "shasum": "146c36f25e75d19501ba402e88ba14937f63cd8b",
+ "tarball": "http://registry.npmjs.org/lodash.uniq/-/lodash.uniq-3.2.2.tgz"
},
"homepage": "https://lodash.com/",
"icon": "https://lodash.com/icon.svg",
@@ -121,5 +121,5 @@
"scripts": {
"test": "echo \"See https://travis-ci.org/lodash/lodash-cli for testing details.\""
},
- "version": "3.2.1"
+ "version": "3.2.2"
}
diff --git a/package.json b/package.json
index 4f205c059..e31a871f6 100644
--- a/package.json
+++ b/package.json
@@ -58,7 +58,7 @@
"lockfile": "~1.0.1",
"lodash.clonedeep": "~3.0.1",
"lodash.union": "~3.1.0",
- "lodash.uniq": "~3.2.1",
+ "lodash.uniq": "~3.2.2",
"lodash.without": "~3.2.1",
"mkdirp": "~0.5.1",
"node-gyp": "~2.0.1",