url-file-url

Small module that converts from URLs to filenames to URLs

Apache-2.0 6 个版本
安装
npm install url-file-url
yarn add url-file-url
pnpm add url-file-url
bun add url-file-url
README

url-file-url

Small module that converts from URLs to filenames to URLs

npm install url-file-url

Useful for embedded runtimes with no url module.

Usage

const { fileURLToPath, pathToFileURL } = require('url-file-url')

pathToFileURL('/foo/bar') // file:///foo/bar
fileURLToPath('file:///foo/bar') // /foo/bar

License

Apache-2.0

版本列表
1.0.5 2025-01-11
1.0.4 2024-10-15
1.0.3 2024-09-24
1.0.2 2024-02-20
1.0.1 2024-02-04
1.0.0 2024-02-04