react / wstein / node_modules / browserify / node_modules / glob / node_modules / minimatch / node_modules / brace-expansion / package.json
80551 views{1"name": "brace-expansion",2"description": "Brace expansion as known from sh/bash",3"version": "1.1.0",4"repository": {5"type": "git",6"url": "git://github.com/juliangruber/brace-expansion.git"7},8"homepage": "https://github.com/juliangruber/brace-expansion",9"main": "index.js",10"scripts": {11"test": "tape test/*.js",12"gentest": "bash test/generate.sh"13},14"dependencies": {15"balanced-match": "^0.2.0",16"concat-map": "0.0.1"17},18"devDependencies": {19"tape": "^3.0.3"20},21"keywords": [],22"author": {23"name": "Julian Gruber",24"email": "[email protected]",25"url": "http://juliangruber.com"26},27"license": "MIT",28"testling": {29"files": "test/*.js",30"browsers": [31"ie/8..latest",32"firefox/20..latest",33"firefox/nightly",34"chrome/25..latest",35"chrome/canary",36"opera/12..latest",37"opera/next",38"safari/5.1..latest",39"ipad/6.0..latest",40"iphone/6.0..latest",41"android-browser/4.2..latest"42]43},44"gitHead": "b5fa3b1c74e5e2dba2d0efa19b28335641bc1164",45"bugs": {46"url": "https://github.com/juliangruber/brace-expansion/issues"47},48"_id": "[email protected]",49"_shasum": "c9b7d03c03f37bc704be100e522b40db8f6cfcd9",50"_from": "brace-expansion@>=1.0.0 <2.0.0",51"_npmVersion": "2.1.10",52"_nodeVersion": "0.10.32",53"_npmUser": {54"name": "juliangruber",55"email": "[email protected]"56},57"maintainers": [58{59"name": "juliangruber",60"email": "[email protected]"61},62{63"name": "isaacs",64"email": "[email protected]"65}66],67"dist": {68"shasum": "c9b7d03c03f37bc704be100e522b40db8f6cfcd9",69"tarball": "http://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.0.tgz"70},71"directories": {},72"_resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.0.tgz",73"readme": "ERROR: No README data found!"74}757677