package.json 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "getpass@^0.1.1",
  6. "scope": null,
  7. "escapedName": "getpass",
  8. "name": "getpass",
  9. "rawSpec": "^0.1.1",
  10. "spec": ">=0.1.1 <0.2.0",
  11. "type": "range"
  12. },
  13. "/home/king/Desktop/FINAL/AhMyth/app/node_modules/sshpk"
  14. ]
  15. ],
  16. "_from": "getpass@>=0.1.1 <0.2.0",
  17. "_id": "getpass@0.1.6",
  18. "_inCache": true,
  19. "_installable": true,
  20. "_location": "/getpass",
  21. "_nodeVersion": "0.12.9",
  22. "_npmOperationalInternal": {
  23. "host": "packages-16-east.internal.npmjs.com",
  24. "tmp": "tmp/getpass-0.1.6.tgz_1461907090215_0.6450737570412457"
  25. },
  26. "_npmUser": {
  27. "name": "arekinath",
  28. "email": "alex@cooperi.net"
  29. },
  30. "_npmVersion": "2.14.9",
  31. "_phantomChildren": {},
  32. "_requested": {
  33. "raw": "getpass@^0.1.1",
  34. "scope": null,
  35. "escapedName": "getpass",
  36. "name": "getpass",
  37. "rawSpec": "^0.1.1",
  38. "spec": ">=0.1.1 <0.2.0",
  39. "type": "range"
  40. },
  41. "_requiredBy": [
  42. "/sshpk"
  43. ],
  44. "_resolved": "https://registry.npmjs.org/getpass/-/getpass-0.1.6.tgz",
  45. "_shasum": "283ffd9fc1256840875311c1b60e8c40187110e6",
  46. "_shrinkwrap": null,
  47. "_spec": "getpass@^0.1.1",
  48. "_where": "/home/king/Desktop/FINAL/AhMyth/app/node_modules/sshpk",
  49. "author": {
  50. "name": "Alex Wilson",
  51. "email": "alex.wilson@joyent.com"
  52. },
  53. "bugs": {
  54. "url": "https://github.com/arekinath/node-getpass/issues"
  55. },
  56. "dependencies": {
  57. "assert-plus": "^1.0.0"
  58. },
  59. "description": "getpass for node.js",
  60. "devDependencies": {
  61. "json": "^9.0.3",
  62. "pty.js": "^0.3.0",
  63. "tape": "^4.4.0"
  64. },
  65. "directories": {},
  66. "dist": {
  67. "shasum": "283ffd9fc1256840875311c1b60e8c40187110e6",
  68. "tarball": "https://registry.npmjs.org/getpass/-/getpass-0.1.6.tgz"
  69. },
  70. "gitHead": "e7fdf43ad60aa520f894d41856852aa320f36646",
  71. "homepage": "https://github.com/arekinath/node-getpass#readme",
  72. "license": "MIT",
  73. "main": "lib/index.js",
  74. "maintainers": [
  75. {
  76. "name": "arekinath",
  77. "email": "alex@cooperi.net"
  78. }
  79. ],
  80. "name": "getpass",
  81. "optionalDependencies": {},
  82. "readme": "ERROR: No README data found!",
  83. "repository": {
  84. "type": "git",
  85. "url": "git+https://github.com/arekinath/node-getpass.git"
  86. },
  87. "scripts": {
  88. "test": "tape test/*.test.js"
  89. },
  90. "version": "0.1.6"
  91. }