mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-01-29 14:37:49 +00:00
21 lines
403 B
JSON
21 lines
403 B
JSON
{
|
|
"name": "lodash",
|
|
"repo": "bestiejs/lodash",
|
|
"version": "1.3.1",
|
|
"description": "A low-level utility library delivering consistency, customization, performance, and extra features.",
|
|
"license": "MIT",
|
|
"scripts": [
|
|
"index.js",
|
|
"dist/lodash.compat.js"
|
|
],
|
|
"keywords": [
|
|
"browser",
|
|
"client",
|
|
"functional",
|
|
"performance",
|
|
"server",
|
|
"speed",
|
|
"util"
|
|
]
|
|
}
|