shinnn / is-var-nameLinks
Check if a string can be used as a JavaScript variable name
☆15Updated 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☆81Updated last year
- Do stuff with Node.js's native JavaScript modules☆31Updated 3 years ago
- random string generator☆28Updated 6 years ago
- The Node.js `util.deprecate()` function with browser support☆38Updated 6 years ago
- ES spec-compliant shim for String.prototype.padStart☆23Updated 5 months ago
- A module which will endeavor to guess your terminal's level of color support.☆23Updated 6 years ago
- Create a MD5 hash with hex encoding☆45Updated last year
- Strip redundant indentation and indent the string☆54Updated 4 years ago
- Get the set npm registry URL☆56Updated 4 months ago
- List of node.js builtin modules☆38Updated last year
- 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
- Take a list of glob patterns and return an array of file locations, respecting `.gitignore` and allowing for ignore patterns via `packag…☆40Updated last year
- Import a globally installed module☆58Updated last year
- Determine if an object is a Buffer☆90Updated 4 years ago
- Reduce a list of values using promises into a promise for a value☆70Updated 2 years ago
- Offers convenient getters and setters for the fs.stat()'s `mode`☆50Updated 5 years ago
- Wait for any promise to be fulfilled☆54Updated 3 years ago
- Get the directory of globally installed packages and binaries☆76Updated last year
- ES6-compliant shim for Object.is - differentiates between -0 and +0, and can compare to NaN.