react / wstein / node_modules / jest-cli / node_modules / jsdom / node_modules / request / package.json
80676 views{1"name": "request",2"description": "Simplified HTTP request client.",3"tags": [4"http",5"simple",6"util",7"utility"8],9"version": "2.56.0",10"author": {11"name": "Mikeal Rogers",12"email": "[email protected]"13},14"repository": {15"type": "git",16"url": "git+https://github.com/request/request.git"17},18"bugs": {19"url": "http://github.com/request/request/issues"20},21"license": "Apache-2.0",22"engines": {23"node": ">=0.8.0"24},25"main": "index.js",26"dependencies": {27"bl": "~0.9.0",28"caseless": "~0.10.0",29"forever-agent": "~0.6.0",30"form-data": "~0.2.0",31"json-stringify-safe": "~5.0.0",32"mime-types": "~2.0.1",33"node-uuid": "~1.4.0",34"qs": "~3.1.0",35"tunnel-agent": "~0.4.0",36"tough-cookie": ">=0.12.0",37"http-signature": "~0.11.0",38"oauth-sign": "~0.8.0",39"hawk": "~2.3.0",40"aws-sign2": "~0.5.0",41"stringstream": "~0.0.4",42"combined-stream": "~1.0.1",43"isstream": "~0.1.1",44"har-validator": "^1.6.1"45},46"scripts": {47"test": "npm run lint && node node_modules/.bin/taper tests/test-*.js && npm run test-browser",48"test-browser": "node tests/browser/start.js",49"lint": "node node_modules/.bin/eslint lib/ *.js tests/ && echo Lint passed."50},51"devDependencies": {52"browserify": "~5.9.1",53"browserify-istanbul": "~0.1.3",54"buffer-equal": "0.0.1",55"coveralls": "~2.11.2",56"eslint": "0.18.0",57"function-bind": "~1.0.0",58"istanbul": "~0.3.2",59"karma": "~0.12.21",60"karma-browserify": "~3.0.1",61"karma-cli": "0.0.4",62"karma-coverage": "0.2.6",63"karma-phantomjs-launcher": "~0.1.4",64"karma-tap": "~1.0.1",65"rimraf": "~2.2.8",66"server-destroy": "~1.0.0",67"tape": "~3.0.0",68"taper": "~0.4.0",69"bluebird": "~2.9.21"70},71"gitHead": "dec45b11eb264a8100e8c43fa44817d62368f780",72"homepage": "https://github.com/request/request#readme",73"_id": "[email protected]",74"_shasum": "21a6bd9cfd6aff33a7749971ffac29e833fa28fe",75"_from": "request@>=2.0.0 <3.0.0",76"_npmVersion": "2.10.1",77"_nodeVersion": "0.12.4",78"_npmUser": {79"name": "simov",80"email": "[email protected]"81},82"maintainers": [83{84"name": "mikeal",85"email": "[email protected]"86},87{88"name": "nylen",89"email": "[email protected]"90},91{92"name": "fredkschott",93"email": "[email protected]"94},95{96"name": "simov",97"email": "[email protected]"98}99],100"dist": {101"shasum": "21a6bd9cfd6aff33a7749971ffac29e833fa28fe",102"tarball": "http://registry.npmjs.org/request/-/request-2.56.0.tgz"103},104"directories": {},105"_resolved": "https://registry.npmjs.org/request/-/request-2.56.0.tgz"106}107108109