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.json74
1 files changed, 11 insertions, 63 deletions
diff --git a/node_modules/lodash.uniq/package.json b/node_modules/lodash.uniq/package.json
index d5a5cabcc..d43312344 100644
--- a/node_modules/lodash.uniq/package.json
+++ b/node_modules/lodash.uniq/package.json
@@ -1,69 +1,17 @@
{
- "_from": "lodash.uniq@~4.5.0",
- "_id": "lodash.uniq@4.5.0",
- "_inBundle": false,
- "_integrity": "sha1-0CJTc662Uq3BvILklFM5qEJ1R3M=",
- "_location": "/lodash.uniq",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "lodash.uniq@~4.5.0",
- "name": "lodash.uniq",
- "escapedName": "lodash.uniq",
- "rawSpec": "~4.5.0",
- "saveSpec": null,
- "fetchSpec": "~4.5.0"
- },
- "_requiredBy": [
- "/"
- ],
- "_resolved": "https://registry.npmjs.org/lodash.uniq/-/lodash.uniq-4.5.0.tgz",
- "_shasum": "d0225373aeb652adc1bc82e4945339a842754773",
- "_spec": "lodash.uniq@~4.5.0",
- "_where": "/Users/isaacs/dev/npm/cli",
- "author": {
- "name": "John-David Dalton",
- "email": "john.david.dalton@gmail.com",
- "url": "http://allyoucanleet.com/"
- },
- "bugs": {
- "url": "https://github.com/lodash/lodash/issues"
- },
- "bundleDependencies": false,
- "contributors": [
- {
- "name": "John-David Dalton",
- "email": "john.david.dalton@gmail.com",
- "url": "http://allyoucanleet.com/"
- },
- {
- "name": "Blaine Bublitz",
- "email": "blaine.bublitz@gmail.com",
- "url": "https://github.com/phated"
- },
- {
- "name": "Mathias Bynens",
- "email": "mathias@qiwi.be",
- "url": "https://mathiasbynens.be/"
- }
- ],
- "deprecated": false,
+ "name": "lodash.uniq",
+ "version": "4.5.0",
"description": "The lodash method `_.uniq` exported as a module.",
"homepage": "https://lodash.com/",
"icon": "https://lodash.com/icon.svg",
- "keywords": [
- "lodash-modularized",
- "uniq"
- ],
"license": "MIT",
- "name": "lodash.uniq",
- "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.\""
- },
- "version": "4.5.0"
+ "keywords": "lodash-modularized, uniq",
+ "author": "John-David Dalton <john.david.dalton@gmail.com> (http://allyoucanleet.com/)",
+ "contributors": [
+ "John-David Dalton <john.david.dalton@gmail.com> (http://allyoucanleet.com/)",
+ "Blaine Bublitz <blaine.bublitz@gmail.com> (https://github.com/phated)",
+ "Mathias Bynens <mathias@qiwi.be> (https://mathiasbynens.be/)"
+ ],
+ "repository": "lodash/lodash",
+ "scripts": { "test": "echo \"See https://travis-ci.org/lodash/lodash-cli for testing details.\"" }
}