Package Exports
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 (jspm) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme

JSPM CLI
JSPM CLI is the package management of the JSPM project, supporting import map package management.
Getting Started | Documentation | FAQ- Resolution against
node_modules
for local development workflows. - Versioned, locked dependency management against the local
package.json
. - Tracing and installing the full dependency tree of an application.
- Complete NPM-like module resolution that supports conditional environments and package entry points.
- Support for a wide range of CDNs, such as
jspm.io
,jsDeliver
,esm.sh
andunpkg
. - Import map extraction/injection into HTML files, with module preloading and integrity attributes.
See the documentation and getting started guide on jspm.org.
Contributing
Build and test workflows use Chomp.
License
Apache-2.0