npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@phoenix-plugin-registry/asgerf.bracket-rename

v0.2.9

Published

Rename any JavaScript identifier. Place the cursor on an identifier and press Ctrl-R.

Readme

Bracket-Rename

Rename JavaScript Identifier for Brackets.

Installation

Install Brackets and then use the URL to this github page in the extension manager.

Usage

Place the cursor on a JavaScript identifier and press Ctrl-R to rename it.

Change Log

0.2.9 Jul 21, 2015

  • Updated parser to Esprima 2.4.1.
  • Intra-file support for ES6 import/export declarations.
  • The name box should once again select all when it appears.
  • You can again bail out of a renaming by pressing escape.
  • Fixed deprecated API usage.

0.2.8 Jan 31, 2015

  • Updated parser to Esprima 2.0.
  • Support for some ES6 features such as arrow functions.

0.2.7 Nov 2, 2014

  • Editor will now respond with a mini-popup error if the source contains a syntax error. Previously it would silently fail.
  • Fixed a bug in property renaming that would cause the first group of tokens to automatically be selected.

0.2.6 May 4, 2014

  • Command moved to the new Find menu in Sprint 39.

0.2.5 December 24, 2013

0.2.4 December 8, 2013

  • Compatibility with API changes to ModalBar in Sprint 35.

0.2.3 October 17, 2013

  • Fix for new version of Brackets (Sprint 32). The API for ModalBar had changed and was not backward compatible.

0.2.1 July 7, 2013

  • More conservative treatment of arrays. (Removed @prty-of rule)

0.2.0 June 23, 2013

  • Support for HTML files

0.1.1 June 21, 2013

  • Bugfix

0.1.0 June 17, 2013

  • Initial release