summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/request/node_modules/aws4/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/node_modules/request/node_modules/aws4/package.json')
-rw-r--r--deps/npm/node_modules/request/node_modules/aws4/package.json49
1 files changed, 28 insertions, 21 deletions
diff --git a/deps/npm/node_modules/request/node_modules/aws4/package.json b/deps/npm/node_modules/request/node_modules/aws4/package.json
index 5e7ae9de2d..7151d7aae9 100644
--- a/deps/npm/node_modules/request/node_modules/aws4/package.json
+++ b/deps/npm/node_modules/request/node_modules/aws4/package.json
@@ -1,53 +1,60 @@
{
"_args": [
[
- "aws4@^1.2.1",
+ {
+ "raw": "aws4@^1.2.1",
+ "scope": null,
+ "escapedName": "aws4",
+ "name": "aws4",
+ "rawSpec": "^1.2.1",
+ "spec": ">=1.2.1 <2.0.0",
+ "type": "range"
+ },
"/Users/rebecca/code/npm/node_modules/request"
]
],
"_from": "aws4@>=1.2.1 <2.0.0",
- "_id": "aws4@1.3.2",
+ "_id": "aws4@1.4.1",
"_inCache": true,
"_installable": true,
"_location": "/request/aws4",
- "_nodeVersion": "4.3.1",
+ "_nodeVersion": "4.4.3",
"_npmOperationalInternal": {
"host": "packages-12-west.internal.npmjs.com",
- "tmp": "tmp/aws4-1.3.2.tgz_1456871543899_0.13955276948399842"
+ "tmp": "tmp/aws4-1.4.1.tgz_1462643218465_0.6527479749638587"
},
"_npmUser": {
- "email": "michael.hart.au@gmail.com",
- "name": "hichaelmart"
+ "name": "hichaelmart",
+ "email": "michael.hart.au@gmail.com"
},
- "_npmVersion": "2.14.21",
+ "_npmVersion": "2.15.4",
"_phantomChildren": {},
"_requested": {
- "name": "aws4",
"raw": "aws4@^1.2.1",
- "rawSpec": "^1.2.1",
"scope": null,
+ "escapedName": "aws4",
+ "name": "aws4",
+ "rawSpec": "^1.2.1",
"spec": ">=1.2.1 <2.0.0",
"type": "range"
},
"_requiredBy": [
"/request"
],
- "_resolved": "https://registry.npmjs.org/aws4/-/aws4-1.3.2.tgz",
- "_shasum": "d39e0bee412ced0e8ed94a23e314f313a95b9fd1",
+ "_resolved": "https://registry.npmjs.org/aws4/-/aws4-1.4.1.tgz",
+ "_shasum": "fde7d5292466d230e5ee0f4e038d9dfaab08fc61",
"_shrinkwrap": null,
"_spec": "aws4@^1.2.1",
"_where": "/Users/rebecca/code/npm/node_modules/request",
"author": {
- "email": "michael.hart.au@gmail.com",
"name": "Michael Hart",
+ "email": "michael.hart.au@gmail.com",
"url": "http://github.com/mhart"
},
"bugs": {
"url": "https://github.com/mhart/aws4/issues"
},
- "dependencies": {
- "lru-cache": "^4.0.0"
- },
+ "dependencies": {},
"description": "Signs and prepares requests using AWS Signature Version 4",
"devDependencies": {
"mocha": "^2.4.5",
@@ -55,10 +62,10 @@
},
"directories": {},
"dist": {
- "shasum": "d39e0bee412ced0e8ed94a23e314f313a95b9fd1",
- "tarball": "http://registry.npmjs.org/aws4/-/aws4-1.3.2.tgz"
+ "shasum": "fde7d5292466d230e5ee0f4e038d9dfaab08fc61",
+ "tarball": "https://registry.npmjs.org/aws4/-/aws4-1.4.1.tgz"
},
- "gitHead": "e899db3aacbf2a034398f7dd483345dc793e8d72",
+ "gitHead": "f126d3ff80be1ddde0fc6b50bb51a7f199547e81",
"homepage": "https://github.com/mhart/aws4#readme",
"keywords": [
"amazon",
@@ -116,8 +123,8 @@
"main": "aws4.js",
"maintainers": [
{
- "email": "michael.hart.au@gmail.com",
- "name": "hichaelmart"
+ "name": "hichaelmart",
+ "email": "michael.hart.au@gmail.com"
}
],
"name": "aws4",
@@ -130,5 +137,5 @@
"scripts": {
"test": "mocha ./test/fast.js ./test/slow.js -b -t 100s -R list"
},
- "version": "1.3.2"
+ "version": "1.4.1"
}