JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 35553
  • Score
    100M100P100Q137978F
  • License MIT

File URI manipulation library

Package Exports

  • furi

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (furi) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

furi

npm GitHub repository Build status Codecov

File URI manipulation library.

This library is intended as a toolbox to handle file:// URIs. It currently focuses on conversion between file URIs and system dependent paths.

The conversion supports Windows UNC paths, Windows long paths, trailing separators, special characters and non-ASCII characters.

Installation

npm install --save furi

API documentation

See documentation.

References

License

MIT License