package.json 2.3 KB

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