package.json 525 B

123456789101112131415161718192021
  1. {
  2. "name": "getpass",
  3. "version": "0.1.7",
  4. "description": "getpass for node.js",
  5. "main": "lib/index.js",
  6. "dependencies": {
  7. "assert-plus": "^1.0.0"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "https://github.com/arekinath/node-getpass.git"
  12. },
  13. "scripts": {
  14. "test": "tape test/*.test.js"
  15. },
  16. "author": "Alex Wilson <alex.wilson@joyent.com>",
  17. "license": "MIT",
  18. "__npminstall_done": true,
  19. "_from": "getpass@0.1.7",
  20. "_resolved": "https://registry.npmmirror.com/getpass/-/getpass-0.1.7.tgz"
  21. }