react / wstein / node_modules / jest-cli / node_modules / istanbul / node_modules / fileset / node_modules / glob / node_modules / minimatch / package.json
80728 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.3.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"bugs": {32"url": "https://github.com/isaacs/minimatch/issues"33},34"homepage": "https://github.com/isaacs/minimatch",35"_id": "[email protected]",36"_shasum": "275d8edaac4f1bb3326472089e7949c8394699dd",37"_from": "minimatch@>=0.3.0 <0.4.0",38"_npmVersion": "1.4.10",39"_npmUser": {40"name": "isaacs",41"email": "[email protected]"42},43"maintainers": [44{45"name": "isaacs",46"email": "[email protected]"47}48],49"dist": {50"shasum": "275d8edaac4f1bb3326472089e7949c8394699dd",51"tarball": "http://registry.npmjs.org/minimatch/-/minimatch-0.3.0.tgz"52},53"directories": {},54"_resolved": "https://registry.npmjs.org/minimatch/-/minimatch-0.3.0.tgz",55"readme": "ERROR: No README data found!"56}575859