package.json 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "http-signature@~1.1.0",
  6. "scope": null,
  7. "escapedName": "http-signature",
  8. "name": "http-signature",
  9. "rawSpec": "~1.1.0",
  10. "spec": ">=1.1.0 <1.2.0",
  11. "type": "range"
  12. },
  13. "/home/king/Desktop/FINAL/AhMyth/app/node_modules/request"
  14. ]
  15. ],
  16. "_from": "http-signature@>=1.1.0 <1.2.0",
  17. "_id": "http-signature@1.1.1",
  18. "_inCache": true,
  19. "_installable": true,
  20. "_location": "/http-signature",
  21. "_nodeVersion": "0.12.9",
  22. "_npmUser": {
  23. "name": "arekinath",
  24. "email": "alex@cooperi.net"
  25. },
  26. "_npmVersion": "2.14.9",
  27. "_phantomChildren": {},
  28. "_requested": {
  29. "raw": "http-signature@~1.1.0",
  30. "scope": null,
  31. "escapedName": "http-signature",
  32. "name": "http-signature",
  33. "rawSpec": "~1.1.0",
  34. "spec": ">=1.1.0 <1.2.0",
  35. "type": "range"
  36. },
  37. "_requiredBy": [
  38. "/request"
  39. ],
  40. "_resolved": "https://registry.npmjs.org/http-signature/-/http-signature-1.1.1.tgz",
  41. "_shasum": "df72e267066cd0ac67fb76adf8e134a8fbcf91bf",
  42. "_shrinkwrap": null,
  43. "_spec": "http-signature@~1.1.0",
  44. "_where": "/home/king/Desktop/FINAL/AhMyth/app/node_modules/request",
  45. "author": {
  46. "name": "Joyent, Inc"
  47. },
  48. "bugs": {
  49. "url": "https://github.com/joyent/node-http-signature/issues"
  50. },
  51. "contributors": [
  52. {
  53. "name": "Mark Cavage",
  54. "email": "mcavage@gmail.com"
  55. },
  56. {
  57. "name": "David I. Lehn",
  58. "email": "dil@lehn.org"
  59. },
  60. {
  61. "name": "Patrick Mooney",
  62. "email": "patrick.f.mooney@gmail.com"
  63. }
  64. ],
  65. "dependencies": {
  66. "assert-plus": "^0.2.0",
  67. "jsprim": "^1.2.2",
  68. "sshpk": "^1.7.0"
  69. },
  70. "description": "Reference implementation of Joyent's HTTP Signature scheme.",
  71. "devDependencies": {
  72. "node-uuid": "^1.4.1",
  73. "tap": "0.4.2"
  74. },
  75. "directories": {},
  76. "dist": {
  77. "shasum": "df72e267066cd0ac67fb76adf8e134a8fbcf91bf",
  78. "tarball": "https://registry.npmjs.org/http-signature/-/http-signature-1.1.1.tgz"
  79. },
  80. "engines": {
  81. "node": ">=0.8",
  82. "npm": ">=1.3.7"
  83. },
  84. "gitHead": "74d3f35e3aa436d83723c53b01e266f448e8149a",
  85. "homepage": "https://github.com/joyent/node-http-signature/",
  86. "keywords": [
  87. "https",
  88. "request"
  89. ],
  90. "license": "MIT",
  91. "main": "lib/index.js",
  92. "maintainers": [
  93. {
  94. "name": "arekinath",
  95. "email": "alex@cooperi.net"
  96. },
  97. {
  98. "name": "mcavage",
  99. "email": "mcavage@gmail.com"
  100. },
  101. {
  102. "name": "pfmooney",
  103. "email": "patrick.f.mooney@gmail.com"
  104. }
  105. ],
  106. "name": "http-signature",
  107. "optionalDependencies": {},
  108. "readme": "ERROR: No README data found!",
  109. "repository": {
  110. "type": "git",
  111. "url": "git://github.com/joyent/node-http-signature.git"
  112. },
  113. "scripts": {
  114. "test": "tap test/*.js"
  115. },
  116. "version": "1.1.1"
  117. }