node/deps/npm/node_modules/minimatch/package.json

45 lines
886 B
JSON
Raw Normal View History

{
2012-03-29 10:36:44 +08:00
"author": {
"name": "Isaac Z. Schlueter",
"email": "i@izs.me",
"url": "http://blog.izs.me"
},
"name": "minimatch",
"description": "a glob matcher in javascript",
2012-03-29 10:36:44 +08:00
"version": "0.2.2",
"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"
},
"devDependencies": {
2012-03-29 10:36:44 +08:00
"tap": ""
},
2012-03-29 10:36:44 +08:00
"licenses": [
{
2012-03-29 10:36:44 +08:00
"type": "MIT",
"url": "http://github.com/isaacs/minimatch/raw/master/LICENSE"
}
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"
}