1.0.2 • Published 8 years ago

path-browser-wrapper v1.0.2

Weekly downloads
6
License
MIT
Repository
github
Last release
8 years ago

Path Browser Wrapper

A wrapper module to allow NodeJS path module to execute in the browser context.

Description

This module is a modified wrapper around the NodeJS path library. This is not a reimplementation of the path library. The advantage is that the path library API is unlikely to change and any bugs in the path library itself will be fixed by an active community working on the core modules.

This module exposes the methods which work in the browser context and utilizes the same to bypass calls to process module which is used to, among other things, differentiate between win32 and posix.

Here's a list of methods available to use:

  • normalize
  • isAbsolute
  • join
  • dirname
  • basename
  • extname
  • format
  • parse
1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago