mirror of https://github.com/nodejs/node.git
67 lines
1.6 KiB
JSON
67 lines
1.6 KiB
JSON
|
{
|
||
|
"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.7",
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git://github.com/isaacs/minimatch.git"
|
||
|
},
|
||
|
"main": "minimatch.js",
|
||
|
"scripts": {
|
||
|
"pretest": "standard minimatch.js test/*.js",
|
||
|
"test": "tap test/*.js",
|
||
|
"prepublish": "browserify -o browser.js -e minimatch.js --bare"
|
||
|
},
|
||
|
"engines": {
|
||
|
"node": "*"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"brace-expansion": "^1.0.0"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"browserify": "^9.0.3",
|
||
|
"standard": "^3.7.2",
|
||
|
"tap": ""
|
||
|
},
|
||
|
"license": {
|
||
|
"type": "MIT",
|
||
|
"url": "http://github.com/isaacs/minimatch/raw/master/LICENSE"
|
||
|
},
|
||
|
"files": [
|
||
|
"minimatch.js",
|
||
|
"browser.js"
|
||
|
],
|
||
|
"gitHead": "4bd6dc22c248c7ea07cc49d63181fe6f6aafae9c",
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/isaacs/minimatch/issues"
|
||
|
},
|
||
|
"homepage": "https://github.com/isaacs/minimatch",
|
||
|
"_id": "minimatch@2.0.7",
|
||
|
"_shasum": "d23652ab10e663e7d914602e920e21f9f66492be",
|
||
|
"_from": "minimatch@>=2.0.1 <3.0.0",
|
||
|
"_npmVersion": "2.7.6",
|
||
|
"_nodeVersion": "1.7.1",
|
||
|
"_npmUser": {
|
||
|
"name": "isaacs",
|
||
|
"email": "isaacs@npmjs.com"
|
||
|
},
|
||
|
"dist": {
|
||
|
"shasum": "d23652ab10e663e7d914602e920e21f9f66492be",
|
||
|
"tarball": "http://registry.npmjs.org/minimatch/-/minimatch-2.0.7.tgz"
|
||
|
},
|
||
|
"maintainers": [
|
||
|
{
|
||
|
"name": "isaacs",
|
||
|
"email": "i@izs.me"
|
||
|
}
|
||
|
],
|
||
|
"directories": {},
|
||
|
"_resolved": "https://registry.npmjs.org/minimatch/-/minimatch-2.0.7.tgz",
|
||
|
"readme": "ERROR: No README data found!"
|
||
|
}
|