Files
lodash/lodash.findlast/package.json
John-David Dalton 607a8b4075 Bump to v4.3.0.
2019-07-09 21:54:38 -07:00

24 lines
923 B
JSON

{
"name": "lodash.findlast",
"version": "4.3.0",
"description": "The lodash method `_.findLast` exported as a module.",
"homepage": "https://lodash.com/",
"icon": "https://lodash.com/icon.svg",
"license": "MIT",
"keywords": "lodash-modularized, findlast",
"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.\"" },
"dependencies": {
"lodash._baseeachright": "~4.1.0",
"lodash._basefind": "~3.0.0",
"lodash._basefindindex": "~3.6.0",
"lodash._baseiteratee": "~4.6.0"
}
}