blob: c42265b913fe150da0d5a0a247dba06db81b4430 [file] [log] [blame]
{
"_from": "tmatch@^3.1.0",
"_id": "tmatch@3.1.0",
"_inBundle": false,
"_integrity": "sha512-W3MSATOCN4pVu2qFxmJLIArSifeSOFqnfx9hiUaVgOmeRoI2NbU7RNga+6G+L8ojlFeQge+ZPCclWyUpQ8UeNQ==",
"_location": "/tmatch",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "tmatch@^3.1.0",
"name": "tmatch",
"escapedName": "tmatch",
"rawSpec": "^3.1.0",
"saveSpec": null,
"fetchSpec": "^3.1.0"
},
"_requiredBy": [
"/tap"
],
"_resolved": "https://registry.npmjs.org/tmatch/-/tmatch-3.1.0.tgz",
"_shasum": "701264fd7582d0144a80c85af3358cca269c71e3",
"_spec": "tmatch@^3.1.0",
"_where": "/Users/tripod/codez/cordova/cordova-osx/node_modules/tap",
"author": {
"name": "Isaac Z. Schlueter",
"email": "i@izs.me",
"url": "http://blog.izs.me/"
},
"bugs": {
"url": "https://github.com/isaacs/tmatch/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "This module exists to facilitate the `t.match()` method in [`tap`](http://npm.im/tap).",
"devDependencies": {
"tap": "^10.4.0"
},
"homepage": "https://github.com/isaacs/tmatch#readme",
"license": "ISC",
"main": "index.js",
"name": "tmatch",
"repository": {
"type": "git",
"url": "git+https://github.com/isaacs/tmatch.git"
},
"scripts": {
"postpublish": "git push origin --all; git push origin --tags",
"postversion": "npm publish",
"preversion": "npm test",
"test": "tap --100 test/*.js -J"
},
"version": "3.1.0"
}