2018-03-01 22:42:18 +01:00

59 lines
1.4 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": "0.2.14",
"repository": {
"type": "git",
"url": "git://github.com/isaacs/minimatch.git"
},
"main": "minimatch.js",
"scripts": {
"test": "tap test/*.js"
},
"engines": {
"node": "*"
},
"dependencies": {
"lru-cache": "2",
"sigmund": "~1.0.0"
},
"devDependencies": {
"tap": ""
},
"license": {
"type": "MIT",
"url": "http://github.com/isaacs/minimatch/raw/master/LICENSE"
},
"bugs": {
"url": "https://github.com/isaacs/minimatch/issues"
},
"homepage": "https://github.com/isaacs/minimatch",
"_id": "minimatch@0.2.14",
"dist": {
"shasum": "c74e780574f63c6f9a090e90efbe6ef53a6a756a",
"tarball": "https://registry.npmjs.org/minimatch/-/minimatch-0.2.14.tgz"
},
"_from": "minimatch@>=0.2.0 <0.3.0",
"_npmVersion": "1.3.17",
"_npmUser": {
"name": "isaacs",
"email": "i@izs.me"
},
"maintainers": [
{
"name": "isaacs",
"email": "i@izs.me"
}
],
"deprecated": "Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue",
"directories": {},
"_shasum": "c74e780574f63c6f9a090e90efbe6ef53a6a756a",
"_resolved": "https://registry.npmjs.org/minimatch/-/minimatch-0.2.14.tgz",
"readme": "ERROR: No README data found!"
}