142 lines
20 KiB
JSON
142 lines
20 KiB
JSON
|
{
|
||
|
"_args": [
|
||
|
[
|
||
|
{
|
||
|
"raw": "aws4@^1.6.0",
|
||
|
"scope": null,
|
||
|
"escapedName": "aws4",
|
||
|
"name": "aws4",
|
||
|
"rawSpec": "^1.6.0",
|
||
|
"spec": ">=1.6.0 <2.0.0",
|
||
|
"type": "range"
|
||
|
},
|
||
|
"/home/jdaugherty/work/GT2/GT2-Android/node_modules/request"
|
||
|
]
|
||
|
],
|
||
|
"_from": "aws4@>=1.6.0 <2.0.0",
|
||
|
"_id": "aws4@1.6.0",
|
||
|
"_inCache": true,
|
||
|
"_location": "/aws4",
|
||
|
"_nodeVersion": "4.5.0",
|
||
|
"_npmOperationalInternal": {
|
||
|
"host": "packages-18-east.internal.npmjs.com",
|
||
|
"tmp": "tmp/aws4-1.6.0.tgz_1486481933920_0.6127187723759562"
|
||
|
},
|
||
|
"_npmUser": {
|
||
|
"name": "hichaelmart",
|
||
|
"email": "michael.hart.au@gmail.com"
|
||
|
},
|
||
|
"_npmVersion": "4.0.5",
|
||
|
"_phantomChildren": {},
|
||
|
"_requested": {
|
||
|
"raw": "aws4@^1.6.0",
|
||
|
"scope": null,
|
||
|
"escapedName": "aws4",
|
||
|
"name": "aws4",
|
||
|
"rawSpec": "^1.6.0",
|
||
|
"spec": ">=1.6.0 <2.0.0",
|
||
|
"type": "range"
|
||
|
},
|
||
|
"_requiredBy": [
|
||
|
"/request"
|
||
|
],
|
||
|
"_resolved": "https://registry.npmjs.org/aws4/-/aws4-1.6.0.tgz",
|
||
|
"_shasum": "83ef5ca860b2b32e4a0deedee8c771b9db57471e",
|
||
|
"_shrinkwrap": null,
|
||
|
"_spec": "aws4@^1.6.0",
|
||
|
"_where": "/home/jdaugherty/work/GT2/GT2-Android/node_modules/request",
|
||
|
"author": {
|
||
|
"name": "Michael Hart",
|
||
|
"email": "michael.hart.au@gmail.com",
|
||
|
"url": "http://github.com/mhart"
|
||
|
},
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/mhart/aws4/issues"
|
||
|
},
|
||
|
"dependencies": {},
|
||
|
"description": "Signs and prepares requests using AWS Signature Version 4",
|
||
|
"devDependencies": {
|
||
|
"mocha": "^2.4.5",
|
||
|
"should": "^8.2.2"
|
||
|
},
|
||
|
"directories": {},
|
||
|
"dist": {
|
||
|
"shasum": "83ef5ca860b2b32e4a0deedee8c771b9db57471e",
|
||
|
"tarball": "https://registry.npmjs.org/aws4/-/aws4-1.6.0.tgz"
|
||
|
},
|
||
|
"gitHead": "74bf0b64d1e8cbcd184964999c7ef53f52d7ad32",
|
||
|
"homepage": "https://github.com/mhart/aws4#readme",
|
||
|
"keywords": [
|
||
|
"amazon",
|
||
|
"aws",
|
||
|
"signature",
|
||
|
"s3",
|
||
|
"ec2",
|
||
|
"autoscaling",
|
||
|
"cloudformation",
|
||
|
"elasticloadbalancing",
|
||
|
"elb",
|
||
|
"elasticbeanstalk",
|
||
|
"cloudsearch",
|
||
|
"dynamodb",
|
||
|
"kinesis",
|
||
|
"lambda",
|
||
|
"glacier",
|
||
|
"sqs",
|
||
|
"sns",
|
||
|
"iam",
|
||
|
"sts",
|
||
|
"ses",
|
||
|
"swf",
|
||
|
"storagegateway",
|
||
|
"datapipeline",
|
||
|
"directconnect",
|
||
|
"redshift",
|
||
|
"opsworks",
|
||
|
"rds",
|
||
|
"monitoring",
|
||
|
"cloudtrail",
|
||
|
"cloudfront",
|
||
|
"codedeploy",
|
||
|
"elasticache",
|
||
|
"elasticmapreduce",
|
||
|
"elastictranscoder",
|
||
|
"emr",
|
||
|
"cloudwatch",
|
||
|
"mobileanalytics",
|
||
|
"cognitoidentity",
|
||
|
"cognitosync",
|
||
|
"cognito",
|
||
|
"containerservice",
|
||
|
"ecs",
|
||
|
"appstream",
|
||
|
"keymanagementservice",
|
||
|
"kms",
|
||
|
"config",
|
||
|
"cloudhsm",
|
||
|
"route53",
|
||
|
"route53domains",
|
||
|
"logs"
|
||
|
],
|
||
|
"license": "MIT",
|
||
|
"main": "aws4.js",
|
||
|
"maintainers": [
|
||
|
{
|
||
|
"name": "hichaelmart",
|
||
|
"email": "michael.hart.au@gmail.com"
|
||
|
}
|
||
|
],
|
||
|
"name": "aws4",
|
||
|
"optionalDependencies": {},
|
||
|
"readme": "aws4\n----\n\n[![Build Status](https://secure.travis-ci.org/mhart/aws4.png?branch=master)](http://travis-ci.org/mhart/aws4)\n\nA small utility to sign vanilla node.js http(s) request options using Amazon's\n[AWS Signature Version 4](http://docs.amazonwebservices.com/general/latest/gr/signature-version-4.html).\n\nCan also be used [in the browser](./browser).\n\nThis signature is supported by nearly all Amazon services, including\n[S3](http://docs.aws.amazon.com/AmazonS3/latest/API/),\n[EC2](http://docs.aws.amazon.com/AWSEC2/latest/APIReference/),\n[DynamoDB](http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/API.html),\n[Kinesis](http://docs.aws.amazon.com/kinesis/latest/APIReference/),\n[Lambda](http://docs.aws.amazon.com/lambda/latest/dg/API_Reference.html),\n[SQS](http://docs.aws.amazon.com/AWSSimpleQueueService/latest/APIReference/),\n[SNS](http://docs.aws.amazon.com/sns/latest/api/),\n[IAM](http://docs.aws.amazon.com/IAM/latest/APIReference/),\n[STS](http://docs.aws.amazon.com/STS/latest/APIReference/),\n[RDS](http://docs.aws.amazon.com/AmazonRDS/latest/APIReference/),\n[CloudWatch](http://docs.aws.amazon.com/AmazonCloudWatch/latest/APIReference/),\n[CloudWatch Logs](http://docs.aws.amazon.com/AmazonCloudWatchLogs/latest/APIReference/),\n[CodeDeploy](http://docs.aws.amazon.com/codedeploy/latest/APIReference/),\n[CloudFront](http://docs.aws.amazon.com/AmazonCloudFront/latest/APIReference/),\n[CloudTrail](http://docs.aws.amazon.com/awscloudtrail/latest/APIReference/),\n[ElastiCache](http://docs.aws.amazon.com/AmazonElastiCache/latest/APIReference/),\n[EMR](http://docs.aws.amazon.com/ElasticMapReduce/latest/API/),\n[Glacier](http://docs.aws.amazon.com/amazonglacier/latest/dev/amazon-glacier-api.html),\n[CloudSearch](http://docs.aws.amazon.com/cloudsearch/latest/developerguide/APIReq.html),\n[Elastic Load Balancing](http://docs.aws.amazon.com/ElasticLoadBalancing/latest/APIReference/),\n[Elastic Transcoder](http://docs.aws.amazon.com/elastictranscoder/latest/developerguide/api-reference.html),\n[CloudFormation](http://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/),\n[Elastic Beanstalk](http://docs.aws.amazon.com/elasticbeanstalk/latest/api/),\n[Storage Gateway](http://docs.aws.amazon.com/storagegateway/latest/userguide/AWSStorageGatewayAPI.html),\n[Data Pipeline](http://docs.aws.amazon.com/datapipeline/latest/APIReference/),\n[Direct Connect](http://docs.aws.amazon.com/directconnect/latest/APIReference/),\n[Redshift](http://docs.aws.amazon.com/redshift/latest/APIReference/),\n[OpsWorks](http://docs.aws.amazon.com/opsworks/latest/APIReference/),\n[SES](http://docs.aws.amazon.com/ses/latest/APIReference/),\n[SWF](http://docs.aws.amazon.com/amazonswf/latest/apireference/),\n[AutoScaling](http://docs.aws.amazon.com/AutoScaling/latest/APIReference/),\n[Mobile Analytics](http://docs.aws.amazon.com/mobileanalytics/latest/ug/server-reference.html),\n[Cognito Identity](http://docs.aws.amazon.com/cognitoidentity/latest/APIReference/),\n[Cognito Sync](http://docs.aws.amazon.com/cognitosync/latest/APIReference/),\n[Container Service](http://docs.aws.amazon.com/AmazonECS/latest/APIReference/),\n[AppStream](http://docs.aws.amazon.com/appstream/latest/developerguide/appstream-api-rest.html),\n[Key Management Service](http://docs.aws.amazon.com/kms/latest/APIReference/),\n[Config](http://docs.aws.amazon.com/config/latest/APIReference/),\n[CloudHSM](http://docs.aws.amazon.com/cloudhsm/latest/dg/api-ref.html),\n[Route53](http://docs.aws.amazon.com/Route53/latest/APIReference/requests-rest.html) and\n[Route53 Domains](http://docs.aws.amazon.com/Route53/latest/APIReference/requests-rpc.html).\n\nIndeed, the only AWS services that *don't* support v4 as of 2014-12-30 are\n[Import/Export](http://docs.aws.amazon.com/AWSImportExport/latest/DG/api-reference.html) and\n[SimpleDB](http://docs.aws.amazon.com/AmazonSimpleDB/latest/DeveloperGuide/SDB_API.html)\n(they only support [AWS Signature Version 2](https://github.com/mhart/aws2)).\n\nIt also provides defaults for a number of core AWS headers and\nrequest
|
||
|
"readmeFilename": "README.md",
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git+https://github.com/mhart/aws4.git"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"test": "mocha ./test/fast.js ./test/slow.js -b -t 100s -R list"
|
||
|
},
|
||
|
"version": "1.6.0"
|
||
|
}
|