UI for Zipcoin Blue

package.json 3.2KB

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