{"_id":"@types/isexe","_rev":"2803282","name":"@types/isexe","description":"TypeScript definitions for isexe","dist-tags":{"latest":"2.0.1","ts2.0":"2.0.0","ts2.1":"2.0.0","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"},"maintainers":[{"name":"types","email":""}],"time":{"modified":"2022-09-01T09:22:22.000Z","created":"2018-12-25T05:35:23.704Z","2.0.1":"2021-07-06T21:42:29.330Z","2.0.0":"2018-12-25T05:35:23.704Z"},"users":{},"repository":{"type":"git","url":"https://github.com/DefinitelyTyped/DefinitelyTyped.git","directory":"types/isexe"},"versions":{"2.0.1":{"name":"@types/isexe","version":"2.0.1","description":"TypeScript definitions for isexe","homepage":"https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/isexe","license":"MIT","contributors":[{"name":"BendingBender","url":"https://github.com/BendingBender","githubUsername":"BendingBender"}],"main":"","types":"index.d.ts","repository":{"type":"git","url":"https://github.com/DefinitelyTyped/DefinitelyTyped.git","directory":"types/isexe"},"scripts":{},"dependencies":{"@types/node":"*"},"typesPublisherContentHash":"4b855fac42404bc72ac87ca3aaeea8750d9538261374c4ed7554de7f7818aa3f","typeScriptVersion":"3.6","_id":"@types/isexe@2.0.1","dist":{"shasum":"2660c47e1e75a192c7d65127a776562554c9e307","size":1765,"noattachment":false,"key":"/@types/isexe/-/@types/isexe-2.0.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/@types/isexe/download/@types/isexe-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/isexe_2.0.1_1625607749137_0.4504684831564547"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T07:44:19.526Z","publish_time":1625607749330,"_cnpm_publish_time":1625607749330},"2.0.0":{"name":"@types/isexe","version":"2.0.0","description":"TypeScript definitions for isexe","license":"MIT","contributors":[{"name":"BendingBender","url":"https://github.com/BendingBender","githubUsername":"BendingBender"}],"main":"","types":"index","repository":{"type":"git","url":"https://github.com/DefinitelyTyped/DefinitelyTyped.git"},"scripts":{},"dependencies":{"@types/node":"*"},"typesPublisherContentHash":"3a8b5a06d86f64e1d229d11631d5a4fdd0bea07bdf07a6c20f617e2eac5eb87a","typeScriptVersion":"2.0","_id":"@types/isexe@2.0.0","dist":{"shasum":"df32109bbacdefe7c334a674a14e43a0dfc1cf03","size":1671,"noattachment":false,"key":"/@types/isexe/-/@types/isexe-2.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@types/isexe/download/@types/isexe-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/isexe_2.0.0_1545716123580_0.9021313279471574"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T07:44:19.427Z","publish_time":1545716123704,"_cnpm_publish_time":1545716123704}},"readme":"# Installation\r\n> `npm install --save @types/isexe`\r\n\r\n# Summary\r\nThis package contains type definitions for isexe (https://github.com/isaacs/isexe#readme).\r\n\r\n# Details\r\nFiles were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/isexe.\r\n## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/isexe/index.d.ts)\r\n````ts\r\n// Type definitions for isexe 2.0\n// Project: https://github.com/isaacs/isexe#readme\n// Definitions by: BendingBender <https://github.com/BendingBender>\n// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped\n\n/// <reference types=\"node\" />\n\nexport = isExe;\n\ndeclare function isExe(path: string, options?: isExe.Options): Promise<boolean>;\ndeclare function isExe(\n    path: string,\n    callback: (error: NodeJS.ErrnoException | undefined, isExe: boolean) => void\n): void;\ndeclare function isExe(\n    path: string,\n    options: isExe.Options,\n    callback: (error: NodeJS.ErrnoException | undefined, isExe: boolean) => void\n): void;\n\ndeclare namespace isExe {\n    function sync(path: string, options?: Options): boolean;\n\n    interface Options {\n        ignoreErrors?: boolean | undefined;\n        uid?: number | undefined;\n        gid?: number | undefined;\n        pathExt?: string | undefined;\n    }\n}\n\r\n````\r\n\r\n### Additional Details\r\n * Last updated: Tue, 06 Jul 2021 21:33:42 GMT\r\n * Dependencies: [@types/node](https://npmjs.com/package/@types/node)\r\n * Global values: none\r\n\r\n# Credits\r\nThese definitions were written by [BendingBender](https://github.com/BendingBender).\r\n","_attachments":{},"homepage":"https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/isexe","license":"MIT"}