react / react-0.13.3 / examples / basic-commonjs / node_modules / reactify / node_modules / react-tools / node_modules / commoner / node_modules / glob / package.json
81164 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.2.2",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": "^1.0.0",26"once": "^1.3.0"27},28"devDependencies": {29"mkdirp": "0",30"rimraf": "^2.2.8",31"tap": "~0.4.0",32"tick": "0.0.6"33},34"scripts": {35"prepublish": "npm run benchclean",36"test": "rm -f v8.log profile.txt; tap test/*.js",37"test-regen": "rm -f v8.log profile.txt; TEST_REGEN=1 node test/00-setup.js",38"bench": "bash benchmark.sh",39"prof": "bash prof.sh && cat profile.txt",40"benchclean": "bash benchclean.sh"41},42"license": "ISC",43"gitHead": "d7625eea7c09602b36a1fb5fe08404ec86917578",44"bugs": {45"url": "https://github.com/isaacs/node-glob/issues"46},47"homepage": "https://github.com/isaacs/node-glob",48"_id": "[email protected]",49"_shasum": "ad2b047653a58c387e15deb43a19497f83fd2a80",50"_from": "glob@>=4.2.1 <4.3.0",51"_npmVersion": "2.1.9",52"_nodeVersion": "0.10.16",53"_npmUser": {54"name": "isaacs",55"email": "[email protected]"56},57"maintainers": [58{59"name": "isaacs",60"email": "[email protected]"61}62],63"dist": {64"shasum": "ad2b047653a58c387e15deb43a19497f83fd2a80",65"tarball": "http://registry.npmjs.org/glob/-/glob-4.2.2.tgz"66},67"directories": {},68"_resolved": "https://registry.npmjs.org/glob/-/glob-4.2.2.tgz"69}707172