summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/request/node_modules/tough-cookie/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/node_modules/request/node_modules/tough-cookie/package.json')
-rw-r--r--deps/npm/node_modules/request/node_modules/tough-cookie/package.json39
1 files changed, 22 insertions, 17 deletions
diff --git a/deps/npm/node_modules/request/node_modules/tough-cookie/package.json b/deps/npm/node_modules/request/node_modules/tough-cookie/package.json
index ca65ee5216..27097310e4 100644
--- a/deps/npm/node_modules/request/node_modules/tough-cookie/package.json
+++ b/deps/npm/node_modules/request/node_modules/tough-cookie/package.json
@@ -10,24 +10,23 @@
"spec": ">=2.3.0 <2.4.0",
"type": "range"
},
- "/Users/rebecca/code/npm/node_modules/request"
+ "/Users/ogd/Documents/projects/npm/npm/node_modules/request"
]
],
"_from": "tough-cookie@>=2.3.0 <2.4.0",
- "_id": "tough-cookie@2.3.1",
+ "_id": "tough-cookie@2.3.2",
"_inCache": true,
- "_installable": true,
"_location": "/request/tough-cookie",
- "_nodeVersion": "6.3.1",
+ "_nodeVersion": "7.0.0",
"_npmOperationalInternal": {
"host": "packages-12-west.internal.npmjs.com",
- "tmp": "tmp/tough-cookie-2.3.1.tgz_1469494891088_0.8524557144846767"
+ "tmp": "tmp/tough-cookie-2.3.2.tgz_1477415232912_0.6133609430398792"
},
"_npmUser": {
"name": "jstash",
"email": "jstash@gmail.com"
},
- "_npmVersion": "3.10.3",
+ "_npmVersion": "3.10.8",
"_phantomChildren": {},
"_requested": {
"raw": "tough-cookie@~2.3.0",
@@ -41,17 +40,17 @@
"_requiredBy": [
"/request"
],
- "_resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-2.3.1.tgz",
- "_shasum": "99c77dfbb7d804249e8a299d4cb0fd81fef083fd",
+ "_resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-2.3.2.tgz",
+ "_shasum": "f081f76e4c85720e6c37a5faced737150d84072a",
"_shrinkwrap": null,
"_spec": "tough-cookie@~2.3.0",
- "_where": "/Users/rebecca/code/npm/node_modules/request",
+ "_where": "/Users/ogd/Documents/projects/npm/npm/node_modules/request",
"author": {
"name": "Jeremy Stashewsky",
"email": "jstashewsky@salesforce.com"
},
"bugs": {
- "url": "https://github.com/SalesforceEng/tough-cookie/issues"
+ "url": "https://github.com/salesforce/tough-cookie/issues"
},
"contributors": [
{
@@ -73,7 +72,9 @@
"name": "Sebastian Mayr"
}
],
- "dependencies": {},
+ "dependencies": {
+ "punycode": "^1.4.1"
+ },
"description": "RFC6265 Cookies and Cookie Jar for node.js",
"devDependencies": {
"async": "^1.4.2",
@@ -82,8 +83,8 @@
},
"directories": {},
"dist": {
- "shasum": "99c77dfbb7d804249e8a299d4cb0fd81fef083fd",
- "tarball": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-2.3.1.tgz"
+ "shasum": "f081f76e4c85720e6c37a5faced737150d84072a",
+ "tarball": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-2.3.2.tgz"
},
"engines": {
"node": ">=0.8"
@@ -91,8 +92,8 @@
"files": [
"lib"
],
- "gitHead": "c11a2d11d12348a35ef595c809e30e641a804a7d",
- "homepage": "https://github.com/SalesforceEng/tough-cookie",
+ "gitHead": "2610df5dc8ef7373a483d509006e5887572a4076",
+ "homepage": "https://github.com/salesforce/tough-cookie",
"keywords": [
"HTTP",
"cookie",
@@ -107,6 +108,10 @@
"main": "./lib/cookie",
"maintainers": [
{
+ "name": "awaterma",
+ "email": "awaterma@awaterma.net"
+ },
+ {
"name": "jstash",
"email": "jstash@gmail.com"
},
@@ -120,11 +125,11 @@
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
- "url": "git://github.com/SalesforceEng/tough-cookie.git"
+ "url": "git://github.com/salesforce/tough-cookie.git"
},
"scripts": {
"suffixup": "curl -o public_suffix_list.dat https://publicsuffix.org/list/public_suffix_list.dat && ./generate-pubsuffix.js",
"test": "vows test/*_test.js"
},
- "version": "2.3.1"
+ "version": "2.3.2"
}