diff options
Diffstat (limited to 'devtools/client/shared/vendor/micromatch/package.json')
-rw-r--r-- | devtools/client/shared/vendor/micromatch/package.json | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/devtools/client/shared/vendor/micromatch/package.json b/devtools/client/shared/vendor/micromatch/package.json new file mode 100644 index 0000000000..038894e822 --- /dev/null +++ b/devtools/client/shared/vendor/micromatch/package.json @@ -0,0 +1,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" + } +} |