npm stats
  • Search
  • About
  • Repo
  • Sponsor
  • more
    • Search
    • About
    • Repo
    • Sponsor

Made by Antonio Ramirez

nerf-gun

2.0.0

@indexzero

npmHomeRepoSnykSocket
Downloads:93
$ npm install nerf-gun
DailyWeeklyMonthlyYearly

nerf-gun

A tiny utility that returns nerf darts from URLs for npm.

Usage

Give it a URL and you'll get a "nerf dart":

const nerfGun = require('nerf-gun');

//
// All of these return the same thing
// '//registry.npmjs.org/'
//
nerfGun('http://registry.npmjs.org')
nerfGun('http://registry.npmjs.org')
nerfGun('http://registry.npmjs.org/some-package')
nerfGun('http://registry.npmjs.org/some-package?write=true')
nerfGun('http://user:pass@registry.npmjs.org/some-package?write=true')
nerfGun('http://registry.npmjs.org/#random-hash')
nerfGun('http://registry.npmjs.org/some-package#random-hash')
Contributors Charlie Robbins, Forrest Norvell
LICENSE

Copyright (c) 2014, Charlie Robbins and Contributors. Adapted under the ISC License from npm and npm-registry-client

Copyright (c) 2025, Charlie Robbins and Contributors. Adapted under the Art License from npm via npm/cli