wishthis/node_modules/minimatch/package.json

34 lines
700 B
JSON
Raw Permalink Normal View History

2022-01-21 08:28:41 +00:00
{
2022-03-14 15:40:45 +00:00
"author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me)",
"name": "minimatch",
"description": "a glob matcher in javascript",
"version": "3.1.2",
"publishConfig": {
"tag": "v3-legacy"
2022-01-21 08:28:41 +00:00
},
2022-03-14 15:40:45 +00:00
"repository": {
"type": "git",
"url": "git://github.com/isaacs/minimatch.git"
},
"main": "minimatch.js",
"scripts": {
"test": "tap",
"preversion": "npm test",
"postversion": "npm publish",
"postpublish": "git push origin --all; git push origin --tags"
2022-01-21 08:28:41 +00:00
},
2022-03-14 15:40:45 +00:00
"engines": {
"node": "*"
2022-01-21 08:28:41 +00:00
},
"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
},
2022-03-14 15:40:45 +00:00
"license": "ISC",
2022-01-21 08:28:41 +00:00
"files": [
"minimatch.js"
2022-03-14 15:40:45 +00:00
]
2022-01-21 08:28:41 +00:00
}