package.json 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "sshpk@^1.7.0",
  6. "scope": null,
  7. "escapedName": "sshpk",
  8. "name": "sshpk",
  9. "rawSpec": "^1.7.0",
  10. "spec": ">=1.7.0 <2.0.0",
  11. "type": "range"
  12. },
  13. "/mnt/Data/bach/Sites/clameurs.org/sites/all/themes/figureslibres/clameurs/node_modules/http-signature"
  14. ]
  15. ],
  16. "_from": "sshpk@>=1.7.0 <2.0.0",
  17. "_id": "sshpk@1.10.2",
  18. "_inCache": true,
  19. "_location": "/sshpk",
  20. "_nodeVersion": "0.12.15",
  21. "_npmOperationalInternal": {
  22. "host": "packages-12-west.internal.npmjs.com",
  23. "tmp": "tmp/sshpk-1.10.2.tgz_1484356342573_0.6690851037856191"
  24. },
  25. "_npmUser": {
  26. "name": "arekinath",
  27. "email": "alex@cooperi.net"
  28. },
  29. "_npmVersion": "3.10.10",
  30. "_phantomChildren": {},
  31. "_requested": {
  32. "raw": "sshpk@^1.7.0",
  33. "scope": null,
  34. "escapedName": "sshpk",
  35. "name": "sshpk",
  36. "rawSpec": "^1.7.0",
  37. "spec": ">=1.7.0 <2.0.0",
  38. "type": "range"
  39. },
  40. "_requiredBy": [
  41. "/http-signature"
  42. ],
  43. "_resolved": "https://registry.npmjs.org/sshpk/-/sshpk-1.10.2.tgz",
  44. "_shasum": "d5a804ce22695515638e798dbe23273de070a5fa",
  45. "_shrinkwrap": null,
  46. "_spec": "sshpk@^1.7.0",
  47. "_where": "/mnt/Data/bach/Sites/clameurs.org/sites/all/themes/figureslibres/clameurs/node_modules/http-signature",
  48. "author": {
  49. "name": "Joyent, Inc"
  50. },
  51. "bin": {
  52. "sshpk-conv": "bin/sshpk-conv",
  53. "sshpk-sign": "bin/sshpk-sign",
  54. "sshpk-verify": "bin/sshpk-verify"
  55. },
  56. "bugs": {
  57. "url": "https://github.com/arekinath/node-sshpk/issues"
  58. },
  59. "contributors": [
  60. {
  61. "name": "Dave Eddy",
  62. "email": "dave@daveeddy.com"
  63. },
  64. {
  65. "name": "Mark Cavage",
  66. "email": "mcavage@gmail.com"
  67. },
  68. {
  69. "name": "Alex Wilson",
  70. "email": "alex@cooperi.net"
  71. }
  72. ],
  73. "dependencies": {
  74. "asn1": "~0.2.3",
  75. "assert-plus": "^1.0.0",
  76. "bcrypt-pbkdf": "^1.0.0",
  77. "dashdash": "^1.12.0",
  78. "ecc-jsbn": "~0.1.1",
  79. "getpass": "^0.1.1",
  80. "jodid25519": "^1.0.0",
  81. "jsbn": "~0.1.0",
  82. "tweetnacl": "~0.14.0"
  83. },
  84. "description": "A library for finding and using SSH public keys",
  85. "devDependencies": {
  86. "benchmark": "^1.0.0",
  87. "sinon": "^1.17.2",
  88. "tape": "^3.5.0",
  89. "temp": "^0.8.2"
  90. },
  91. "directories": {
  92. "bin": "./bin",
  93. "lib": "./lib",
  94. "man": "./man/man1"
  95. },
  96. "dist": {
  97. "shasum": "d5a804ce22695515638e798dbe23273de070a5fa",
  98. "tarball": "https://registry.npmjs.org/sshpk/-/sshpk-1.10.2.tgz"
  99. },
  100. "engines": {
  101. "node": ">=0.10.0"
  102. },
  103. "gitHead": "3ae535658f83e610c0dd5bb97a1b2105db7220c7",
  104. "homepage": "https://github.com/arekinath/node-sshpk#readme",
  105. "license": "MIT",
  106. "main": "lib/index.js",
  107. "maintainers": [
  108. {
  109. "name": "arekinath",
  110. "email": "alex@cooperi.net"
  111. }
  112. ],
  113. "man": [
  114. "/Users/alex.wilson/dev/node-sshpk/man/man1/sshpk-conv.1",
  115. "/Users/alex.wilson/dev/node-sshpk/man/man1/sshpk-sign.1",
  116. "/Users/alex.wilson/dev/node-sshpk/man/man1/sshpk-verify.1"
  117. ],
  118. "name": "sshpk",
  119. "optionalDependencies": {
  120. "bcrypt-pbkdf": "^1.0.0",
  121. "ecc-jsbn": "~0.1.1",
  122. "jodid25519": "^1.0.0",
  123. "jsbn": "~0.1.0",
  124. "tweetnacl": "~0.14.0"
  125. },
  126. "readme": "ERROR: No README data found!",
  127. "repository": {
  128. "type": "git",
  129. "url": "git+https://github.com/arekinath/node-sshpk.git"
  130. },
  131. "scripts": {
  132. "test": "tape test/*.js"
  133. },
  134. "version": "1.10.2"
  135. }