1.0.4 • Published 8 months ago

url-file-url v1.0.4

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
8 months ago

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.4

8 months ago

1.0.3

9 months ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago