package.json 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. {
  2. "_args": [
  3. [
  4. "getpass@0.1.7",
  5. "/mnt/data/Sites/anissabensalah.net/user/themes/anissabensalah"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "getpass@0.1.7",
  10. "_id": "getpass@0.1.7",
  11. "_inBundle": false,
  12. "_integrity": "sha1-Xv+OPmhNVprkyysSgmBOi6YhSfo=",
  13. "_location": "/getpass",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "getpass@0.1.7",
  19. "name": "getpass",
  20. "escapedName": "getpass",
  21. "rawSpec": "0.1.7",
  22. "saveSpec": null,
  23. "fetchSpec": "0.1.7"
  24. },
  25. "_requiredBy": [
  26. "/sshpk"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/getpass/-/getpass-0.1.7.tgz",
  29. "_spec": "0.1.7",
  30. "_where": "/mnt/data/Sites/anissabensalah.net/user/themes/anissabensalah",
  31. "author": {
  32. "name": "Alex Wilson",
  33. "email": "alex.wilson@joyent.com"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/arekinath/node-getpass/issues"
  37. },
  38. "dependencies": {
  39. "assert-plus": "^1.0.0"
  40. },
  41. "description": "getpass for node.js",
  42. "homepage": "https://github.com/arekinath/node-getpass#readme",
  43. "license": "MIT",
  44. "main": "lib/index.js",
  45. "name": "getpass",
  46. "repository": {
  47. "type": "git",
  48. "url": "git+https://github.com/arekinath/node-getpass.git"
  49. },
  50. "scripts": {
  51. "test": "tape test/*.test.js"
  52. },
  53. "version": "0.1.7"
  54. }