Package Exports
- nerf-dart
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 (nerf-dart) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
nerf-dart
Maps a URL to an identifier.
var toNerfDart = require('nerf-dart')
toNerfDart('http://registry.npmjs.org')
// //registry.npmjs.org/
Originally from npm. Taken from https://github.com/npm/npm/blob/master/lib/config/nerf-dart.js and made available as a standalone package for easier reuse.