Module

x/lodash/package.json

A modern JavaScript utility library delivering modularity, performance, & extras.
Extremely Popular
Go to Latest
File
{ "name": "lodash", "version": "4.17.3", "description": "Lodash modular utilities.", "keywords": "modules, stdlib, util", "homepage": "https://lodash.com/", "repository": "lodash/lodash", "icon": "https://lodash.com/icon.svg", "license": "MIT", "main": "lodash.js", "author": "John-David Dalton <john.david.dalton@gmail.com> (http://allyoucanleet.com/)", "contributors": [ "John-David Dalton <john.david.dalton@gmail.com> (http://allyoucanleet.com/)", "Mathias Bynens <mathias@qiwi.be> (https://mathiasbynens.be/)" ], "scripts": { "test": "echo \"See https://travis-ci.org/lodash/lodash-cli for testing details.\"" }}