{"_id":"@types/dir-glob","_rev":"2802775","name":"@types/dir-glob","description":"TypeScript definitions for dir-glob","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:07.000Z","created":"2018-12-17T18:49:11.163Z","2.0.1":"2021-07-06T20:45:50.022Z","2.0.0":"2018-12-17T18:49:11.163Z"},"users":{},"repository":{"type":"git","url":"https://github.com/DefinitelyTyped/DefinitelyTyped.git","directory":"types/dir-glob"},"versions":{"2.0.1":{"name":"@types/dir-glob","version":"2.0.1","description":"TypeScript definitions for dir-glob","homepage":"https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/dir-glob","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/dir-glob"},"scripts":{},"dependencies":{},"typesPublisherContentHash":"cd346d38a7bd6230d2efa8bca54e5454e4f6d257be63629a7bf270cba9dcebad","typeScriptVersion":"3.6","_id":"@types/dir-glob@2.0.1","dist":{"shasum":"36da41b6ce0f21a8717cd7efe485e66ecac6c9ba","size":1633,"noattachment":false,"key":"/@types/dir-glob/-/@types/dir-glob-2.0.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/@types/dir-glob/download/@types/dir-glob-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/dir-glob_2.0.1_1625604349903_0.5876252148057097"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T07:32:34.473Z","publish_time":1625604350022,"_cnpm_publish_time":1625604350022},"2.0.0":{"name":"@types/dir-glob","version":"2.0.0","description":"TypeScript definitions for dir-glob","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":{},"typesPublisherContentHash":"4e9ac1fd099a43998575b55dbaf7ff3f745f0f4f9767f43ff90a7b8fd7ce5a70","typeScriptVersion":"2.0","_id":"@types/dir-glob@2.0.0","dist":{"shasum":"21f7db2bdc42085c6100ae598f65562138383178","size":1563,"noattachment":false,"key":"/@types/dir-glob/-/@types/dir-glob-2.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@types/dir-glob/download/@types/dir-glob-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/dir-glob_2.0.0_1545072551018_0.4644440309052804"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T07:32:34.368Z","publish_time":1545072551163,"_cnpm_publish_time":1545072551163}},"readme":"# Installation\r\n> `npm install --save @types/dir-glob`\r\n\r\n# Summary\r\nThis package contains type definitions for dir-glob (https://github.com/kevva/dir-glob#readme).\r\n\r\n# Details\r\nFiles were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/dir-glob.\r\n## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/dir-glob/index.d.ts)\r\n````ts\r\n// Type definitions for dir-glob 2.0\n// Project: https://github.com/kevva/dir-glob#readme\n// Definitions by: BendingBender <https://github.com/BendingBender>\n// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped\n\nexport = dirGlob;\n\ndeclare function dirGlob(input: string | string[], options?: dirGlob.Options): Promise<string[]>;\n\ndeclare namespace dirGlob {\n    function sync(input: string | string[], options?: Options): string[];\n\n    interface Options {\n        extensions?: string[] | undefined;\n        files?: string[] | undefined;\n        cwd?: string | undefined;\n    }\n}\n\r\n````\r\n\r\n### Additional Details\r\n * Last updated: Tue, 06 Jul 2021 20:32:45 GMT\r\n * Dependencies: none\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/dir-glob","license":"MIT"}