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:
authorKat Marchán <kzm@sykosomatic.org>2016-03-31 03:57:27 +0300
committerKat Marchán <kzm@sykosomatic.org>2016-03-31 04:15:56 +0300
commit69ccf6dd4caf95cd0628054307487cae1885acd0 (patch)
treed9a5bc484be152f3fa2bd12d1232bbb9067d349f /node_modules/lodash.uniq
parentb50c41a9930dc5353a23c5ae2ff87bb99e11d482 (diff)
lodash.uniq@4.2.1
Credit: @jdalton
Diffstat (limited to 'node_modules/lodash.uniq')
-rw-r--r--node_modules/lodash.uniq/README.md4
-rw-r--r--node_modules/lodash.uniq/index.js2
-rw-r--r--node_modules/lodash.uniq/package.json40
3 files changed, 23 insertions, 23 deletions
diff --git a/node_modules/lodash.uniq/README.md b/node_modules/lodash.uniq/README.md
index 3204e5847..31e7c591e 100644
--- a/node_modules/lodash.uniq/README.md
+++ b/node_modules/lodash.uniq/README.md
@@ -1,4 +1,4 @@
-# lodash.uniq v4.2.0
+# lodash.uniq v4.2.1
The [lodash](https://lodash.com/) method `_.uniq` exported as a [Node.js](https://nodejs.org/) module.
@@ -15,4 +15,4 @@ In Node.js:
var uniq = require('lodash.uniq');
```
-See the [documentation](https://lodash.com/docs#uniq) or [package source](https://github.com/lodash/lodash/blob/4.2.0-npm-packages/lodash.uniq) for more details.
+See the [documentation](https://lodash.com/docs#uniq) or [package source](https://github.com/lodash/lodash/blob/4.2.1-npm-packages/lodash.uniq) for more details.
diff --git a/node_modules/lodash.uniq/index.js b/node_modules/lodash.uniq/index.js
index 6c7bde110..567c6ece6 100644
--- a/node_modules/lodash.uniq/index.js
+++ b/node_modules/lodash.uniq/index.js
@@ -1,5 +1,5 @@
/**
- * lodash 4.2.0 (Custom Build) <https://lodash.com/>
+ * lodash 4.2.1 (Custom Build) <https://lodash.com/>
* Build: `lodash modularize exports="npm" -o ./`
* Copyright 2012-2016 The Dojo Foundation <http://dojofoundation.org/>
* Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE>
diff --git a/node_modules/lodash.uniq/package.json b/node_modules/lodash.uniq/package.json
index d14db6ba9..2823bb8d2 100644
--- a/node_modules/lodash.uniq/package.json
+++ b/node_modules/lodash.uniq/package.json
@@ -1,42 +1,42 @@
{
"_args": [
[
- "lodash.uniq@~4.2.0",
- "/Users/rebecca/code/npm"
+ "lodash.uniq@4.2.1",
+ "/Users/zkat/Documents/code/npm"
]
],
- "_from": "lodash.uniq@>=4.2.0 <4.3.0",
- "_id": "lodash.uniq@4.2.0",
+ "_from": "lodash.uniq@4.2.1",
+ "_id": "lodash.uniq@4.2.1",
"_inCache": true,
"_installable": true,
"_location": "/lodash.uniq",
"_nodeVersion": "5.5.0",
"_npmOperationalInternal": {
- "host": "packages-5-east.internal.npmjs.com",
- "tmp": "tmp/lodash.uniq-4.2.0.tgz_1455615740326_0.14619768620468676"
+ "host": "packages-12-west.internal.npmjs.com",
+ "tmp": "tmp/lodash.uniq-4.2.1.tgz_1459310991318_0.029993396950885653"
},
"_npmUser": {
"email": "john.david.dalton@gmail.com",
"name": "jdalton"
},
- "_npmVersion": "2.14.18",
+ "_npmVersion": "2.15.1",
"_phantomChildren": {},
"_requested": {
"name": "lodash.uniq",
- "raw": "lodash.uniq@~4.2.0",
- "rawSpec": "~4.2.0",
+ "raw": "lodash.uniq@4.2.1",
+ "rawSpec": "4.2.1",
"scope": null,
- "spec": ">=4.2.0 <4.3.0",
- "type": "range"
+ "spec": "4.2.1",
+ "type": "version"
},
"_requiredBy": [
"/"
],
- "_resolved": "https://registry.npmjs.org/lodash.uniq/-/lodash.uniq-4.2.0.tgz",
- "_shasum": "e0cb2ac57e11b6a0d0c87674f6ff4a1986f78739",
+ "_resolved": "https://registry.npmjs.org/lodash.uniq/-/lodash.uniq-4.2.1.tgz",
+ "_shasum": "4210d4b90647ee24211b469aed0ef84902069743",
"_shrinkwrap": null,
- "_spec": "lodash.uniq@~4.2.0",
- "_where": "/Users/rebecca/code/npm",
+ "_spec": "lodash.uniq@4.2.1",
+ "_where": "/Users/zkat/Documents/code/npm",
"author": {
"email": "john.david.dalton@gmail.com",
"name": "John-David Dalton",
@@ -52,7 +52,7 @@
"url": "http://allyoucanleet.com/"
},
{
- "email": "blaine@iceddev.com",
+ "email": "blaine.bublitz@gmail.com",
"name": "Blaine Bublitz",
"url": "https://github.com/phated"
},
@@ -63,14 +63,14 @@
}
],
"dependencies": {
- "lodash._baseuniq": "^4.0.0"
+ "lodash._baseuniq": "~4.5.0"
},
"description": "The lodash method `_.uniq` exported as a module.",
"devDependencies": {},
"directories": {},
"dist": {
- "shasum": "e0cb2ac57e11b6a0d0c87674f6ff4a1986f78739",
- "tarball": "http://registry.npmjs.org/lodash.uniq/-/lodash.uniq-4.2.0.tgz"
+ "shasum": "4210d4b90647ee24211b469aed0ef84902069743",
+ "tarball": "https://registry.npmjs.org/lodash.uniq/-/lodash.uniq-4.2.1.tgz"
},
"homepage": "https://lodash.com/",
"icon": "https://lodash.com/icon.svg",
@@ -103,5 +103,5 @@
"scripts": {
"test": "echo \"See https://travis-ci.org/lodash/lodash-cli for testing details.\""
},
- "version": "4.2.0"
+ "version": "4.2.1"
}