mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-01-30 15:07:50 +00:00
21 lines
383 B
JSON
21 lines
383 B
JSON
{
|
|
"name": "lodash",
|
|
"repo": "lodash/lodash",
|
|
"version": "1.3.1",
|
|
"description": "A utility library delivering consistency, customization, performance, and extras.",
|
|
"license": "MIT",
|
|
"scripts": [
|
|
"index.js",
|
|
"dist/lodash.compat.js"
|
|
],
|
|
"keywords": [
|
|
"browser",
|
|
"client",
|
|
"functional",
|
|
"performance",
|
|
"server",
|
|
"speed",
|
|
"util"
|
|
]
|
|
}
|