package.json 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  1. {
  2. "_from": "aws4@^1.6.0",
  3. "_id": "aws4@1.7.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-32NDda82rhwD9/JBCCkB+MRYDp0oSvlo2IL6rQWA10PQi7tDUM3eqMSltXmY+Oyl/7N3P3qNtAlv7X0d9bI28w==",
  6. "_location": "/aws4",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "aws4@^1.6.0",
  12. "name": "aws4",
  13. "escapedName": "aws4",
  14. "rawSpec": "^1.6.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.6.0"
  17. },
  18. "_requiredBy": [
  19. "/request"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/aws4/-/aws4-1.7.0.tgz",
  22. "_shasum": "d4d0e9b9dbfca77bf08eeb0a8a471550fe39e289",
  23. "_spec": "aws4@^1.6.0",
  24. "_where": "C:\\John\\WorkSpace\\WebStorm\\WinBoxNode\\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. "test": "mocha ./test/fast.js ./test/slow.js -b -t 100s -R list"
  102. },
  103. "version": "1.7.0"
  104. }