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