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.
63 lines
1.5 KiB
63 lines
1.5 KiB
{
|
|
"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.4",
|
|
"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 --bare"
|
|
},
|
|
"engines": {
|
|
"node": "*"
|
|
},
|
|
"dependencies": {
|
|
"brace-expansion": "^1.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"browserify": "^9.0.3",
|
|
"tap": ""
|
|
},
|
|
"license": {
|
|
"type": "MIT",
|
|
"url": "http://github.com/isaacs/minimatch/raw/master/LICENSE"
|
|
},
|
|
"files": [
|
|
"minimatch.js",
|
|
"browser.js"
|
|
],
|
|
"gitHead": "c75d17c23df3b6050338ee654a58490255b36ebc",
|
|
"bugs": {
|
|
"url": "https://github.com/isaacs/minimatch/issues"
|
|
},
|
|
"homepage": "https://github.com/isaacs/minimatch",
|
|
"_id": "minimatch@2.0.4",
|
|
"_shasum": "83bea115803e7a097a78022427287edb762fafed",
|
|
"_from": "minimatch@>=2.0.4 <2.1.0",
|
|
"_npmVersion": "2.7.1",
|
|
"_nodeVersion": "1.4.2",
|
|
"_npmUser": {
|
|
"name": "isaacs",
|
|
"email": "i@izs.me"
|
|
},
|
|
"maintainers": [
|
|
{
|
|
"name": "isaacs",
|
|
"email": "i@izs.me"
|
|
}
|
|
],
|
|
"dist": {
|
|
"shasum": "83bea115803e7a097a78022427287edb762fafed",
|
|
"tarball": "http://registry.npmjs.org/minimatch/-/minimatch-2.0.4.tgz"
|
|
},
|
|
"_resolved": "https://registry.npmjs.org/minimatch/-/minimatch-2.0.4.tgz",
|
|
"readme": "ERROR: No README data found!"
|
|
}
|
|
|