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