You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

53 lines
1.4 KiB

  1. {
  2. "_from": "aws4@^1.8.0",
  3. "_id": "aws4@1.10.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-zg7Hz2k5lI8kb7U32998pRRFin7zJlkfezGJjUc2heaD4Pw2wObakCDVzkKztTm/Ln7eiVvYsjqak0Ed4LkMDA==",
  6. "_location": "/aws4",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "aws4@^1.8.0",
  12. "name": "aws4",
  13. "escapedName": "aws4",
  14. "rawSpec": "^1.8.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.8.0"
  17. },
  18. "_requiredBy": [
  19. "/request"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/aws4/-/aws4-1.10.1.tgz",
  22. "_shasum": "e1e82e4f3e999e2cfd61b161280d16a111f86428",
  23. "_spec": "aws4@^1.8.0",
  24. "_where": "/home/alpcentaur/ProjektA/PermApp/node_modules/request",
  25. "author": {
  26. "name": "Michael Hart",
  27. "email": "michael.hart.au@gmail.com",
  28. "url": "https://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.5.3",
  38. "should": "^8.4.0"
  39. },
  40. "homepage": "https://github.com/mhart/aws4#readme",
  41. "license": "MIT",
  42. "main": "aws4.js",
  43. "name": "aws4",
  44. "repository": {
  45. "type": "git",
  46. "url": "git+https://github.com/mhart/aws4.git"
  47. },
  48. "scripts": {
  49. "integration": "node ./test/slow.js",
  50. "test": "mocha ./test/fast.js -R list"
  51. },
  52. "version": "1.10.1"
  53. }