react / wstein / node_modules / jest-cli / node_modules / istanbul / node_modules / fileset / node_modules / glob / package.json
80713 views{1"author": {2"name": "Isaac Z. Schlueter",3"email": "[email protected]",4"url": "http://blog.izs.me/"5},6"name": "glob",7"description": "a little globber",8"version": "3.2.11",9"repository": {10"type": "git",11"url": "git://github.com/isaacs/node-glob.git"12},13"main": "glob.js",14"engines": {15"node": "*"16},17"dependencies": {18"inherits": "2",19"minimatch": "0.3"20},21"devDependencies": {22"tap": "~0.4.0",23"mkdirp": "0",24"rimraf": "1"25},26"scripts": {27"test": "tap test/*.js",28"test-regen": "TEST_REGEN=1 node test/00-setup.js"29},30"license": "BSD",31"gitHead": "73f57e99510582b2024b762305970ebcf9b70aa2",32"bugs": {33"url": "https://github.com/isaacs/node-glob/issues"34},35"homepage": "https://github.com/isaacs/node-glob",36"_id": "[email protected]",37"_shasum": "4a973f635b9190f715d10987d5c00fd2815ebe3d",38"_from": "glob@>=3.0.0 <4.0.0",39"_npmVersion": "1.4.10",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": "4a973f635b9190f715d10987d5c00fd2815ebe3d",52"tarball": "http://registry.npmjs.org/glob/-/glob-3.2.11.tgz"53},54"directories": {},55"_resolved": "https://registry.npmjs.org/glob/-/glob-3.2.11.tgz",56"readme": "ERROR: No README data found!"57}585960