react / wstein / node_modules / jest-cli / node_modules / istanbul / node_modules / fileset / node_modules / minimatch / package.json
80713 views{1"author": {2"name": "Isaac Z. Schlueter",3"email": "[email protected]",4"url": "http://blog.izs.me"5},6"name": "minimatch",7"description": "a glob matcher in javascript",8"version": "0.4.0",9"repository": {10"type": "git",11"url": "git://github.com/isaacs/minimatch.git"12},13"main": "minimatch.js",14"scripts": {15"test": "tap test/*.js"16},17"engines": {18"node": "*"19},20"dependencies": {21"lru-cache": "2",22"sigmund": "~1.0.0"23},24"devDependencies": {25"tap": ""26},27"license": {28"type": "MIT",29"url": "http://github.com/isaacs/minimatch/raw/master/LICENSE"30},31"gitHead": "56dc703f56c3678a3fad47ae67c92050d1689656",32"bugs": {33"url": "https://github.com/isaacs/minimatch/issues"34},35"homepage": "https://github.com/isaacs/minimatch",36"_id": "[email protected]",37"_shasum": "bd2c7d060d2c8c8fd7cde7f1f2ed2d5b270fdb1b",38"_from": "minimatch@>=0.0.0 <1.0.0",39"_npmVersion": "1.5.0-alpha-1",40"_npmUser": {41"name": "isaacs",42"email": "[email protected]"43},44"maintainers": [45{46"name": "isaacs",47"email": "[email protected]"48}49],50"dist": {51"shasum": "bd2c7d060d2c8c8fd7cde7f1f2ed2d5b270fdb1b",52"tarball": "http://registry.npmjs.org/minimatch/-/minimatch-0.4.0.tgz"53},54"directories": {},55"_resolved": "https://registry.npmjs.org/minimatch/-/minimatch-0.4.0.tgz"56}575859