package.json 2.3 KB

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