mirror of https://github.com/lukechilds/node.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
101 lines
2.5 KiB
101 lines
2.5 KiB
{
|
|
"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"
|
|
],
|
|
"author": {
|
|
"name": "John-David Dalton",
|
|
"email": "john.david.dalton@gmail.com",
|
|
"url": "http://allyoucanleet.com/"
|
|
},
|
|
"contributors": [
|
|
{
|
|
"name": "John-David Dalton",
|
|
"email": "john.david.dalton@gmail.com",
|
|
"url": "http://allyoucanleet.com/"
|
|
},
|
|
{
|
|
"name": "Benjamin Tan",
|
|
"email": "demoneaux@gmail.com",
|
|
"url": "https://d10.github.io/"
|
|
},
|
|
{
|
|
"name": "Blaine Bublitz",
|
|
"email": "blaine@iceddev.com",
|
|
"url": "http://www.iceddev.com/"
|
|
},
|
|
{
|
|
"name": "Kit Cambridge",
|
|
"email": "github@kitcambridge.be",
|
|
"url": "http://kitcambridge.be/"
|
|
},
|
|
{
|
|
"name": "Mathias Bynens",
|
|
"email": "mathias@qiwi.be",
|
|
"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",
|
|
"lodash._getnative": "^3.0.0",
|
|
"lodash._isiterateecall": "^3.0.0",
|
|
"lodash.isarray": "^3.0.0"
|
|
},
|
|
"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"
|
|
},
|
|
"maintainers": [
|
|
{
|
|
"name": "jdalton",
|
|
"email": "john.david.dalton@gmail.com"
|
|
},
|
|
{
|
|
"name": "kitcambridge",
|
|
"email": "github@kitcambridge.be"
|
|
},
|
|
{
|
|
"name": "mathias",
|
|
"email": "mathias@qiwi.be"
|
|
},
|
|
{
|
|
"name": "phated",
|
|
"email": "blaine@iceddev.com"
|
|
},
|
|
{
|
|
"name": "d10",
|
|
"email": "demoneaux@gmail.com"
|
|
}
|
|
],
|
|
"dist": {
|
|
"shasum": "146c36f25e75d19501ba402e88ba14937f63cd8b",
|
|
"tarball": "http://registry.npmjs.org/lodash.uniq/-/lodash.uniq-3.2.2.tgz"
|
|
},
|
|
"directories": {},
|
|
"_resolved": "https://registry.npmjs.org/lodash.uniq/-/lodash.uniq-3.2.2.tgz",
|
|
"readme": "ERROR: No README data found!"
|
|
}
|
|
|