Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/tough-cookie/package.json')
-rw-r--r--node_modules/tough-cookie/package.json32
1 files changed, 17 insertions, 15 deletions
diff --git a/node_modules/tough-cookie/package.json b/node_modules/tough-cookie/package.json
index 1e3e7c636..045b94334 100644
--- a/node_modules/tough-cookie/package.json
+++ b/node_modules/tough-cookie/package.json
@@ -1,27 +1,27 @@
{
- "_from": "tough-cookie@~2.4.3",
- "_id": "tough-cookie@2.4.3",
+ "_from": "tough-cookie@~2.5.0",
+ "_id": "tough-cookie@2.5.0",
"_inBundle": false,
- "_integrity": "sha512-Q5srk/4vDM54WJsJio3XNn6K2sCG+CQ8G5Wz6bZhRZoAe/+TxjWB/GlFAnYEbkYVlON9FMk/fE3h2RLpPXo4lQ==",
+ "_integrity": "sha512-nlLsUzgm1kfLXSXfRZMc1KLAugd4hqJHDTvc2hDIwS3mZAfMEuMbc03SujMF+GEcpaX/qboeycw6iO8JwVv2+g==",
"_location": "/tough-cookie",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
- "raw": "tough-cookie@~2.4.3",
+ "raw": "tough-cookie@~2.5.0",
"name": "tough-cookie",
"escapedName": "tough-cookie",
- "rawSpec": "~2.4.3",
+ "rawSpec": "~2.5.0",
"saveSpec": null,
- "fetchSpec": "~2.4.3"
+ "fetchSpec": "~2.5.0"
},
"_requiredBy": [
"/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",
+ "_resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-2.5.0.tgz",
+ "_shasum": "cd9fb2a0aa1d5a12b473bd9fb96fa3dcff65ade2",
+ "_spec": "tough-cookie@~2.5.0",
+ "_where": "/Users/isaacs/dev/npm/cli/node_modules/request",
"author": {
"name": "Jeremy Stashewsky",
"email": "jstash@gmail.com"
@@ -51,16 +51,17 @@
}
],
"dependencies": {
- "psl": "^1.1.24",
- "punycode": "^1.4.1"
+ "psl": "^1.1.28",
+ "punycode": "^2.1.1"
},
"deprecated": false,
"description": "RFC6265 Cookies and Cookie Jar for node.js",
"devDependencies": {
"async": "^1.4.2",
+ "genversion": "^2.1.0",
"nyc": "^11.6.0",
"string.prototype.repeat": "^0.2.0",
- "vows": "^0.8.1"
+ "vows": "^0.8.2"
},
"engines": {
"node": ">=0.8"
@@ -88,7 +89,8 @@
},
"scripts": {
"cover": "nyc --reporter=lcov --reporter=html vows test/*_test.js",
- "test": "vows test/*_test.js"
+ "test": "vows test/*_test.js",
+ "version": "genversion lib/version.js && git add lib/version.js"
},
- "version": "2.4.3"
+ "version": "2.5.0"
}