package.json 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  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. "/mnt/Data/bach/Documents/ola/OLA#4/OLA#4DOC/sys/node_modules/sshpk"
  14. ]
  15. ],
  16. "_from": "getpass@>=0.1.1 <0.2.0",
  17. "_id": "getpass@0.1.7",
  18. "_inCache": true,
  19. "_location": "/getpass",
  20. "_nodeVersion": "0.12.18",
  21. "_npmOperationalInternal": {
  22. "host": "packages-18-east.internal.npmjs.com",
  23. "tmp": "tmp/getpass-0.1.7.tgz_1493163657029_0.5366648870985955"
  24. },
  25. "_npmUser": {
  26. "name": "arekinath",
  27. "email": "alex@cooperi.net"
  28. },
  29. "_npmVersion": "2.15.11",
  30. "_phantomChildren": {},
  31. "_requested": {
  32. "raw": "getpass@^0.1.1",
  33. "scope": null,
  34. "escapedName": "getpass",
  35. "name": "getpass",
  36. "rawSpec": "^0.1.1",
  37. "spec": ">=0.1.1 <0.2.0",
  38. "type": "range"
  39. },
  40. "_requiredBy": [
  41. "/sshpk"
  42. ],
  43. "_resolved": "https://registry.npmjs.org/getpass/-/getpass-0.1.7.tgz",
  44. "_shasum": "5eff8e3e684d569ae4cb2b1282604e8ba62149fa",
  45. "_shrinkwrap": null,
  46. "_spec": "getpass@^0.1.1",
  47. "_where": "/mnt/Data/bach/Documents/ola/OLA#4/OLA#4DOC/sys/node_modules/sshpk",
  48. "author": {
  49. "name": "Alex Wilson",
  50. "email": "alex.wilson@joyent.com"
  51. },
  52. "bugs": {
  53. "url": "https://github.com/arekinath/node-getpass/issues"
  54. },
  55. "dependencies": {
  56. "assert-plus": "^1.0.0"
  57. },
  58. "description": "getpass for node.js",
  59. "devDependencies": {},
  60. "directories": {},
  61. "dist": {
  62. "shasum": "5eff8e3e684d569ae4cb2b1282604e8ba62149fa",
  63. "tarball": "https://registry.npmjs.org/getpass/-/getpass-0.1.7.tgz"
  64. },
  65. "gitHead": "e219fae3a4458a1aa4b84002539265a6a1475267",
  66. "homepage": "https://github.com/arekinath/node-getpass#readme",
  67. "license": "MIT",
  68. "main": "lib/index.js",
  69. "maintainers": [
  70. {
  71. "name": "arekinath",
  72. "email": "alex@cooperi.net"
  73. }
  74. ],
  75. "name": "getpass",
  76. "optionalDependencies": {},
  77. "readme": "## getpass\n\nGet a password from the terminal. Sounds simple? Sounds like the `readline`\nmodule should be able to do it? NOPE.\n\n## Install and use it\n\n```bash\nnpm install --save getpass\n```\n\n```javascript\nconst mod_getpass = require('getpass');\n```\n\n## API\n\n### `mod_getpass.getPass([options, ]callback)`\n\nGets a password from the terminal. If available, this uses `/dev/tty` to avoid\ninterfering with any data being piped in or out of stdio.\n\nThis function prints a prompt (by default `Password:`) and then accepts input\nwithout echoing.\n\nParameters:\n\n * `options`, an Object, with properties:\n * `prompt`, an optional String\n * `callback`, a `Func(error, password)`, with arguments:\n * `error`, either `null` (no error) or an `Error` instance\n * `password`, a String\n",
  78. "readmeFilename": "README.md",
  79. "repository": {
  80. "type": "git",
  81. "url": "git+https://github.com/arekinath/node-getpass.git"
  82. },
  83. "scripts": {
  84. "test": "tape test/*.test.js"
  85. },
  86. "version": "0.1.7"
  87. }