public_library_map/node_modules/minimatch/package.json

31 lines
667 B
JSON
Raw Normal View History

2021-11-24 19:46:47 +11:00
{
2021-12-11 08:03:44 +11:00
"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"
2021-11-24 19:46:47 +11:00
},
2021-12-11 08:03:44 +11:00
"main": "minimatch.js",
"scripts": {
"test": "tap test/*.js --cov",
"preversion": "npm test",
"postversion": "npm publish",
"postpublish": "git push origin --all; git push origin --tags"
2021-11-24 19:46:47 +11:00
},
2021-12-11 08:03:44 +11:00
"engines": {
"node": "*"
2021-11-24 19:46:47 +11:00
},
"dependencies": {
"brace-expansion": "^1.1.7"
},
"devDependencies": {
"tap": "^10.3.2"
},
2021-12-11 08:03:44 +11:00
"license": "ISC",
2021-11-24 19:46:47 +11:00
"files": [
"minimatch.js"
2021-12-11 08:03:44 +11:00
]
2021-11-24 19:46:47 +11:00
}