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:
Diffstat (limited to 'node_modules/lodash.uniq/package.json')
-rw-r--r--node_modules/lodash.uniq/package.json96
1 files changed, 36 insertions, 60 deletions
diff --git a/node_modules/lodash.uniq/package.json b/node_modules/lodash.uniq/package.json
index 0e06bfe28..e29a590d9 100644
--- a/node_modules/lodash.uniq/package.json
+++ b/node_modules/lodash.uniq/package.json
@@ -1,45 +1,21 @@
{
- "_args": [
- [
- "lodash.uniq@~3.2.1",
- "/Users/rebecca/code/npm"
- ]
- ],
- "_from": "lodash.uniq@>=3.2.1 <3.3.0",
- "_id": "lodash.uniq@3.2.2",
- "_inCache": true,
- "_location": "/lodash.uniq",
- "_nodeVersion": "0.12.5",
- "_npmUser": {
- "email": "john.david.dalton@gmail.com",
- "name": "jdalton"
- },
- "_npmVersion": "2.12.0",
- "_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": [
- "/"
+ "name": "lodash.uniq",
+ "version": "3.2.2",
+ "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"
],
- "_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",
"author": {
- "email": "john.david.dalton@gmail.com",
"name": "John-David Dalton",
+ "email": "john.david.dalton@gmail.com",
"url": "http://allyoucanleet.com/"
},
- "bugs": {
- "url": "https://github.com/lodash/lodash/issues"
- },
"contributors": [
{
"name": "John-David Dalton",
@@ -67,6 +43,13 @@
"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",
@@ -74,22 +57,18 @@
"lodash._isiterateecall": "^3.0.0",
"lodash.isarray": "^3.0.0"
},
- "description": "The modern build of lodash’s `_.uniq` as a module.",
- "devDependencies": {},
- "directories": {},
- "dist": {
- "shasum": "146c36f25e75d19501ba402e88ba14937f63cd8b",
- "tarball": "http://registry.npmjs.org/lodash.uniq/-/lodash.uniq-3.2.2.tgz"
+ "bugs": {
+ "url": "https://github.com/lodash/lodash/issues"
+ },
+ "_id": "lodash.uniq@3.2.2",
+ "_shasum": "146c36f25e75d19501ba402e88ba14937f63cd8b",
+ "_from": "lodash.uniq@>=3.2.2 <3.3.0",
+ "_npmVersion": "2.12.0",
+ "_nodeVersion": "0.12.5",
+ "_npmUser": {
+ "name": "jdalton",
+ "email": "john.david.dalton@gmail.com"
},
- "homepage": "https://lodash.com/",
- "icon": "https://lodash.com/icon.svg",
- "keywords": [
- "lodash",
- "lodash-modularized",
- "stdlib",
- "util"
- ],
- "license": "MIT",
"maintainers": [
{
"name": "jdalton",
@@ -112,14 +91,11 @@
"email": "demoneaux@gmail.com"
}
],
- "name": "lodash.uniq",
- "optionalDependencies": {},
- "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.\""
+ "dist": {
+ "shasum": "146c36f25e75d19501ba402e88ba14937f63cd8b",
+ "tarball": "http://registry.npmjs.org/lodash.uniq/-/lodash.uniq-3.2.2.tgz"
},
- "version": "3.2.2"
+ "directories": {},
+ "_resolved": "https://registry.npmjs.org/lodash.uniq/-/lodash.uniq-3.2.2.tgz",
+ "readme": "ERROR: No README data found!"
}