{"_id":"@types/gitconfiglocal","_rev":"2931025","name":"@types/gitconfiglocal","description":"TypeScript definitions for gitconfiglocal","dist-tags":{"latest":"2.0.1","ts2.2":"2.0.0","ts2.3":"2.0.0","ts2.4":"2.0.0","ts2.5":"2.0.0","ts2.6":"2.0.0","ts2.7":"2.0.0","ts2.8":"2.0.0","ts2.9":"2.0.0","ts3.0":"2.0.0","ts3.1":"2.0.0","ts3.2":"2.0.0","ts3.3":"2.0.0","ts3.4":"2.0.0","ts3.5":"2.0.0","ts3.6":"2.0.1","ts3.7":"2.0.1","ts3.8":"2.0.1","ts3.9":"2.0.1","ts4.0":"2.0.1","ts4.1":"2.0.1","ts4.2":"2.0.1","ts4.3":"2.0.1","ts4.4":"2.0.1","ts4.5":"2.0.1","ts4.6":"2.0.1","ts4.7":"2.0.1","ts4.8":"2.0.1","ts4.9":"2.0.1","ts5.0":"2.0.1","ts5.1":"2.0.1"},"maintainers":[{"name":"types","email":""}],"time":{"modified":"2023-03-14T06:28:16.000Z","created":"2018-11-19T01:42:35.669Z","2.0.1":"2021-07-08T13:09:20.281Z","2.0.0":"2018-11-19T01:42:35.669Z"},"users":{},"repository":{"type":"git","url":"https://github.com/DefinitelyTyped/DefinitelyTyped.git","directory":"types/gitconfiglocal"},"versions":{"2.0.1":{"name":"@types/gitconfiglocal","version":"2.0.1","description":"TypeScript definitions for gitconfiglocal","homepage":"https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/gitconfiglocal","license":"MIT","contributors":[{"name":"Florian Keller","url":"https://github.com/ffflorian","githubUsername":"ffflorian"}],"main":"","types":"index.d.ts","repository":{"type":"git","url":"https://github.com/DefinitelyTyped/DefinitelyTyped.git","directory":"types/gitconfiglocal"},"scripts":{},"dependencies":{},"typesPublisherContentHash":"c396399b74de47501e3d61869059e9d0ceb10c4c8554b80fd8203177502554a6","typeScriptVersion":"3.6","_id":"@types/gitconfiglocal@2.0.1","dist":{"shasum":"c134f9fb03d71917afa35c14f3b82085520509a6","size":1690,"noattachment":false,"key":"/@types/gitconfiglocal/-/@types/gitconfiglocal-2.0.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/@types/gitconfiglocal/download/@types/gitconfiglocal-2.0.1.tgz"},"_npmUser":{"name":"types","email":"ts-npm-types@microsoft.com"},"directories":{},"maintainers":[{"name":"types","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/gitconfiglocal_2.0.1_1625749760146_0.6619236524628"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T07:44:06.958Z","publish_time":1625749760281,"_cnpm_publish_time":1625749760281},"2.0.0":{"name":"@types/gitconfiglocal","version":"2.0.0","description":"TypeScript definitions for gitconfiglocal","license":"MIT","contributors":[{"name":"Florian Keller","url":"https://github.com/ffflorian","githubUsername":"ffflorian"}],"main":"","types":"index","repository":{"type":"git","url":"https://github.com/DefinitelyTyped/DefinitelyTyped.git"},"scripts":{},"dependencies":{},"typesPublisherContentHash":"d30be5bb724bfdc5dd9ad2cb7e564441b82e2b0868a7094cc1ba208c781e06f4","typeScriptVersion":"2.2","_id":"@types/gitconfiglocal@2.0.0","dist":{"shasum":"a3c9f982948c3abb5b0025ad122678e6a7070579","size":1621,"noattachment":false,"key":"/@types/gitconfiglocal/-/@types/gitconfiglocal-2.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@types/gitconfiglocal/download/@types/gitconfiglocal-2.0.0.tgz"},"maintainers":[{"name":"types","email":""}],"_npmUser":{"name":"types","email":"ts-npm-types@microsoft.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/gitconfiglocal_2.0.0_1542591755577_0.1769880707969107"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T07:44:06.830Z","publish_time":1542591755669,"_cnpm_publish_time":1542591755669}},"readme":"# Installation\r\n> `npm install --save @types/gitconfiglocal`\r\n\r\n# Summary\r\nThis package contains type definitions for gitconfiglocal (https://github.com/soldair/node-gitconfiglocal#readme).\r\n\r\n# Details\r\nFiles were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/gitconfiglocal.\r\n## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/gitconfiglocal/index.d.ts)\r\n````ts\r\n// Type definitions for gitconfiglocal 2.0\n// Project: https://github.com/soldair/node-gitconfiglocal#readme\n// Definitions by: Florian Keller <https://github.com/ffflorian>\n// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped\n// TypeScript Version: 2.2\n\ndeclare namespace gitconfig {\n    interface GitConfig {\n        [key: string]: any;\n    }\n\n    type callback = (error: Error | false, config: GitConfig) => void;\n\n    interface Options {\n        gitDir?: string | undefined;\n    }\n}\n\ndeclare function gitconfig(dir: string, options: gitconfig.Options, cb: gitconfig.callback): void;\ndeclare function gitconfig(dir: string, cb: gitconfig.callback): void;\n\nexport = gitconfig;\n\r\n````\r\n\r\n### Additional Details\r\n * Last updated: Thu, 08 Jul 2021 12:02:09 GMT\r\n * Dependencies: none\r\n * Global values: none\r\n\r\n# Credits\r\nThese definitions were written by [Florian Keller](https://github.com/ffflorian).\r\n","_attachments":{},"homepage":"https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/gitconfiglocal","license":"MIT"}