path-loader

WebJar for path-loader

License

License

MIT
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

path-loader
Last Version

Last Version

1.0.10
Release Date

Release Date

Type

Type

jar
Description

Description

path-loader
WebJar for path-loader
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

https://github.com/whitlockjc/path-loader

Download path-loader

How to add to project

<!-- https://jarcasting.com/artifacts/org.webjars.npm/path-loader/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>path-loader</artifactId>
    <version>1.0.10</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/path-loader/
implementation 'org.webjars.npm:path-loader:1.0.10'
// https://jarcasting.com/artifacts/org.webjars.npm/path-loader/
implementation ("org.webjars.npm:path-loader:1.0.10")
'org.webjars.npm:path-loader:jar:1.0.10'
<dependency org="org.webjars.npm" name="path-loader" rev="1.0.10">
  <artifact name="path-loader" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='path-loader', version='1.0.10')
)
libraryDependencies += "org.webjars.npm" % "path-loader" % "1.0.10"
[org.webjars.npm/path-loader "1.0.10"]

Dependencies

compile (2)

Group / Artifact Type Version
org.webjars.npm : native-promise-only jar [0.8.1,0.9)
org.webjars.npm : superagent jar [3.8.3,4)

Project Modules

There are no modules declared in this project.

path-loader

Utility that provides a single API for loading the content of a path/URL. This module works in the browser and in io.js/Node.js. Right now this module supports the following loaders:

  • http/https: This loader is used by default in the browser and will also be used in io.js/Node.js if the location being loaded starts with http: or https:
  • file: This loader is the used by default in io.js/Node.js and will throw an error in the browser (Due to how locations are mapped to loaders, the only way to use the file loader in the browser is to attempt to load a file using the URL-version of its location. (Example: file:///Users/not-you/projects/path-loader/package.json))

In the future, there will likely be a pluggable infrastructure for altering this list or overriding the loaders provided by the project but for now that is not an option.

Project Badges

  • Build status: Build Status
  • Dependencies: Dependencies
  • Developer dependencies: Dev Dependencies
  • Downloads: NPM Downloads Per Month
  • Gitter: Join the chat at https://gitter.im/whitlockjc/path-loader
  • License: License
  • Version: NPM Version

Installation

path-loader is available for both Node.js and the browser. Installation instructions for each environment are below.

Browser

path-loader binaries for the browser are available in the dist/ directory:

Node.js

Installation for Node.js applications can be done via NPM.

npm install path-loader --save

Documentation

The documentation for this project can be found here: https://github.com/whitlockjc/path-loader/blob/master/docs/README.md

The path-loader project's API documentation can be found here: https://github.com/whitlockjc/path-loader/blob/master/docs/API.md

Dependencies

Below is the list of projects being used by path-loader and the purpose(s) they are used for:

Versions

Version
1.0.10
1.0.9
1.0.6