package.json 3.1 KB

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