{"_id":"@types/getpass","_rev":"2803038","name":"@types/getpass","description":"TypeScript definitions for getpass","dist-tags":{"latest":"0.1.1","ts2.0":"0.1.0","ts2.1":"0.1.0","ts2.2":"0.1.0","ts2.3":"0.1.0","ts2.4":"0.1.0","ts2.5":"0.1.0","ts2.6":"0.1.0","ts2.7":"0.1.0","ts2.8":"0.1.0","ts2.9":"0.1.0","ts3.0":"0.1.0","ts3.1":"0.1.0","ts3.2":"0.1.0","ts3.3":"0.1.0","ts3.4":"0.1.0","ts3.5":"0.1.0","ts3.6":"0.1.1","ts3.7":"0.1.1","ts3.8":"0.1.1","ts3.9":"0.1.1","ts4.0":"0.1.1","ts4.1":"0.1.1","ts4.2":"0.1.1","ts4.3":"0.1.1","ts4.4":"0.1.1","ts4.5":"0.1.1","ts4.6":"0.1.1","ts4.7":"0.1.1","ts4.8":"0.1.1","ts4.9":"0.1.1"},"maintainers":[{"name":"types","email":""}],"time":{"modified":"2022-09-01T09:22:14.000Z","created":"2019-04-19T23:38:55.902Z","0.1.1":"2021-07-06T20:59:24.094Z","0.1.0":"2019-04-19T23:38:55.902Z"},"users":{},"repository":{"type":"git","url":"https://github.com/DefinitelyTyped/DefinitelyTyped.git","directory":"types/getpass"},"versions":{"0.1.1":{"name":"@types/getpass","version":"0.1.1","description":"TypeScript definitions for getpass","homepage":"https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/getpass","license":"MIT","contributors":[{"name":"Claas Ahlrichs","url":"https://github.com/claasahl","githubUsername":"claasahl"}],"main":"","types":"index.d.ts","repository":{"type":"git","url":"https://github.com/DefinitelyTyped/DefinitelyTyped.git","directory":"types/getpass"},"scripts":{},"dependencies":{},"typesPublisherContentHash":"c0e94048d4e2634ba6bf6fadf76c14c185780fcbdfd8222166806b52eb68742f","typeScriptVersion":"3.6","_id":"@types/getpass@0.1.1","dist":{"shasum":"74b55126cde7e0993416f6b11e50dd2183c1755d","size":1616,"noattachment":false,"key":"/@types/getpass/-/@types/getpass-0.1.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/@types/getpass/download/@types/getpass-0.1.1.tgz"},"_npmUser":{"name":"types","email":"ts-npm-types@microsoft.com"},"directories":{},"maintainers":[{"name":"types","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/getpass_0.1.1_1625605163966_0.26709603176831176"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-19T22:37:40.421Z","publish_time":1625605164094,"_cnpm_publish_time":1625605164094},"0.1.0":{"name":"@types/getpass","version":"0.1.0","description":"TypeScript definitions for getpass","license":"MIT","contributors":[{"name":"Claas Ahlrichs","url":"https://github.com/claasahl","githubUsername":"claasahl"}],"main":"","types":"index","repository":{"type":"git","url":"https://github.com/DefinitelyTyped/DefinitelyTyped.git","directory":"types/getpass"},"scripts":{},"dependencies":{},"typesPublisherContentHash":"616837a80f19e182da838c74d957e334e574e12ddc675b76ba2c9ca19d8b0daa","typeScriptVersion":"2.0","_id":"@types/getpass@0.1.0","dist":{"shasum":"517afc17167466722e9857ae741fa87adbbffe50","size":1562,"noattachment":false,"key":"/@types/getpass/-/@types/getpass-0.1.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@types/getpass/download/@types/getpass-0.1.0.tgz"},"maintainers":[{"name":"types","email":""}],"_npmUser":{"name":"types","email":"ts-npm-types@microsoft.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/getpass_0.1.0_1555717135766_0.8278399295807506"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-19T22:37:39.579Z","publish_time":1555717135902,"_cnpm_publish_time":1555717135902}},"readme":"# Installation\r\n> `npm install --save @types/getpass`\r\n\r\n# Summary\r\nThis package contains type definitions for getpass (https://github.com/arekinath/node-getpass#readme).\r\n\r\n# Details\r\nFiles were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/getpass.\r\n## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/getpass/index.d.ts)\r\n````ts\r\n// Type definitions for getpass 0.1\n// Project: https://github.com/arekinath/node-getpass#readme\n// Definitions by: Claas Ahlrichs <https://github.com/claasahl>\n// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped\n\nexport interface Options {\n    prompt?: string | undefined;\n}\n\nexport interface Callback {\n    (error: Error | null, password: string): void;\n}\n\nexport function getPass(cb: Callback): void;\nexport function getPass(options: Options, cb: Callback): void;\n\r\n````\r\n\r\n### Additional Details\r\n * Last updated: Tue, 06 Jul 2021 20:33:04 GMT\r\n * Dependencies: none\r\n * Global values: none\r\n\r\n# Credits\r\nThese definitions were written by [Claas Ahlrichs](https://github.com/claasahl).\r\n","_attachments":{},"homepage":"https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/getpass","license":"MIT"}