package.json 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. {
  2. "_args": [
  3. [
  4. "http-signature@1.1.1",
  5. "/mnt/data/Sites/anissabensalah.net/user/themes/anissabensalah"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "http-signature@1.1.1",
  10. "_id": "http-signature@1.1.1",
  11. "_inBundle": false,
  12. "_integrity": "sha1-33LiZwZs0Kxn+3at+OE0qPvPkb8=",
  13. "_location": "/http-signature",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "http-signature@1.1.1",
  19. "name": "http-signature",
  20. "escapedName": "http-signature",
  21. "rawSpec": "1.1.1",
  22. "saveSpec": null,
  23. "fetchSpec": "1.1.1"
  24. },
  25. "_requiredBy": [
  26. "/request"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/http-signature/-/http-signature-1.1.1.tgz",
  29. "_spec": "1.1.1",
  30. "_where": "/mnt/data/Sites/anissabensalah.net/user/themes/anissabensalah",
  31. "author": {
  32. "name": "Joyent, Inc"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/joyent/node-http-signature/issues"
  36. },
  37. "contributors": [
  38. {
  39. "name": "Mark Cavage",
  40. "email": "mcavage@gmail.com"
  41. },
  42. {
  43. "name": "David I. Lehn",
  44. "email": "dil@lehn.org"
  45. },
  46. {
  47. "name": "Patrick Mooney",
  48. "email": "patrick.f.mooney@gmail.com"
  49. }
  50. ],
  51. "dependencies": {
  52. "assert-plus": "^0.2.0",
  53. "jsprim": "^1.2.2",
  54. "sshpk": "^1.7.0"
  55. },
  56. "description": "Reference implementation of Joyent's HTTP Signature scheme.",
  57. "devDependencies": {
  58. "node-uuid": "^1.4.1",
  59. "tap": "0.4.2"
  60. },
  61. "engines": {
  62. "node": ">=0.8",
  63. "npm": ">=1.3.7"
  64. },
  65. "homepage": "https://github.com/joyent/node-http-signature/",
  66. "keywords": [
  67. "https",
  68. "request"
  69. ],
  70. "license": "MIT",
  71. "main": "lib/index.js",
  72. "name": "http-signature",
  73. "repository": {
  74. "type": "git",
  75. "url": "git://github.com/joyent/node-http-signature.git"
  76. },
  77. "scripts": {
  78. "test": "tap test/*.js"
  79. },
  80. "version": "1.1.1"
  81. }