jonschlinkert / pascalcase
Convert a string to pascal case (upper camel case). Used by more than 8.7 million projects on GitHub! Please follow this library's author: https://github.com/jonschlinkert
☆37Updated 3 years ago
Alternatives and similar repositories for pascalcase
Users that are interested in pascalcase are comparing it to the libraries listed below
Sorting:
- Fill in a range of numbers or letters, positive or negative, optionally passing an increment or multiplier to use.☆60Updated 9 months ago
- Define multiple non-enumerable properties at once. Uses `Object.defineProperty` when available; falls back to standard assignment in olde…☆21Updated 9 months ago
- Delete nested properties from an object using dot notation.☆34Updated 3 years ago
- Detect the dominant newline character of a string☆55Updated last year
- Nested/recursive `.gitignore`/`.npmignore` parsing and filtering.☆62Updated 2 weeks ago
- Is this value a JS String object or primitive? This module works cross-realm/iframe, and despite ES6 @@toStringTag.☆21Updated 5 months ago
- Set an array of unique values as the property of an object. Supports setting deeply nested properties using using object-paths/dot notati…☆24Updated 3 years ago
- ☆37Updated last year
- An ESnext spec-compliant `Array.prototype.flat` shim/polyfill/replacement that works as far down as ES3.☆32Updated 5 months ago
- Visit a method over the items in an object, or map visit over the objects in an array. This is an alternative approach to using extend or…☆20Updated 4 years ago
- Strip redundant indentation and indent the string☆54Updated 4 years ago
- Return true if a value is a valid glob pattern string, or array of glob patterns.☆24Updated 5 years ago
- Ponyfill for Error#captureStackTrace☆61Updated 2 years ago
- Constants and utilities about visitor keys to traverse AST.☆43Updated 8 months ago
- Copy static properties, prototype properties, and descriptors from one object to another☆15Updated 4 years ago
- all the types of nodes in htmlparser2's dom☆28Updated 4 months ago
- Invert the key/value of an object. Example: {foo: 'bar'} → {bar: 'foo'}☆37Updated 3 years ago
- One promise for multiple requests in flight to avoid async duplication☆16Updated 4 years ago
- If you use globs, this will make your code faster. Returns `true` if the given string looks like a glob pattern or an extglob pattern. Th…☆93Updated 2 years ago
- Get the auth token set for an npm registry☆35Updated 3 months ago
- Fallback to a default if `process.stdout.getWindowSize` doesn't exist☆24Updated 10 months ago
- Gracefully restore the CLI cursor on exit☆38Updated 9 months ago
- Detects the casing of the input string (camelcase, lowercase, snakecase, kebabcase, snakecase, uppercase etc).☆18Updated 3 months ago
- Create a relative URL with options to minify.☆56Updated 4 years ago
- Is the typeof value a javascript primitive?☆37Updated 4 years ago
- Write a package.json file☆88Updated 9 months ago
- Check if a string matches the name of a Node.js builtin module☆59Updated 2 months ago
- A list of directories you should ignore by default☆23Updated 3 years ago
- Returns the directory used by NPM for globally installed NPM packages.☆35Updated 6 years ago
- Maps lines and columns to character offsets and back.☆25Updated last year