package.json 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. {
  2. "_args": [
  3. [
  4. "aws4@1.11.0",
  5. "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "aws4@1.11.0",
  10. "_id": "aws4@1.11.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-1h9G2DslGSUOJ4Ta9bCUeai0HFk=",
  13. "_location": "/aws4",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "aws4@1.11.0",
  19. "name": "aws4",
  20. "escapedName": "aws4",
  21. "rawSpec": "1.11.0",
  22. "saveSpec": null,
  23. "fetchSpec": "1.11.0"
  24. },
  25. "_requiredBy": [
  26. "/request"
  27. ],
  28. "_resolved": "https://registry.npm.taobao.org/aws4/download/aws4-1.11.0.tgz?cache=0&sync_timestamp=1604101244098&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Faws4%2Fdownload%2Faws4-1.11.0.tgz",
  29. "_spec": "1.11.0",
  30. "_where": "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm",
  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": "^2.5.3",
  42. "should": "^8.4.0"
  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.11.0"
  57. }