react / wstein / node_modules / jest-cli / node_modules / jsdom / node_modules / request / node_modules / tough-cookie / package.json
81145 views{1"author": {2"name": "Jeremy Stashewsky",3"email": "[email protected]"4},5"license": "BSD-3-Clause",6"name": "tough-cookie",7"description": "RFC6265 Cookies and Cookie Jar for node.js",8"keywords": [9"HTTP",10"cookie",11"cookies",12"set-cookie",13"cookiejar",14"jar",15"RFC6265",16"RFC2965"17],18"version": "1.2.0",19"homepage": "https://github.com/SalesforceEng/tough-cookie",20"repository": {21"type": "git",22"url": "git://github.com/SalesforceEng/tough-cookie.git"23},24"bugs": {25"url": "https://github.com/SalesforceEng/tough-cookie/issues"26},27"main": "./lib/cookie",28"scripts": {29"test": "vows test/*_test.js"30},31"engines": {32"node": ">=0.10.0"33},34"devDependencies": {35"vows": "0.7.0",36"async": ">=0.1.12"37},38"gitHead": "74e59de50b719bb9a1b01c8c9db57fa31401ed1a",39"_id": "[email protected]",40"_shasum": "9b7e9d98e769e80b5aa899d944fe44e02ebf82ad",41"_from": "tough-cookie@>=0.12.0",42"_npmVersion": "2.7.4",43"_nodeVersion": "0.12.2",44"_npmUser": {45"name": "jstash",46"email": "[email protected]"47},48"dist": {49"shasum": "9b7e9d98e769e80b5aa899d944fe44e02ebf82ad",50"tarball": "http://registry.npmjs.org/tough-cookie/-/tough-cookie-1.2.0.tgz"51},52"maintainers": [53{54"name": "jstash",55"email": "[email protected]"56},57{58"name": "goinstant",59"email": "[email protected]"60}61],62"directories": {},63"_resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-1.2.0.tgz"64}656667