shinnn / is-var-nameLinks
Check if a string can be used as a JavaScript variable name
☆14Updated 6 years ago
Alternatives and similar repositories for is-var-name
Users that are interested in is-var-name are comparing it to the libraries listed below
Sorting:
- Import a module like with `require()` but from a given path☆85Updated 3 years ago
- Lazy number range generator☆82Updated last year
- List of node.js builtin modules☆37Updated last month
- Do stuff with Node.js's native JavaScript modules☆31Updated 3 years ago
- Easy way to create a Readable Stream☆70Updated 8 years ago
- ES spec-compliant shim for String.prototype.padStart☆23Updated 9 months ago
- Create a 'gud nuff' (not cryptographically secure) globally unique id☆21Updated 5 years ago
- Get the directory of globally installed packages and binaries☆77Updated 2 years ago
- A stricter URI encode adhering to RFC 3986☆59Updated 6 years ago
- Import a globally installed module☆58Updated last year
- The Node.js `util.deprecate()` function with browser support☆38Updated 7 years ago
- Get the path of the parent module☆79Updated 3 months ago
- Fast, minimal glob matcher for node.js. Similar to micromatch, minimatch and multimatch, but without support for extended globs (extglobs…☆97Updated 2 years ago
- ES6 Proxies based deep clone☆128Updated 2 years ago
- Take a list of glob patterns and return an array of file locations, respecting `.gitignore` and allowing for ignore patterns via `packag…☆40Updated 2 years ago
- minify javascript in a stream using uglify-js (ES5) or terser (ES6+)☆27Updated 4 years ago
- An ESnext spec-compliant `Array.prototype.flat` shim/polyfill/replacement that works as far down as ES3.☆31Updated last year
- Property descriptor factory☆43Updated last year
- Like the `Did you mean?` in git for npm☆46Updated 3 years ago
- `Promise.all`, but it waits for all promises to settle even if one of them rejected☆15Updated 4 years ago
- Like String#replace(), but for buffers☆27Updated 8 months ago
- Check if something is a Node.js stream☆115Updated last year
- Rename a function☆47Updated 2 years ago
- Resolves the full path to the bin file of a given package by inspecting the \"bin\" field in its package.json.☆30Updated 3 years ago
- Get the path of the caller module