package.json 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. {
  2. "_args": [
  3. [
  4. "oauth-sign@0.8.2",
  5. "E:\\2023\\5\\myjadmin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "oauth-sign@0.8.2",
  10. "_id": "oauth-sign@0.8.2",
  11. "_inBundle": false,
  12. "_integrity": "sha512-VlF07iu3VV3+BTXj43Nmp6Irt/G7j/NgEctUS6IweH1RGhURjjCc2NWtzXFPXXWWfc7hgbXQdtiQu2LGp6MxUg==",
  13. "_location": "/less/oauth-sign",
  14. "_optional": true,
  15. "_phantomChildren": {},
  16. "_requested": {
  17. "type": "version",
  18. "registry": true,
  19. "raw": "oauth-sign@0.8.2",
  20. "name": "oauth-sign",
  21. "escapedName": "oauth-sign",
  22. "rawSpec": "0.8.2",
  23. "saveSpec": null,
  24. "fetchSpec": "0.8.2"
  25. },
  26. "_requiredBy": [
  27. "/less/request"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/oauth-sign/-/oauth-sign-0.8.2.tgz",
  30. "_spec": "0.8.2",
  31. "_where": "E:\\2023\\5\\myjadmin",
  32. "author": {
  33. "name": "Mikeal Rogers",
  34. "email": "mikeal.rogers@gmail.com",
  35. "url": "http://www.futurealoof.com"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/mikeal/oauth-sign/issues"
  39. },
  40. "dependencies": {},
  41. "description": "OAuth 1 signing. Formerly a vendor lib in mikeal/request, now a standalone module.",
  42. "devDependencies": {},
  43. "engines": {
  44. "node": "*"
  45. },
  46. "files": [
  47. "index.js"
  48. ],
  49. "homepage": "https://github.com/mikeal/oauth-sign#readme",
  50. "license": "Apache-2.0",
  51. "main": "index.js",
  52. "name": "oauth-sign",
  53. "optionalDependencies": {},
  54. "repository": {
  55. "url": "git+https://github.com/mikeal/oauth-sign.git"
  56. },
  57. "scripts": {
  58. "test": "node test.js"
  59. },
  60. "version": "0.8.2"
  61. }