blob: 038894e822a779d7feff9a892796f5f55257d13a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
{
"name": "micromatch",
"version": "4.0.4",
"description": "The mozilla-central bundle of the micromatch package",
"main": "",
"scripts": {
"webpack": "webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/micromatch/micromatch.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/micromatch/micromatch/issues"
},
"homepage": "https://github.com/micromatch/micromatch#readme",
"dependencies": {
"micromatch": "^4.0.4"
},
"devDependencies": {
"webpack": "^4.46.0",
"webpack-cli": "^4.10.0"
}
}
|