mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-01-31 15:27:50 +00:00
23 lines
323 B
JSON
23 lines
323 B
JSON
{
|
|
"name": "lodash",
|
|
"version": "1.2.0",
|
|
"main": "./dist/lodash.compat.js",
|
|
"ignore": [
|
|
".*",
|
|
"*.custom.*",
|
|
"*.d.ts",
|
|
"*.md",
|
|
"*.txt",
|
|
"build.js",
|
|
"index.js",
|
|
"component.json",
|
|
"package.json",
|
|
"build",
|
|
"doc",
|
|
"node_modules",
|
|
"perf",
|
|
"test",
|
|
"vendor"
|
|
]
|
|
}
|