| 123456789101112131415161718192021222324252627282930313233 |
- {
- "author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me)",
- "name": "minimatch",
- "description": "a glob matcher in javascript",
- "version": "3.0.4",
- "repository": {
- "type": "git",
- "url": "git://github.com/isaacs/minimatch.git"
- },
- "main": "minimatch.js",
- "scripts": {
- "test": "tap test/*.js --cov",
- "preversion": "npm test",
- "postversion": "npm publish",
- "postpublish": "git push origin --all; git push origin --tags"
- },
- "engines": {
- "node": "*"
- },
- "dependencies": {
- "brace-expansion": "^1.1.7"
- },
- "devDependencies": {
- "tap": "^10.3.2"
- },
- "license": "ISC",
- "files": [
- "minimatch.js"
- ],
- "__npminstall_done": "Thu Dec 24 2020 20:20:35 GMT+0800 (CST)",
- "_from": "minimatch@3.0.4",
- "_resolved": "https://registry.npm.taobao.org/minimatch/download/minimatch-3.0.4.tgz?cache=0&sync_timestamp=1586263945849&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fminimatch%2Fdownload%2Fminimatch-3.0.4.tgz"
- }
|