package.json 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. {
  2. "_args": [
  3. [
  4. "aws4@1.11.0",
  5. "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance"
  6. ]
  7. ],
  8. "_from": "aws4@1.11.0",
  9. "_id": "aws4@1.11.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-xh1Rl34h6Fi1DC2WWKfxUTVqRsNnr6LsKz2+hfwDxQJWmrx8+c7ylaqBMcHfl1U1r2dsifOvKX3LQuLNZ+XSvA==",
  12. "_location": "/aws4",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "aws4@1.11.0",
  18. "name": "aws4",
  19. "escapedName": "aws4",
  20. "rawSpec": "1.11.0",
  21. "saveSpec": null,
  22. "fetchSpec": "1.11.0"
  23. },
  24. "_requiredBy": [
  25. "/request"
  26. ],
  27. "_resolved": "https://registry.npmmirror.com/aws4/-/aws4-1.11.0.tgz",
  28. "_spec": "1.11.0",
  29. "_where": "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance",
  30. "author": {
  31. "name": "Michael Hart",
  32. "email": "michael.hart.au@gmail.com",
  33. "url": "https://github.com/mhart"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/mhart/aws4/issues"
  37. },
  38. "description": "Signs and prepares requests using AWS Signature Version 4",
  39. "devDependencies": {
  40. "mocha": "^2.5.3",
  41. "should": "^8.4.0"
  42. },
  43. "homepage": "https://github.com/mhart/aws4#readme",
  44. "license": "MIT",
  45. "main": "aws4.js",
  46. "name": "aws4",
  47. "repository": {
  48. "type": "git",
  49. "url": "git+https://github.com/mhart/aws4.git"
  50. },
  51. "scripts": {
  52. "integration": "node ./test/slow.js",
  53. "test": "mocha ./test/fast.js -R list"
  54. },
  55. "version": "1.11.0"
  56. }