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>2016-02-04 04:50:13 +0300
committerRebecca Turner <me@re-becca.org>2016-02-04 04:54:49 +0300
commit0a94bf6af0ebd38d080f92257e0cd9bae40b31ff (patch)
treec83d836b44ef02c45798adb51c25e8ab84147f03 /node_modules/lodash.union/package.json
parentb4c9582b4ef5991f3d155e0c6142ed1c631860af (diff)
lodash.union@4.0.2
Browser compatibility fixes. Credit: @jdalton
Diffstat (limited to 'node_modules/lodash.union/package.json')
-rw-r--r--node_modules/lodash.union/package.json35
1 files changed, 18 insertions, 17 deletions
diff --git a/node_modules/lodash.union/package.json b/node_modules/lodash.union/package.json
index dc5b37ac4..33ee21467 100644
--- a/node_modules/lodash.union/package.json
+++ b/node_modules/lodash.union/package.json
@@ -1,16 +1,20 @@
{
"_args": [
[
- "lodash.union@latest",
+ "lodash.union@~4.0.1",
"/Users/rebecca/code/npm"
]
],
- "_from": "lodash.union@latest",
- "_id": "lodash.union@4.0.1",
+ "_from": "lodash.union@>=4.0.1 <4.1.0",
+ "_id": "lodash.union@4.0.2",
"_inCache": true,
"_installable": true,
"_location": "/lodash.union",
"_nodeVersion": "5.4.0",
+ "_npmOperationalInternal": {
+ "host": "packages-5-east.internal.npmjs.com",
+ "tmp": "tmp/lodash.union-4.0.2.tgz_1454484786361_0.1982759500388056"
+ },
"_npmUser": {
"email": "john.david.dalton@gmail.com",
"name": "jdalton"
@@ -19,19 +23,19 @@
"_phantomChildren": {},
"_requested": {
"name": "lodash.union",
- "raw": "lodash.union@latest",
- "rawSpec": "latest",
+ "raw": "lodash.union@~4.0.1",
+ "rawSpec": "~4.0.1",
"scope": null,
- "spec": "latest",
- "type": "tag"
+ "spec": ">=4.0.1 <4.1.0",
+ "type": "range"
},
"_requiredBy": [
"/"
],
- "_resolved": "https://registry.npmjs.org/lodash.union/-/lodash.union-4.0.1.tgz",
- "_shasum": "43a1569658707d5c82e436012f381dadc7c469f8",
+ "_resolved": "https://registry.npmjs.org/lodash.union/-/lodash.union-4.0.2.tgz",
+ "_shasum": "280a5e37cdaf613f7b280a3976234113dec1fb05",
"_shrinkwrap": null,
- "_spec": "lodash.union@latest",
+ "_spec": "lodash.union@~4.0.1",
"_where": "/Users/rebecca/code/npm",
"author": {
"email": "john.david.dalton@gmail.com",
@@ -70,17 +74,14 @@
"devDependencies": {},
"directories": {},
"dist": {
- "shasum": "43a1569658707d5c82e436012f381dadc7c469f8",
- "tarball": "http://registry.npmjs.org/lodash.union/-/lodash.union-4.0.1.tgz"
+ "shasum": "280a5e37cdaf613f7b280a3976234113dec1fb05",
+ "tarball": "http://registry.npmjs.org/lodash.union/-/lodash.union-4.0.2.tgz"
},
"homepage": "https://lodash.com/",
"icon": "https://lodash.com/icon.svg",
"keywords": [
- "lodash",
"lodash-modularized",
- "stdlib",
- "union",
- "util"
+ "union"
],
"license": "MIT",
"maintainers": [
@@ -107,5 +108,5 @@
"scripts": {
"test": "echo \"See https://travis-ci.org/lodash/lodash-cli for testing details.\""
},
- "version": "4.0.1"
+ "version": "4.0.2"
}