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

61 lines
1.5 KiB
JSON
Raw Normal View History

{
"author": {
"name": "Isaac Z. Schlueter",
"email": "i@izs.me",
"url": "http://blog.izs.me"
},
"name": "minimatch",
"description": "a glob matcher in javascript",
"version": "2.0.1",
"repository": {
"type": "git",
"url": "git://github.com/isaacs/minimatch.git"
},
"main": "minimatch.js",
"scripts": {
"test": "tap test/*.js",
"prepublish": "browserify -o browser.js -e minimatch.js"
},
"engines": {
"node": "*"
},
"dependencies": {
"brace-expansion": "^1.0.0"
},
"devDependencies": {
"browserify": "^6.3.3",
"tap": ""
},
"license": {
"type": "MIT",
"url": "http://github.com/isaacs/minimatch/raw/master/LICENSE"
},
"gitHead": "eac219d8f665c8043fda9a1cd34eab9b006fae01",
2013-05-15 05:37:59 +08:00
"bugs": {
"url": "https://github.com/isaacs/minimatch/issues"
},
2013-12-17 08:23:13 +08:00
"homepage": "https://github.com/isaacs/minimatch",
"_id": "minimatch@2.0.1",
"_shasum": "6c3760b45f66ed1cd5803143ee8d372488f02c37",
"_from": "minimatch@>=2.0.1 <2.1.0",
"_npmVersion": "2.1.11",
"_nodeVersion": "0.10.16",
2014-06-06 06:18:15 +08:00
"_npmUser": {
"name": "isaacs",
"email": "i@izs.me"
},
"maintainers": [
{
"name": "isaacs",
"email": "i@izs.me"
}
],
"dist": {
"shasum": "6c3760b45f66ed1cd5803143ee8d372488f02c37",
"tarball": "http://registry.npmjs.org/minimatch/-/minimatch-2.0.1.tgz"
2014-06-06 06:18:15 +08:00
},
"directories": {},
"_resolved": "https://registry.npmjs.org/minimatch/-/minimatch-2.0.1.tgz",
2014-08-19 23:17:36 +08:00
"readme": "ERROR: No README data found!"
}