%PDF- %PDF-
| Direktori : /usr/share/nodejs/tmatch/ |
| Current File : //usr/share/nodejs/tmatch/package.json |
{
"name": "tmatch",
"version": "5.0.0",
"description": "This module exists to facilitate the `t.match()` method in [`tap`](http://npm.im/tap).",
"main": "index.js",
"scripts": {
"test": "tap --100 test/*.js -J",
"preversion": "npm test",
"postversion": "npm publish",
"postpublish": "git push origin --all; git push origin --tags"
},
"repository": {
"type": "git",
"url": "git+https://github.com/isaacs/tmatch.git"
},
"author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)",
"license": "ISC",
"bugs": {
"url": "https://github.com/isaacs/tmatch/issues"
},
"homepage": "https://github.com/isaacs/tmatch#readme",
"devDependencies": {
"tap": "^12.5.1"
},
"files": [
"index.js"
],
"engines": {
"node": ">=8"
}
}