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-05-22 11:33:46 +0300
committerRebecca Turner <me@re-becca.org>2015-06-26 03:27:03 +0300
commitd3c858ce4cfb3aee515bb299eb034fe1b5e44344 (patch)
treee7714c839934a729b68038f4c7dc5ec3ed877638 /node_modules/lodash.uniq/package.json
parent24564b9654528d23c726cf9ea82b1aef2044b692 (diff)
deps: deduplicate npm@3 style
Diffstat (limited to 'node_modules/lodash.uniq/package.json')
-rw-r--r--node_modules/lodash.uniq/package.json96
1 files changed, 60 insertions, 36 deletions
diff --git a/node_modules/lodash.uniq/package.json b/node_modules/lodash.uniq/package.json
index 689bbe259..157f1d647 100644
--- a/node_modules/lodash.uniq/package.json
+++ b/node_modules/lodash.uniq/package.json
@@ -1,21 +1,45 @@
{
- "name": "lodash.uniq",
- "version": "3.2.1",
- "description": "The modern build of lodash’s `_.uniq` as a module.",
- "homepage": "https://lodash.com/",
- "icon": "https://lodash.com/icon.svg",
- "license": "MIT",
- "keywords": [
- "lodash",
- "lodash-modularized",
- "stdlib",
- "util"
+ "_args": [
+ [
+ "lodash.uniq@~3.2.1",
+ "/Users/rebecca/code/npm"
+ ]
],
+ "_from": "lodash.uniq@>=3.2.1 <3.3.0",
+ "_id": "lodash.uniq@3.2.1",
+ "_inCache": true,
+ "_location": "/lodash.uniq",
+ "_nodeVersion": "2.0.2",
+ "_npmUser": {
+ "email": "john.david.dalton@gmail.com",
+ "name": "jdalton"
+ },
+ "_npmVersion": "2.10.1",
+ "_phantomChildren": {},
+ "_requested": {
+ "name": "lodash.uniq",
+ "raw": "lodash.uniq@~3.2.1",
+ "rawSpec": "~3.2.1",
+ "scope": null,
+ "spec": ">=3.2.1 <3.3.0",
+ "type": "range"
+ },
+ "_requiredBy": [
+ "/"
+ ],
+ "_resolved": "https://registry.npmjs.org/lodash.uniq/-/lodash.uniq-3.2.1.tgz",
+ "_shasum": "4d63aed7d7dff825263c4ce179b94a6d502a43da",
+ "_shrinkwrap": null,
+ "_spec": "lodash.uniq@~3.2.1",
+ "_where": "/Users/rebecca/code/npm",
"author": {
- "name": "John-David Dalton",
"email": "john.david.dalton@gmail.com",
+ "name": "John-David Dalton",
"url": "http://allyoucanleet.com/"
},
+ "bugs": {
+ "url": "https://github.com/lodash/lodash/issues"
+ },
"contributors": [
{
"name": "John-David Dalton",
@@ -43,13 +67,6 @@
"url": "https://mathiasbynens.be/"
}
],
- "repository": {
- "type": "git",
- "url": "git+https://github.com/lodash/lodash.git"
- },
- "scripts": {
- "test": "echo \"See https://travis-ci.org/lodash/lodash-cli for testing details.\""
- },
"dependencies": {
"lodash._basecallback": "^3.0.0",
"lodash._baseuniq": "^3.0.0",
@@ -57,18 +74,22 @@
"lodash._isiterateecall": "^3.0.0",
"lodash.isarray": "^3.0.0"
},
- "bugs": {
- "url": "https://github.com/lodash/lodash/issues"
- },
- "_id": "lodash.uniq@3.2.1",
- "_shasum": "4d63aed7d7dff825263c4ce179b94a6d502a43da",
- "_from": "lodash.uniq@>=3.2.0 <3.3.0",
- "_npmVersion": "2.10.1",
- "_nodeVersion": "2.0.2",
- "_npmUser": {
- "name": "jdalton",
- "email": "john.david.dalton@gmail.com"
+ "description": "The modern build of lodash’s `_.uniq` as a module.",
+ "devDependencies": {},
+ "directories": {},
+ "dist": {
+ "shasum": "4d63aed7d7dff825263c4ce179b94a6d502a43da",
+ "tarball": "http://registry.npmjs.org/lodash.uniq/-/lodash.uniq-3.2.1.tgz"
},
+ "homepage": "https://lodash.com/",
+ "icon": "https://lodash.com/icon.svg",
+ "keywords": [
+ "lodash",
+ "lodash-modularized",
+ "stdlib",
+ "util"
+ ],
+ "license": "MIT",
"maintainers": [
{
"name": "jdalton",
@@ -91,11 +112,14 @@
"email": "demoneaux@gmail.com"
}
],
- "dist": {
- "shasum": "4d63aed7d7dff825263c4ce179b94a6d502a43da",
- "tarball": "http://registry.npmjs.org/lodash.uniq/-/lodash.uniq-3.2.1.tgz"
+ "name": "lodash.uniq",
+ "optionalDependencies": {},
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/lodash/lodash.git"
},
- "directories": {},
- "_resolved": "https://registry.npmjs.org/lodash.uniq/-/lodash.uniq-3.2.1.tgz",
- "readme": "ERROR: No README data found!"
+ "scripts": {
+ "test": "echo \"See https://travis-ci.org/lodash/lodash-cli for testing details.\""
+ },
+ "version": "3.2.1"
}