{"_id":"@types/path-browserify","_rev":"2803746","name":"@types/path-browserify","description":"TypeScript definitions for path-browserify","dist-tags":{"latest":"1.0.0","ts3.7":"1.0.0","ts3.8":"1.0.0","ts3.9":"1.0.0","ts4.0":"1.0.0","ts4.1":"1.0.0","ts4.2":"1.0.0","ts4.3":"1.0.0","ts4.4":"1.0.0","ts4.5":"1.0.0","ts4.6":"1.0.0","ts4.7":"1.0.0","ts4.8":"1.0.0","ts4.9":"1.0.0"},"maintainers":[{"name":"types","email":""}],"time":{"modified":"2022-09-01T09:22:30.000Z","created":"2021-10-28T14:02:11.976Z","1.0.0":"2021-10-28T14:02:11.976Z"},"users":{},"repository":{"type":"git","url":"https://github.com/DefinitelyTyped/DefinitelyTyped.git","directory":"types/path-browserify"},"versions":{"1.0.0":{"name":"@types/path-browserify","version":"1.0.0","description":"TypeScript definitions for path-browserify","homepage":"https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/path-browserify","license":"MIT","contributors":[{"name":"Nathan Bierema","url":"https://github.com/Methuselah96","githubUsername":"Methuselah96"}],"main":"","types":"index.d.ts","repository":{"type":"git","url":"https://github.com/DefinitelyTyped/DefinitelyTyped.git","directory":"types/path-browserify"},"scripts":{},"dependencies":{},"typesPublisherContentHash":"d31327df1d9e50b38479c89b1ee7082534690ef9b5ce2e2d3997d8b0f39d0500","typeScriptVersion":"3.7","_id":"@types/path-browserify@1.0.0","dist":{"shasum":"294ec6e88b6b0d340a3897b7120e5b393f16690e","size":1776,"noattachment":false,"key":"/@types/path-browserify/-/@types/path-browserify-1.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@types/path-browserify/download/@types/path-browserify-1.0.0.tgz"},"_npmUser":{"name":"types","email":"ts-npm-types@microsoft.com"},"directories":{},"maintainers":[{"name":"types","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/path-browserify_1.0.0_1635429731863_0.3419990258831147"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T07:32:46.061Z","publish_time":1635429731976,"_cnpm_publish_time":1635429731976}},"readme":"# Installation\r\n> `npm install --save @types/path-browserify`\r\n\r\n# Summary\r\nThis package contains type definitions for path-browserify (https://github.com/browserify/path-browserify).\r\n\r\n# Details\r\nFiles were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/path-browserify.\r\n## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/path-browserify/index.d.ts)\r\n````ts\r\n// Type definitions for path-browserify 1.0\n// Project: https://github.com/browserify/path-browserify\n// Definitions by: Nathan Bierema <https://github.com/Methuselah96>\n// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped\n\ndeclare namespace path {\n    interface PathObject {\n        root: string;\n        dir: string;\n        base: string;\n        ext: string;\n        name: string;\n    }\n\n    interface Path {\n        resolve(...pathSegments: string[]): string;\n        normalize(path: string): string;\n        isAbsolute(path: string): boolean;\n        join(...paths: string[]): string;\n        relative(from: string, to: string): string;\n        dirname(path: string): string;\n        basename(path: string, ext?: string): string;\n        extname(path: string): string;\n        format(pathObject: Partial<PathObject>): string;\n        parse(path: string): PathObject;\n\n        readonly sep: string;\n        readonly delimiter: string;\n        readonly win32: null;\n        readonly posix: Path;\n    }\n}\n\ndeclare const path: path.Path;\nexport = path;\n\r\n````\r\n\r\n### Additional Details\r\n * Last updated: Thu, 28 Oct 2021 14:01:28 GMT\r\n * Dependencies: none\r\n * Global values: none\r\n\r\n# Credits\r\nThese definitions were written by [Nathan Bierema](https://github.com/Methuselah96).\r\n","_attachments":{},"homepage":"https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/path-browserify","license":"MIT"}