package.json 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. {
  2. "_args": [
  3. [
  4. "http-signature@~0.11.0",
  5. "/repo/combiclub.com/wwwroot/themes/combi/_grunt/node_modules/request"
  6. ]
  7. ],
  8. "_from": "http-signature@>=0.11.0 <0.12.0",
  9. "_id": "http-signature@0.11.0",
  10. "_inCache": true,
  11. "_location": "/http-signature",
  12. "_nodeVersion": "0.10.36",
  13. "_npmUser": {
  14. "email": "patrick.f.mooney@gmail.com",
  15. "name": "pfmooney"
  16. },
  17. "_npmVersion": "2.5.1",
  18. "_phantomChildren": {},
  19. "_requested": {
  20. "name": "http-signature",
  21. "raw": "http-signature@~0.11.0",
  22. "rawSpec": "~0.11.0",
  23. "scope": null,
  24. "spec": ">=0.11.0 <0.12.0",
  25. "type": "range"
  26. },
  27. "_requiredBy": [
  28. "/request"
  29. ],
  30. "_resolved": "https://registry.npmjs.org/http-signature/-/http-signature-0.11.0.tgz",
  31. "_shasum": "1796cf67a001ad5cd6849dca0991485f09089fe6",
  32. "_shrinkwrap": null,
  33. "_spec": "http-signature@~0.11.0",
  34. "_where": "/repo/combiclub.com/wwwroot/themes/combi/_grunt/node_modules/request",
  35. "author": {
  36. "name": "Joyent, Inc"
  37. },
  38. "bugs": {
  39. "url": "https://github.com/joyent/node-http-signature/issues"
  40. },
  41. "contributors": [
  42. {
  43. "name": "Mark Cavage",
  44. "email": "mcavage@gmail.com"
  45. },
  46. {
  47. "name": "David I. Lehn",
  48. "email": "dil@lehn.org"
  49. },
  50. {
  51. "name": "Patrick Mooney",
  52. "email": "patrick.f.mooney@gmail.com"
  53. }
  54. ],
  55. "dependencies": {
  56. "asn1": "0.1.11",
  57. "assert-plus": "^0.1.5",
  58. "ctype": "0.5.3"
  59. },
  60. "description": "Reference implementation of Joyent's HTTP Signature scheme.",
  61. "devDependencies": {
  62. "node-uuid": "^1.4.1",
  63. "tap": "0.4.2"
  64. },
  65. "directories": {},
  66. "dist": {
  67. "shasum": "1796cf67a001ad5cd6849dca0991485f09089fe6",
  68. "tarball": "http://registry.npmjs.org/http-signature/-/http-signature-0.11.0.tgz"
  69. },
  70. "engines": {
  71. "node": ">=0.8"
  72. },
  73. "homepage": "https://github.com/joyent/node-http-signature/",
  74. "installable": true,
  75. "keywords": [
  76. "https",
  77. "request"
  78. ],
  79. "license": "MIT",
  80. "main": "lib/index.js",
  81. "maintainers": [
  82. {
  83. "name": "mcavage",
  84. "email": "mcavage@gmail.com"
  85. },
  86. {
  87. "name": "pfmooney",
  88. "email": "patrick.f.mooney@gmail.com"
  89. }
  90. ],
  91. "name": "http-signature",
  92. "optionalDependencies": {},
  93. "repository": {
  94. "type": "git",
  95. "url": "git://github.com/joyent/node-http-signature.git"
  96. },
  97. "scripts": {
  98. "test": "tap test/*.js"
  99. },
  100. "version": "0.11.0"
  101. }