package.json 2.8 KB

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