2011-11-22 01:48:45 +08:00
|
|
|
{
|
2012-03-29 10:36:44 +08:00
|
|
|
"author": {
|
|
|
|
"name": "Isaac Z. Schlueter",
|
|
|
|
"email": "i@izs.me",
|
|
|
|
"url": "http://blog.izs.me"
|
|
|
|
},
|
2011-11-22 01:48:45 +08:00
|
|
|
"name": "minimatch",
|
|
|
|
"description": "a glob matcher in javascript",
|
2012-03-29 10:36:44 +08:00
|
|
|
"version": "0.2.2",
|
2011-11-22 01:48:45 +08:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git://github.com/isaacs/minimatch.git"
|
|
|
|
},
|
|
|
|
"main": "minimatch.js",
|
|
|
|
"scripts": {
|
|
|
|
"test": "tap test"
|
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": "*"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2012-01-17 07:06:16 +08:00
|
|
|
"lru-cache": "~1.0.5"
|
2011-11-22 01:48:45 +08:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2012-03-29 10:36:44 +08:00
|
|
|
"tap": ""
|
2011-11-22 01:48:45 +08:00
|
|
|
},
|
2012-03-29 10:36:44 +08:00
|
|
|
"licenses": [
|
2011-11-22 01:48:45 +08:00
|
|
|
{
|
2012-03-29 10:36:44 +08:00
|
|
|
"type": "MIT",
|
|
|
|
"url": "http://github.com/isaacs/minimatch/raw/master/LICENSE"
|
2011-11-22 01:48:45 +08:00
|
|
|
}
|
2012-03-29 10:36:44 +08:00
|
|
|
],
|
|
|
|
"_npmUser": {
|
|
|
|
"name": "isaacs",
|
|
|
|
"email": "i@izs.me"
|
|
|
|
},
|
|
|
|
"_id": "minimatch@0.2.2",
|
|
|
|
"optionalDependencies": {},
|
|
|
|
"_engineSupported": true,
|
|
|
|
"_npmVersion": "1.1.12",
|
|
|
|
"_nodeVersion": "v0.7.7-pre",
|
|
|
|
"_defaultsLoaded": true,
|
|
|
|
"_from": "minimatch@0"
|
2011-11-22 01:48:45 +08:00
|
|
|
}
|