summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/tough-cookie/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/node_modules/tough-cookie/package.json')
-rw-r--r--deps/npm/node_modules/tough-cookie/package.json28
1 files changed, 15 insertions, 13 deletions
diff --git a/deps/npm/node_modules/tough-cookie/package.json b/deps/npm/node_modules/tough-cookie/package.json
index 121d82823a..1e3e7c6364 100644
--- a/deps/npm/node_modules/tough-cookie/package.json
+++ b/deps/npm/node_modules/tough-cookie/package.json
@@ -1,30 +1,30 @@
{
- "_from": "tough-cookie@~2.3.3",
- "_id": "tough-cookie@2.3.4",
+ "_from": "tough-cookie@~2.4.3",
+ "_id": "tough-cookie@2.4.3",
"_inBundle": false,
- "_integrity": "sha512-TZ6TTfI5NtZnuyy/Kecv+CnoROnyXn2DN97LontgQpCwsX2XyLYCC0ENhYkehSOwAp8rTQKc/NUIF7BkQ5rKLA==",
+ "_integrity": "sha512-Q5srk/4vDM54WJsJio3XNn6K2sCG+CQ8G5Wz6bZhRZoAe/+TxjWB/GlFAnYEbkYVlON9FMk/fE3h2RLpPXo4lQ==",
"_location": "/tough-cookie",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
- "raw": "tough-cookie@~2.3.3",
+ "raw": "tough-cookie@~2.4.3",
"name": "tough-cookie",
"escapedName": "tough-cookie",
- "rawSpec": "~2.3.3",
+ "rawSpec": "~2.4.3",
"saveSpec": null,
- "fetchSpec": "~2.3.3"
+ "fetchSpec": "~2.4.3"
},
"_requiredBy": [
"/request"
],
- "_resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-2.3.4.tgz",
- "_shasum": "ec60cee38ac675063ffc97a5c18970578ee83655",
- "_spec": "tough-cookie@~2.3.3",
- "_where": "/Users/rebecca/code/npm/node_modules/request",
+ "_resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-2.4.3.tgz",
+ "_shasum": "53f36da3f47783b0925afa06ff9f3b165280f781",
+ "_spec": "tough-cookie@~2.4.3",
+ "_where": "/Users/zkat/Documents/code/work/npm/node_modules/request",
"author": {
"name": "Jeremy Stashewsky",
- "email": "jstashewsky@salesforce.com"
+ "email": "jstash@gmail.com"
},
"bugs": {
"url": "https://github.com/salesforce/tough-cookie/issues"
@@ -51,12 +51,14 @@
}
],
"dependencies": {
+ "psl": "^1.1.24",
"punycode": "^1.4.1"
},
"deprecated": false,
"description": "RFC6265 Cookies and Cookie Jar for node.js",
"devDependencies": {
"async": "^1.4.2",
+ "nyc": "^11.6.0",
"string.prototype.repeat": "^0.2.0",
"vows": "^0.8.1"
},
@@ -85,8 +87,8 @@
"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",
+ "cover": "nyc --reporter=lcov --reporter=html vows test/*_test.js",
"test": "vows test/*_test.js"
},
- "version": "2.3.4"
+ "version": "2.4.3"
}