react / wstein / node_modules / browserify / node_modules / glob / node_modules / minimatch / package.json
80538 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": "2.0.8",9"repository": {10"type": "git",11"url": "git://github.com/isaacs/minimatch.git"12},13"main": "minimatch.js",14"scripts": {15"pretest": "standard minimatch.js test/*.js",16"test": "tap test/*.js",17"prepublish": "browserify -o browser.js -e minimatch.js --bare"18},19"engines": {20"node": "*"21},22"dependencies": {23"brace-expansion": "^1.0.0"24},25"devDependencies": {26"browserify": "^9.0.3",27"standard": "^3.7.2",28"tap": ""29},30"license": "ISC",31"files": [32"minimatch.js",33"browser.js"34],35"gitHead": "0bc7d9c4b2bc816502184862b45bd090de3406a3",36"bugs": {37"url": "https://github.com/isaacs/minimatch/issues"38},39"homepage": "https://github.com/isaacs/minimatch#readme",40"_id": "[email protected]",41"_shasum": "0bc20f6bf3570a698ef0ddff902063c6cabda6bf",42"_from": "minimatch@>=2.0.1 <3.0.0",43"_npmVersion": "2.10.0",44"_nodeVersion": "2.0.1",45"_npmUser": {46"name": "isaacs",47"email": "[email protected]"48},49"dist": {50"shasum": "0bc20f6bf3570a698ef0ddff902063c6cabda6bf",51"tarball": "http://registry.npmjs.org/minimatch/-/minimatch-2.0.8.tgz"52},53"maintainers": [54{55"name": "isaacs",56"email": "[email protected]"57}58],59"directories": {},60"_resolved": "https://registry.npmjs.org/minimatch/-/minimatch-2.0.8.tgz",61"readme": "ERROR: No README data found!"62}636465