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.
97 lines
2.4 KiB
97 lines
2.4 KiB
{
|
|
"name": "lodash.without",
|
|
"version": "3.2.1",
|
|
"description": "The modern build of lodash’s `_.without` 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._basedifference": "^3.0.0",
|
|
"lodash.restparam": "^3.0.0"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/lodash/lodash/issues"
|
|
},
|
|
"_id": "lodash.without@3.2.1",
|
|
"_shasum": "d69614b3512e52294b6abab782e7ca96538ce816",
|
|
"_from": "lodash.without@>=3.2.1 <3.3.0",
|
|
"_npmVersion": "2.10.0",
|
|
"_nodeVersion": "0.12.3",
|
|
"_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": "d69614b3512e52294b6abab782e7ca96538ce816",
|
|
"tarball": "http://registry.npmjs.org/lodash.without/-/lodash.without-3.2.1.tgz"
|
|
},
|
|
"directories": {},
|
|
"_resolved": "https://registry.npmjs.org/lodash.without/-/lodash.without-3.2.1.tgz"
|
|
}
|
|
|