package.json 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. {
  2. "_args": [
  3. [
  4. "aws4@1.10.0",
  5. "E:\\item\\newItem\\admin"
  6. ]
  7. ],
  8. "_from": "aws4@1.10.0",
  9. "_id": "aws4@1.10.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-3YDiu347mtVtjpyV3u5kVqQLP242c06zwDOgpeRnybmXlYYsLbtTrUBUm8i8srONt+FWobl5aibnU1030PeeuA==",
  12. "_location": "/aws4",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "aws4@1.10.0",
  18. "name": "aws4",
  19. "escapedName": "aws4",
  20. "rawSpec": "1.10.0",
  21. "saveSpec": null,
  22. "fetchSpec": "1.10.0"
  23. },
  24. "_requiredBy": [
  25. "/less/request",
  26. "/request"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/aws4/-/aws4-1.10.0.tgz",
  29. "_spec": "1.10.0",
  30. "_where": "E:\\item\\newItem\\admin",
  31. "author": {
  32. "name": "Michael Hart",
  33. "email": "michael.hart.au@gmail.com",
  34. "url": "https://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": "^7.1.2",
  42. "should": "^13.2.3"
  43. },
  44. "homepage": "https://github.com/mhart/aws4#readme",
  45. "license": "MIT",
  46. "main": "aws4.js",
  47. "name": "aws4",
  48. "repository": {
  49. "type": "git",
  50. "url": "git+https://github.com/mhart/aws4.git"
  51. },
  52. "scripts": {
  53. "integration": "node ./test/slow.js",
  54. "test": "mocha ./test/fast.js -R list"
  55. },
  56. "version": "1.10.0"
  57. }