package.json 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133
  1. {
  2. "_args": [
  3. [
  4. "aws4@^1.2.1",
  5. "D:\\work\\im\\node_modules\\babel-cli\\node_modules\\request"
  6. ]
  7. ],
  8. "_from": "aws4@>=1.2.1 <2.0.0",
  9. "_id": "aws4@1.4.1",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/aws4",
  13. "_nodeVersion": "4.4.3",
  14. "_npmOperationalInternal": {
  15. "host": "packages-12-west.internal.npmjs.com",
  16. "tmp": "tmp/aws4-1.4.1.tgz_1462643218465_0.6527479749638587"
  17. },
  18. "_npmUser": {
  19. "email": "michael.hart.au@gmail.com",
  20. "name": "hichaelmart"
  21. },
  22. "_npmVersion": "2.15.4",
  23. "_phantomChildren": {},
  24. "_requested": {
  25. "name": "aws4",
  26. "raw": "aws4@^1.2.1",
  27. "rawSpec": "^1.2.1",
  28. "scope": null,
  29. "spec": ">=1.2.1 <2.0.0",
  30. "type": "range"
  31. },
  32. "_requiredBy": [
  33. "/babel-cli/request"
  34. ],
  35. "_resolved": "https://registry.npmjs.org/aws4/-/aws4-1.4.1.tgz",
  36. "_shasum": "fde7d5292466d230e5ee0f4e038d9dfaab08fc61",
  37. "_shrinkwrap": null,
  38. "_spec": "aws4@^1.2.1",
  39. "_where": "D:\\work\\im\\node_modules\\babel-cli\\node_modules\\request",
  40. "author": {
  41. "email": "michael.hart.au@gmail.com",
  42. "name": "Michael Hart",
  43. "url": "http://github.com/mhart"
  44. },
  45. "bugs": {
  46. "url": "https://github.com/mhart/aws4/issues"
  47. },
  48. "dependencies": {},
  49. "description": "Signs and prepares requests using AWS Signature Version 4",
  50. "devDependencies": {
  51. "mocha": "^2.4.5",
  52. "should": "^8.2.2"
  53. },
  54. "directories": {},
  55. "dist": {
  56. "shasum": "fde7d5292466d230e5ee0f4e038d9dfaab08fc61",
  57. "tarball": "https://registry.npmjs.org/aws4/-/aws4-1.4.1.tgz"
  58. },
  59. "gitHead": "f126d3ff80be1ddde0fc6b50bb51a7f199547e81",
  60. "homepage": "https://github.com/mhart/aws4#readme",
  61. "keywords": [
  62. "amazon",
  63. "aws",
  64. "signature",
  65. "s3",
  66. "ec2",
  67. "autoscaling",
  68. "cloudformation",
  69. "elasticloadbalancing",
  70. "elb",
  71. "elasticbeanstalk",
  72. "cloudsearch",
  73. "dynamodb",
  74. "kinesis",
  75. "lambda",
  76. "glacier",
  77. "sqs",
  78. "sns",
  79. "iam",
  80. "sts",
  81. "ses",
  82. "swf",
  83. "storagegateway",
  84. "datapipeline",
  85. "directconnect",
  86. "redshift",
  87. "opsworks",
  88. "rds",
  89. "monitoring",
  90. "cloudtrail",
  91. "cloudfront",
  92. "codedeploy",
  93. "elasticache",
  94. "elasticmapreduce",
  95. "elastictranscoder",
  96. "emr",
  97. "cloudwatch",
  98. "mobileanalytics",
  99. "cognitoidentity",
  100. "cognitosync",
  101. "cognito",
  102. "containerservice",
  103. "ecs",
  104. "appstream",
  105. "keymanagementservice",
  106. "kms",
  107. "config",
  108. "cloudhsm",
  109. "route53",
  110. "route53domains",
  111. "logs"
  112. ],
  113. "license": "MIT",
  114. "main": "aws4.js",
  115. "maintainers": [
  116. {
  117. "email": "michael.hart.au@gmail.com",
  118. "name": "hichaelmart"
  119. }
  120. ],
  121. "name": "aws4",
  122. "optionalDependencies": {},
  123. "readme": "ERROR: No README data found!",
  124. "repository": {
  125. "type": "git",
  126. "url": "git+https://github.com/mhart/aws4.git"
  127. },
  128. "scripts": {
  129. "test": "mocha ./test/fast.js ./test/slow.js -b -t 100s -R list"
  130. },
  131. "version": "1.4.1"
  132. }