package.json 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "oauth-sign@~0.8.1",
  6. "scope": null,
  7. "escapedName": "oauth-sign",
  8. "name": "oauth-sign",
  9. "rawSpec": "~0.8.1",
  10. "spec": ">=0.8.1 <0.9.0",
  11. "type": "range"
  12. },
  13. "/home/king/Desktop/FINAL/AhMyth/app/node_modules/request"
  14. ]
  15. ],
  16. "_from": "oauth-sign@>=0.8.1 <0.9.0",
  17. "_id": "oauth-sign@0.8.2",
  18. "_inCache": true,
  19. "_installable": true,
  20. "_location": "/oauth-sign",
  21. "_nodeVersion": "5.9.0",
  22. "_npmOperationalInternal": {
  23. "host": "packages-12-west.internal.npmjs.com",
  24. "tmp": "tmp/oauth-sign-0.8.2.tgz_1462396399020_0.8175400267355144"
  25. },
  26. "_npmUser": {
  27. "name": "simov",
  28. "email": "simeonvelichkov@gmail.com"
  29. },
  30. "_npmVersion": "2.15.3",
  31. "_phantomChildren": {},
  32. "_requested": {
  33. "raw": "oauth-sign@~0.8.1",
  34. "scope": null,
  35. "escapedName": "oauth-sign",
  36. "name": "oauth-sign",
  37. "rawSpec": "~0.8.1",
  38. "spec": ">=0.8.1 <0.9.0",
  39. "type": "range"
  40. },
  41. "_requiredBy": [
  42. "/request"
  43. ],
  44. "_resolved": "https://registry.npmjs.org/oauth-sign/-/oauth-sign-0.8.2.tgz",
  45. "_shasum": "46a6ab7f0aead8deae9ec0565780b7d4efeb9d43",
  46. "_shrinkwrap": null,
  47. "_spec": "oauth-sign@~0.8.1",
  48. "_where": "/home/king/Desktop/FINAL/AhMyth/app/node_modules/request",
  49. "author": {
  50. "name": "Mikeal Rogers",
  51. "email": "mikeal.rogers@gmail.com",
  52. "url": "http://www.futurealoof.com"
  53. },
  54. "bugs": {
  55. "url": "https://github.com/mikeal/oauth-sign/issues"
  56. },
  57. "dependencies": {},
  58. "description": "OAuth 1 signing. Formerly a vendor lib in mikeal/request, now a standalone module.",
  59. "devDependencies": {},
  60. "directories": {},
  61. "dist": {
  62. "shasum": "46a6ab7f0aead8deae9ec0565780b7d4efeb9d43",
  63. "tarball": "https://registry.npmjs.org/oauth-sign/-/oauth-sign-0.8.2.tgz"
  64. },
  65. "engines": {
  66. "node": "*"
  67. },
  68. "files": [
  69. "index.js"
  70. ],
  71. "gitHead": "0b034206316132f57e26970152c2fb18e71bddd5",
  72. "homepage": "https://github.com/mikeal/oauth-sign#readme",
  73. "license": "Apache-2.0",
  74. "main": "index.js",
  75. "maintainers": [
  76. {
  77. "name": "mikeal",
  78. "email": "mikeal.rogers@gmail.com"
  79. },
  80. {
  81. "name": "nylen",
  82. "email": "jnylen@gmail.com"
  83. },
  84. {
  85. "name": "simov",
  86. "email": "simeonvelichkov@gmail.com"
  87. }
  88. ],
  89. "name": "oauth-sign",
  90. "optionalDependencies": {},
  91. "readme": "ERROR: No README data found!",
  92. "repository": {
  93. "url": "git+https://github.com/mikeal/oauth-sign.git"
  94. },
  95. "scripts": {
  96. "test": "node test.js"
  97. },
  98. "version": "0.8.2"
  99. }