JSPM

nerf-dart

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

maps a URL to an identifier

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

Build Status Coverage Status Dependency Status devDependency Status

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.