mirror of https://github.com/lukechilds/node.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
44 lines
886 B
44 lines
886 B
{
|
|
"author": {
|
|
"name": "Isaac Z. Schlueter",
|
|
"email": "i@izs.me",
|
|
"url": "http://blog.izs.me"
|
|
},
|
|
"name": "minimatch",
|
|
"description": "a glob matcher in javascript",
|
|
"version": "0.2.5",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/isaacs/minimatch.git"
|
|
},
|
|
"main": "minimatch.js",
|
|
"scripts": {
|
|
"test": "tap test"
|
|
},
|
|
"engines": {
|
|
"node": "*"
|
|
},
|
|
"dependencies": {
|
|
"lru-cache": "~1"
|
|
},
|
|
"devDependencies": {
|
|
"tap": ""
|
|
},
|
|
"licenses": [
|
|
{
|
|
"type": "MIT",
|
|
"url": "http://github.com/isaacs/minimatch/raw/master/LICENSE"
|
|
}
|
|
],
|
|
"_npmUser": {
|
|
"name": "isaacs",
|
|
"email": "i@izs.me"
|
|
},
|
|
"_id": "minimatch@0.2.5",
|
|
"optionalDependencies": {},
|
|
"_engineSupported": true,
|
|
"_npmVersion": "1.1.25",
|
|
"_nodeVersion": "v0.7.10-pre",
|
|
"_defaultsLoaded": true,
|
|
"_from": "minimatch@~0.2"
|
|
}
|
|
|