react / react-0.13.3 / examples / basic-commonjs / node_modules / browserify / node_modules / glob / package.json
80709 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": "4.5.3",9"repository": {10"type": "git",11"url": "git://github.com/isaacs/node-glob.git"12},13"main": "glob.js",14"files": [15"glob.js",16"sync.js",17"common.js"18],19"engines": {20"node": "*"21},22"dependencies": {23"inflight": "^1.0.4",24"inherits": "2",25"minimatch": "^2.0.1",26"once": "^1.3.0"27},28"devDependencies": {29"mkdirp": "0",30"rimraf": "^2.2.8",31"tap": "^0.5.0",32"tick": "0.0.6"33},34"scripts": {35"prepublish": "npm run benchclean",36"profclean": "rm -f v8.log profile.txt",37"test": "npm run profclean && tap test/*.js",38"test-regen": "npm run profclean && TEST_REGEN=1 node test/00-setup.js",39"bench": "bash benchmark.sh",40"prof": "bash prof.sh && cat profile.txt",41"benchclean": "bash benchclean.sh"42},43"license": "ISC",44"gitHead": "a4e461ab59a837eee80a4d8dbdbf5ae1054a646f",45"bugs": {46"url": "https://github.com/isaacs/node-glob/issues"47},48"homepage": "https://github.com/isaacs/node-glob",49"_id": "[email protected]",50"_shasum": "c6cb73d3226c1efef04de3c56d012f03377ee15f",51"_from": "glob@>=4.0.5 <5.0.0",52"_npmVersion": "2.7.1",53"_nodeVersion": "1.4.2",54"_npmUser": {55"name": "isaacs",56"email": "[email protected]"57},58"maintainers": [59{60"name": "isaacs",61"email": "[email protected]"62}63],64"dist": {65"shasum": "c6cb73d3226c1efef04de3c56d012f03377ee15f",66"tarball": "http://registry.npmjs.org/glob/-/glob-4.5.3.tgz"67},68"directories": {},69"_resolved": "https://registry.npmjs.org/glob/-/glob-4.5.3.tgz"70}717273