react / wstein / node_modules / browserify / node_modules / glob / node_modules / inflight / node_modules / wrappy / package.json
80551 views{1"name": "wrappy",2"version": "1.0.1",3"description": "Callback wrapping utility",4"main": "wrappy.js",5"directories": {6"test": "test"7},8"dependencies": {},9"devDependencies": {10"tap": "^0.4.12"11},12"scripts": {13"test": "tap test/*.js"14},15"repository": {16"type": "git",17"url": "git+https://github.com/npm/wrappy.git"18},19"author": {20"name": "Isaac Z. Schlueter",21"email": "[email protected]",22"url": "http://blog.izs.me/"23},24"license": "ISC",25"bugs": {26"url": "https://github.com/npm/wrappy/issues"27},28"homepage": "https://github.com/npm/wrappy",29"gitHead": "006a8cbac6b99988315834c207896eed71fd069a",30"_id": "[email protected]",31"_shasum": "1e65969965ccbc2db4548c6b84a6f2c5aedd4739",32"_from": "wrappy@>=1.0.0 <2.0.0",33"_npmVersion": "2.0.0",34"_nodeVersion": "0.10.31",35"_npmUser": {36"name": "isaacs",37"email": "[email protected]"38},39"maintainers": [40{41"name": "isaacs",42"email": "[email protected]"43}44],45"dist": {46"shasum": "1e65969965ccbc2db4548c6b84a6f2c5aedd4739",47"tarball": "http://registry.npmjs.org/wrappy/-/wrappy-1.0.1.tgz"48},49"_resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.1.tgz",50"readme": "ERROR: No README data found!"51}525354