package.json 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  1. {
  2. "_args": [
  3. [
  4. "sshpk@1.14.1",
  5. "/mnt/data/Sites/anissabensalah.net/user/themes/anissabensalah"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "sshpk@1.14.1",
  10. "_id": "sshpk@1.14.1",
  11. "_inBundle": false,
  12. "_integrity": "sha1-Ew9Zde3a2WPx1W+SuaxsUfqfg+s=",
  13. "_location": "/sshpk",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "sshpk@1.14.1",
  19. "name": "sshpk",
  20. "escapedName": "sshpk",
  21. "rawSpec": "1.14.1",
  22. "saveSpec": null,
  23. "fetchSpec": "1.14.1"
  24. },
  25. "_requiredBy": [
  26. "/http-signature"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/sshpk/-/sshpk-1.14.1.tgz",
  29. "_spec": "1.14.1",
  30. "_where": "/mnt/data/Sites/anissabensalah.net/user/themes/anissabensalah",
  31. "author": {
  32. "name": "Joyent, Inc"
  33. },
  34. "bin": {
  35. "sshpk-conv": "bin/sshpk-conv",
  36. "sshpk-sign": "bin/sshpk-sign",
  37. "sshpk-verify": "bin/sshpk-verify"
  38. },
  39. "bugs": {
  40. "url": "https://github.com/arekinath/node-sshpk/issues"
  41. },
  42. "contributors": [
  43. {
  44. "name": "Dave Eddy",
  45. "email": "dave@daveeddy.com"
  46. },
  47. {
  48. "name": "Mark Cavage",
  49. "email": "mcavage@gmail.com"
  50. },
  51. {
  52. "name": "Alex Wilson",
  53. "email": "alex@cooperi.net"
  54. }
  55. ],
  56. "dependencies": {
  57. "asn1": "~0.2.3",
  58. "assert-plus": "^1.0.0",
  59. "bcrypt-pbkdf": "^1.0.0",
  60. "dashdash": "^1.12.0",
  61. "ecc-jsbn": "~0.1.1",
  62. "getpass": "^0.1.1",
  63. "jsbn": "~0.1.0",
  64. "tweetnacl": "~0.14.0"
  65. },
  66. "description": "A library for finding and using SSH public keys",
  67. "devDependencies": {
  68. "benchmark": "^1.0.0",
  69. "sinon": "^1.17.2",
  70. "tape": "^3.5.0",
  71. "temp": "^0.8.2"
  72. },
  73. "directories": {
  74. "bin": "./bin",
  75. "lib": "./lib",
  76. "man": "./man/man1"
  77. },
  78. "engines": {
  79. "node": ">=0.10.0"
  80. },
  81. "homepage": "https://github.com/arekinath/node-sshpk#readme",
  82. "license": "MIT",
  83. "main": "lib/index.js",
  84. "man": [
  85. "/mnt/data/Sites/anissabensalah.net/user/themes/anissabensalah/node_modules/sshpk/man/man1/sshpk-conv.1",
  86. "/mnt/data/Sites/anissabensalah.net/user/themes/anissabensalah/node_modules/sshpk/man/man1/sshpk-sign.1",
  87. "/mnt/data/Sites/anissabensalah.net/user/themes/anissabensalah/node_modules/sshpk/man/man1/sshpk-verify.1"
  88. ],
  89. "name": "sshpk",
  90. "optionalDependencies": {
  91. "bcrypt-pbkdf": "^1.0.0",
  92. "ecc-jsbn": "~0.1.1",
  93. "jsbn": "~0.1.0",
  94. "tweetnacl": "~0.14.0"
  95. },
  96. "repository": {
  97. "type": "git",
  98. "url": "git+https://github.com/arekinath/node-sshpk.git"
  99. },
  100. "scripts": {
  101. "test": "tape test/*.js"
  102. },
  103. "version": "1.14.1"
  104. }