send-mail/node_modules/minimatch/package.json

34 lines
700 B
JSON
Raw Permalink Normal View History

2021-06-23 00:18:21 +07:00
{
"author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me)",
"name": "minimatch",
"description": "a glob matcher in javascript",
2022-10-21 21:52:45 +07:00
"version": "3.1.2",
"publishConfig": {
"tag": "v3-legacy"
},
2021-06-23 00:18:21 +07:00
"repository": {
"type": "git",
"url": "git://github.com/isaacs/minimatch.git"
},
"main": "minimatch.js",
"scripts": {
2022-10-21 21:52:45 +07:00
"test": "tap",
2021-06-23 00:18:21 +07:00
"preversion": "npm test",
"postversion": "npm publish",
"postpublish": "git push origin --all; git push origin --tags"
},
"engines": {
"node": "*"
},
"dependencies": {
"brace-expansion": "^1.1.7"
},
"devDependencies": {
2022-10-21 21:52:45 +07:00
"tap": "^15.1.6"
2021-06-23 00:18:21 +07:00
},
"license": "ISC",
"files": [
"minimatch.js"
]
}