blob: acac3618dcda8b912b38864ecdae2c868e459266 [file] [log] [blame]
{
"_from": "minimatch@0.x",
"_id": "minimatch@0.4.0",
"_inBundle": false,
"_integrity": "sha1-vSx9Bg0sjI/Xzefx8u0tWycP2xs=",
"_location": "/fileset/minimatch",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "minimatch@0.x",
"name": "minimatch",
"escapedName": "minimatch",
"rawSpec": "0.x",
"saveSpec": null,
"fetchSpec": "0.x"
},
"_requiredBy": [
"/fileset"
],
"_resolved": "https://registry.npmjs.org/minimatch/-/minimatch-0.4.0.tgz",
"_shasum": "bd2c7d060d2c8c8fd7cde7f1f2ed2d5b270fdb1b",
"_spec": "minimatch@0.x",
"_where": "/Users/tripod/codez/cordova/cordova-osx/node_modules/fileset",
"author": {
"name": "Isaac Z. Schlueter",
"email": "i@izs.me",
"url": "http://blog.izs.me"
},
"bugs": {
"url": "https://github.com/isaacs/minimatch/issues"
},
"bundleDependencies": false,
"dependencies": {
"lru-cache": "2",
"sigmund": "~1.0.0"
},
"deprecated": "Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue",
"description": "a glob matcher in javascript",
"devDependencies": {
"tap": ""
},
"engines": {
"node": "*"
},
"homepage": "https://github.com/isaacs/minimatch#readme",
"license": {
"type": "MIT",
"url": "http://github.com/isaacs/minimatch/raw/master/LICENSE"
},
"main": "minimatch.js",
"name": "minimatch",
"repository": {
"type": "git",
"url": "git://github.com/isaacs/minimatch.git"
},
"scripts": {
"test": "tap test/*.js"
},
"version": "0.4.0"
}