package.json 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. {
  2. "_from": "aws4@^1.8.0",
  3. "_id": "aws4@1.12.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-NmWvPnx0F1SfrQbYwOi7OeaNGokp9XhzNioJ/CSBs8Qa4vxug81mhJEAVZwxXuBmYB5KDRfMq/F3RR0BIU7sWg==",
  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.12.0.tgz",
  22. "_shasum": "ce1c9d143389679e253b314241ea9aa5cec980d3",
  23. "_spec": "aws4@^1.8.0",
  24. "_where": "D:\\公司项目\\wms\\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.12.0"
  53. }