package.json 2.6 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. "/mnt/Data/bach/Documents/ola/OLA#4/OLA#4DOC/sys/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. "_location": "/oauth-sign",
  20. "_nodeVersion": "5.9.0",
  21. "_npmOperationalInternal": {
  22. "host": "packages-12-west.internal.npmjs.com",
  23. "tmp": "tmp/oauth-sign-0.8.2.tgz_1462396399020_0.8175400267355144"
  24. },
  25. "_npmUser": {
  26. "name": "simov",
  27. "email": "simeonvelichkov@gmail.com"
  28. },
  29. "_npmVersion": "2.15.3",
  30. "_phantomChildren": {},
  31. "_requested": {
  32. "raw": "oauth-sign@~0.8.1",
  33. "scope": null,
  34. "escapedName": "oauth-sign",
  35. "name": "oauth-sign",
  36. "rawSpec": "~0.8.1",
  37. "spec": ">=0.8.1 <0.9.0",
  38. "type": "range"
  39. },
  40. "_requiredBy": [
  41. "/request"
  42. ],
  43. "_resolved": "https://registry.npmjs.org/oauth-sign/-/oauth-sign-0.8.2.tgz",
  44. "_shasum": "46a6ab7f0aead8deae9ec0565780b7d4efeb9d43",
  45. "_shrinkwrap": null,
  46. "_spec": "oauth-sign@~0.8.1",
  47. "_where": "/mnt/Data/bach/Documents/ola/OLA#4/OLA#4DOC/sys/node_modules/request",
  48. "author": {
  49. "name": "Mikeal Rogers",
  50. "email": "mikeal.rogers@gmail.com",
  51. "url": "http://www.futurealoof.com"
  52. },
  53. "bugs": {
  54. "url": "https://github.com/mikeal/oauth-sign/issues"
  55. },
  56. "dependencies": {},
  57. "description": "OAuth 1 signing. Formerly a vendor lib in mikeal/request, now a standalone module.",
  58. "devDependencies": {},
  59. "directories": {},
  60. "dist": {
  61. "shasum": "46a6ab7f0aead8deae9ec0565780b7d4efeb9d43",
  62. "tarball": "https://registry.npmjs.org/oauth-sign/-/oauth-sign-0.8.2.tgz"
  63. },
  64. "engines": {
  65. "node": "*"
  66. },
  67. "files": [
  68. "index.js"
  69. ],
  70. "gitHead": "0b034206316132f57e26970152c2fb18e71bddd5",
  71. "homepage": "https://github.com/mikeal/oauth-sign#readme",
  72. "license": "Apache-2.0",
  73. "main": "index.js",
  74. "maintainers": [
  75. {
  76. "name": "mikeal",
  77. "email": "mikeal.rogers@gmail.com"
  78. },
  79. {
  80. "name": "nylen",
  81. "email": "jnylen@gmail.com"
  82. },
  83. {
  84. "name": "simov",
  85. "email": "simeonvelichkov@gmail.com"
  86. }
  87. ],
  88. "name": "oauth-sign",
  89. "optionalDependencies": {},
  90. "readme": "oauth-sign\n==========\n\nOAuth 1 signing. Formerly a vendor lib in mikeal/request, now a standalone module. \n",
  91. "readmeFilename": "README.md",
  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. }