package.json 755 B

1234567891011121314151617181920
  1. {
  2. "name": "aws4",
  3. "version": "1.11.0",
  4. "description": "Signs and prepares requests using AWS Signature Version 4",
  5. "author": "Michael Hart <michael.hart.au@gmail.com> (https://github.com/mhart)",
  6. "license": "MIT",
  7. "repository": "github:mhart/aws4",
  8. "main": "aws4.js",
  9. "scripts": {
  10. "test": "mocha ./test/fast.js -R list",
  11. "integration": "node ./test/slow.js"
  12. },
  13. "devDependencies": {
  14. "mocha": "^2.5.3",
  15. "should": "^8.4.0"
  16. },
  17. "__npminstall_done": "Thu Dec 24 2020 20:20:37 GMT+0800 (CST)",
  18. "_from": "aws4@1.11.0",
  19. "_resolved": "https://registry.npm.taobao.org/aws4/download/aws4-1.11.0.tgz?cache=0&sync_timestamp=1604102997850&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Faws4%2Fdownload%2Faws4-1.11.0.tgz"
  20. }