wishthis/node_modules/minimatch/package.json

31 lines
651 B
JSON
Raw Normal View History

2022-01-21 08:28:41 +00:00
{
"author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me)",
"name": "minimatch",
"description": "a glob matcher in javascript",
2022-02-07 14:48:46 +00:00
"version": "3.0.5",
2022-01-21 08:28:41 +00:00
"repository": {
"type": "git",
"url": "git://github.com/isaacs/minimatch.git"
},
"main": "minimatch.js",
"scripts": {
2022-02-07 14:48:46 +00:00
"test": "tap",
2022-01-21 08:28:41 +00: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-02-07 14:48:46 +00:00
"tap": "^15.1.6"
2022-01-21 08:28:41 +00:00
},
"license": "ISC",
"files": [
"minimatch.js"
]
}