UNPKG

1.22 kBJSONView Raw
1{
2 "name": "lodash.differenceby",
3 "version": "4.0.2",
4 "description": "The lodash method `_.differenceBy` exported as a module.",
5 "homepage": "https://lodash.com/",
6 "icon": "https://lodash.com/icon.svg",
7 "license": "MIT",
8 "keywords": "lodash, lodash-modularized, stdlib, util, differenceby",
9 "author": "John-David Dalton <john.david.dalton@gmail.com> (http://allyoucanleet.com/)",
10 "contributors": [
11 "John-David Dalton <john.david.dalton@gmail.com> (http://allyoucanleet.com/)",
12 "Blaine Bublitz <blaine@iceddev.com> (https://github.com/phated)",
13 "Mathias Bynens <mathias@qiwi.be> (https://mathiasbynens.be/)"
14 ],
15 "repository": "lodash/lodash",
16 "scripts": { "test": "echo \"See https://travis-ci.org/lodash/lodash-cli for testing details.\"" },
17 "dependencies": {
18 "lodash._arrayincludes": "^4.0.0",
19 "lodash._arrayincludeswith": "^4.0.0",
20 "lodash._arraymap": "^3.0.0",
21 "lodash._baseflatten": "^4.0.0",
22 "lodash._baseisequal": "^4.0.0",
23 "lodash._baseismatch": "^4.0.0",
24 "lodash._cachehas": "^4.0.0",
25 "lodash._setcache": "^4.0.0",
26 "lodash.get": "^4.0.0",
27 "lodash.hasin": "^4.0.0",
28 "lodash.rest": "^4.0.0",
29 "lodash.topairs": "^4.0.0"
30 }
31}