react / wstein / node_modules / browserify / node_modules / glob / node_modules / inflight / package.json
80538 views{1"name": "inflight",2"version": "1.0.4",3"description": "Add callbacks to requests in flight to avoid async duplication",4"main": "inflight.js",5"dependencies": {6"once": "^1.3.0",7"wrappy": "1"8},9"devDependencies": {10"tap": "^0.4.10"11},12"scripts": {13"test": "tap test.js"14},15"repository": {16"type": "git",17"url": "git://github.com/isaacs/inflight.git"18},19"author": {20"name": "Isaac Z. Schlueter",21"email": "[email protected]",22"url": "http://blog.izs.me/"23},24"bugs": {25"url": "https://github.com/isaacs/inflight/issues"26},27"homepage": "https://github.com/isaacs/inflight",28"license": "ISC",29"gitHead": "c7b5531d572a867064d4a1da9e013e8910b7d1ba",30"_id": "[email protected]",31"_shasum": "6cbb4521ebd51ce0ec0a936bfd7657ef7e9b172a",32"_from": "inflight@>=1.0.4 <2.0.0",33"_npmVersion": "2.1.3",34"_nodeVersion": "0.10.32",35"_npmUser": {36"name": "othiym23",37"email": "[email protected]"38},39"maintainers": [40{41"name": "isaacs",42"email": "[email protected]"43},44{45"name": "othiym23",46"email": "[email protected]"47},48{49"name": "iarna",50"email": "[email protected]"51}52],53"dist": {54"shasum": "6cbb4521ebd51ce0ec0a936bfd7657ef7e9b172a",55"tarball": "http://registry.npmjs.org/inflight/-/inflight-1.0.4.tgz"56},57"directories": {},58"_resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.4.tgz",59"readme": "ERROR: No README data found!"60}616263