package.json 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. {
  2. "_from": "ssh2-streams@~0.4.4",
  3. "_id": "ssh2-streams@0.4.4",
  4. "_inBundle": false,
  5. "_integrity": "sha512-yNfPZgJO/N69TvYkpDHZBkXAXQzTpfzRkOphQu3PeUpZnrjp9VNa8RKDZkZDpjsWItay+I4NMAbZZ7DqHRt0AQ==",
  6. "_location": "/ssh2-streams",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "ssh2-streams@~0.4.4",
  12. "name": "ssh2-streams",
  13. "escapedName": "ssh2-streams",
  14. "rawSpec": "~0.4.4",
  15. "saveSpec": null,
  16. "fetchSpec": "~0.4.4"
  17. },
  18. "_requiredBy": [
  19. "/ssh2"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/ssh2-streams/-/ssh2-streams-0.4.4.tgz",
  22. "_shasum": "7f07464c4b19ee93324995ec7164f110c5a13658",
  23. "_spec": "ssh2-streams@~0.4.4",
  24. "_where": "C:\\Users\\Mehdi\\Documents\\P_Tech\\Login-Register\\node_modules\\ssh2",
  25. "author": {
  26. "name": "Brian White",
  27. "email": "mscdex@mscdex.net"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/mscdex/ssh2-streams/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "asn1": "~0.2.0",
  35. "bcrypt-pbkdf": "^1.0.2",
  36. "streamsearch": "~0.1.2"
  37. },
  38. "deprecated": false,
  39. "description": "SSH2 and SFTP(v3) client/server protocol streams for node.js",
  40. "engines": {
  41. "node": ">=5.2.0"
  42. },
  43. "homepage": "https://github.com/mscdex/ssh2-streams#readme",
  44. "keywords": [
  45. "ssh",
  46. "ssh2",
  47. "sftp",
  48. "secure",
  49. "protocol",
  50. "streams",
  51. "client",
  52. "server"
  53. ],
  54. "licenses": [
  55. {
  56. "type": "MIT",
  57. "url": "http://github.com/mscdex/ssh2-streams/raw/master/LICENSE"
  58. }
  59. ],
  60. "main": "./index",
  61. "name": "ssh2-streams",
  62. "repository": {
  63. "type": "git",
  64. "url": "git+ssh://git@github.com/mscdex/ssh2-streams.git"
  65. },
  66. "scripts": {
  67. "test": "node test/test.js"
  68. },
  69. "version": "0.4.4"
  70. }