package.json 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. {
  2. "_args": [
  3. [
  4. "oauth-sign@~0.5.0",
  5. "D:\\work\\im\\node_modules\\request"
  6. ]
  7. ],
  8. "_from": "oauth-sign@>=0.5.0 <0.6.0",
  9. "_id": "oauth-sign@0.5.0",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/oauth-sign",
  13. "_npmUser": {
  14. "email": "mikeal.rogers@gmail.com",
  15. "name": "mikeal"
  16. },
  17. "_npmVersion": "2.0.0",
  18. "_phantomChildren": {},
  19. "_requested": {
  20. "name": "oauth-sign",
  21. "raw": "oauth-sign@~0.5.0",
  22. "rawSpec": "~0.5.0",
  23. "scope": null,
  24. "spec": ">=0.5.0 <0.6.0",
  25. "type": "range"
  26. },
  27. "_requiredBy": [
  28. "/request"
  29. ],
  30. "_resolved": "https://registry.npmjs.org/oauth-sign/-/oauth-sign-0.5.0.tgz",
  31. "_shasum": "d767f5169325620eab2e087ef0c472e773db6461",
  32. "_shrinkwrap": null,
  33. "_spec": "oauth-sign@~0.5.0",
  34. "_where": "D:\\work\\im\\node_modules\\request",
  35. "author": {
  36. "email": "mikeal.rogers@gmail.com",
  37. "name": "Mikeal Rogers",
  38. "url": "http://www.futurealoof.com"
  39. },
  40. "bugs": {
  41. "url": "https://github.com/mikeal/oauth-sign/issues"
  42. },
  43. "dependencies": {},
  44. "description": "OAuth 1 signing. Formerly a vendor lib in mikeal/request, now a standalone module.",
  45. "devDependencies": {},
  46. "directories": {},
  47. "dist": {
  48. "shasum": "d767f5169325620eab2e087ef0c472e773db6461",
  49. "tarball": "https://registry.npmjs.org/oauth-sign/-/oauth-sign-0.5.0.tgz"
  50. },
  51. "engines": {
  52. "node": "*"
  53. },
  54. "gitHead": "6fea86c2d4a38e1b3780ad0cc56f00196e5213c1",
  55. "homepage": "https://github.com/mikeal/oauth-sign",
  56. "main": "index.js",
  57. "maintainers": [
  58. {
  59. "email": "mikeal.rogers@gmail.com",
  60. "name": "mikeal"
  61. }
  62. ],
  63. "name": "oauth-sign",
  64. "optionalDependencies": {},
  65. "readme": "ERROR: No README data found!",
  66. "repository": {
  67. "url": "git+https://github.com/mikeal/oauth-sign.git"
  68. },
  69. "scripts": {
  70. "test": "node test.js"
  71. },
  72. "version": "0.5.0"
  73. }