Files
lodash/lodash.transform/package.json
John-David Dalton fdf249c94e Bump to v4.2.0.
2019-07-09 21:50:03 -07:00

23 lines
870 B
JSON

{
"name": "lodash.transform",
"version": "4.2.0",
"description": "The lodash method `_.transform` exported as a module.",
"homepage": "https://lodash.com/",
"icon": "https://lodash.com/icon.svg",
"license": "MIT",
"keywords": "lodash-modularized, transform",
"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@iceddev.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._basefor": "^3.0.0",
"lodash._baseiteratee": "^4.0.0",
"lodash.keys": "^4.0.0"
}
}