{"_id":"@types/parse-github-repo-url","_rev":"3016544","name":"@types/parse-github-repo-url","description":"TypeScript definitions for parse-github-repo-url","dist-tags":{"latest":"1.4.0","ts4.0":"1.4.0","ts4.1":"1.4.0","ts4.2":"1.4.0","ts4.3":"1.4.0","ts4.4":"1.4.0","ts4.5":"1.4.0","ts4.6":"1.4.0","ts4.7":"1.4.0","ts4.8":"1.4.0","ts4.9":"1.4.0","ts5.0":"1.4.0","ts5.1":"1.4.0","ts5.2":"1.4.0","ts5.3":"1.4.0"},"maintainers":[{"name":"types","email":""}],"time":{"modified":"2023-10-17T06:04:25.000Z","created":"2021-10-29T22:01:52.925Z","1.4.0":"2021-10-29T22:01:52.925Z"},"users":{},"repository":{"type":"git","url":"https://github.com/DefinitelyTyped/DefinitelyTyped.git","directory":"types/parse-github-repo-url"},"versions":{"1.4.0":{"name":"@types/parse-github-repo-url","version":"1.4.0","description":"TypeScript definitions for parse-github-repo-url","homepage":"https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/parse-github-repo-url","license":"MIT","contributors":[{"name":"Christoph Thiede","url":"https://github.com/LinqLover","githubUsername":"LinqLover"}],"main":"","types":"index.d.ts","repository":{"type":"git","url":"https://github.com/DefinitelyTyped/DefinitelyTyped.git","directory":"types/parse-github-repo-url"},"scripts":{},"dependencies":{},"typesPublisherContentHash":"94fd675de10685692db232f078e55e9d2c72b58b1bcd3a030e8aaba3c4b2682b","typeScriptVersion":"4.0","_id":"@types/parse-github-repo-url@1.4.0","dist":{"shasum":"4612e47dc4a3077943e9387aa05343630095cd34","size":1705,"noattachment":false,"key":"/@types/parse-github-repo-url/-/@types/parse-github-repo-url-1.4.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@types/parse-github-repo-url/download/@types/parse-github-repo-url-1.4.0.tgz"},"_npmUser":{"name":"types","email":"ts-npm-types@microsoft.com"},"directories":{},"maintainers":[{"name":"types","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/parse-github-repo-url_1.4.0_1635544912791_0.49999122255544837"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T07:45:24.392Z","publish_time":1635544912925,"_cnpm_publish_time":1635544912925}},"readme":"# Installation\r\n> `npm install --save @types/parse-github-repo-url`\r\n\r\n# Summary\r\nThis package contains type definitions for parse-github-repo-url (https://github.com/repo-utils/parse-github-repo-url).\r\n\r\n# Details\r\nFiles were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/parse-github-repo-url.\r\n## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/parse-github-repo-url/index.d.ts)\r\n````ts\r\n// Type definitions for parse-github-repo-url 1.4\n// Project: https://github.com/repo-utils/parse-github-repo-url\n// Definitions by: Christoph Thiede <https://github.com/LinqLover>\n// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped\n// Minimum TypeScript Version: 4.0\n\n/**\n * Parse all the stupid ways you could write a GitHub URL in your damn `package.json`.\n * @returns `version` could be `false`y, a semantic version, a commit, or a branch, etc.\n */\ndeclare function parse(url: string): false | [user: string, repo: string, version?: string];\n\nexport = parse;\n\r\n````\r\n\r\n### Additional Details\r\n * Last updated: Fri, 29 Oct 2021 22:01:27 GMT\r\n * Dependencies: none\r\n * Global values: none\r\n\r\n# Credits\r\nThese definitions were written by [Christoph Thiede](https://github.com/LinqLover).\r\n","_attachments":{},"homepage":"https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/parse-github-repo-url","license":"MIT"}