package.json (2326B)
1 { 2 "_from": "aws4@^1.8.0", 3 "_id": "aws4@1.9.1", 4 "_inBundle": false, 5 "_integrity": "sha512-wMHVg2EOHaMRxbzgFJ9gtjOOCrI80OHLG14rxi28XwOW8ux6IiEbRCGGGqCtdAIg4FQCbW20k9RsT4y3gJlFug==", 6 "_location": "/aws4", 7 "_phantomChildren": {}, 8 "_requested": { 9 "type": "range", 10 "registry": true, 11 "raw": "aws4@^1.8.0", 12 "name": "aws4", 13 "escapedName": "aws4", 14 "rawSpec": "^1.8.0", 15 "saveSpec": null, 16 "fetchSpec": "^1.8.0" 17 }, 18 "_requiredBy": [ 19 "/request" 20 ], 21 "_resolved": "https://registry.npmjs.org/aws4/-/aws4-1.9.1.tgz", 22 "_shasum": "7e33d8f7d449b3f673cd72deb9abdc552dbe528e", 23 "_spec": "aws4@^1.8.0", 24 "_where": "/Users/underd0g/Documents/javascript/TwitWebGraph/node_modules/request", 25 "author": { 26 "name": "Michael Hart", 27 "email": "michael.hart.au@gmail.com", 28 "url": "http://github.com/mhart" 29 }, 30 "bugs": { 31 "url": "https://github.com/mhart/aws4/issues" 32 }, 33 "bundleDependencies": false, 34 "deprecated": false, 35 "description": "Signs and prepares requests using AWS Signature Version 4", 36 "devDependencies": { 37 "mocha": "^2.4.5", 38 "should": "^8.2.2" 39 }, 40 "homepage": "https://github.com/mhart/aws4#readme", 41 "keywords": [ 42 "amazon", 43 "aws", 44 "signature", 45 "s3", 46 "ec2", 47 "autoscaling", 48 "cloudformation", 49 "elasticloadbalancing", 50 "elb", 51 "elasticbeanstalk", 52 "cloudsearch", 53 "dynamodb", 54 "kinesis", 55 "lambda", 56 "glacier", 57 "sqs", 58 "sns", 59 "iam", 60 "sts", 61 "ses", 62 "swf", 63 "storagegateway", 64 "datapipeline", 65 "directconnect", 66 "redshift", 67 "opsworks", 68 "rds", 69 "monitoring", 70 "cloudtrail", 71 "cloudfront", 72 "codedeploy", 73 "elasticache", 74 "elasticmapreduce", 75 "elastictranscoder", 76 "emr", 77 "cloudwatch", 78 "mobileanalytics", 79 "cognitoidentity", 80 "cognitosync", 81 "cognito", 82 "containerservice", 83 "ecs", 84 "appstream", 85 "keymanagementservice", 86 "kms", 87 "config", 88 "cloudhsm", 89 "route53", 90 "route53domains", 91 "logs" 92 ], 93 "license": "MIT", 94 "main": "aws4.js", 95 "name": "aws4", 96 "repository": { 97 "type": "git", 98 "url": "git+https://github.com/mhart/aws4.git" 99 }, 100 "scripts": { 101 "integration": "node ./test/slow.js", 102 "test": "mocha ./test/fast.js -b -t 100s -R list" 103 }, 104 "version": "1.9.1" 105 }