UNPKG

pascalcase

Version:

Convert a string to pascal case (upper camelcase).

66 lines (65 loc) 1.22 kB
{ "name": "pascalcase", "description": "Convert a string to pascal case (upper camelcase).", "version": "2.0.0", "homepage": "https://github.com/jonschlinkert/pascalcase", "author": "Jon Schlinkert (https://github.com/jonschlinkert)", "repository": "jonschlinkert/pascalcase", "bugs": { "url": "https://github.com/jonschlinkert/pascalcase/issues" }, "license": "MIT", "type": "module", "main": "index.js", "files": [ "index.js" ], "engines": { "node": ">=14" }, "scripts": { "test": "mocha" }, "devDependencies": { "gulp-format-md": "^2.0.0", "mocha": "^9.1.3" }, "keywords": [ "change case", "camel", "camelcase", "case", "casing", "pascal", "pascal-case", "pascal case", "pascalcase", "string", "upper camel case", "UpperCamelCase" ], "verb": { "toc": false, "layout": "default", "tasks": [ "readme" ], "plugins": [ "gulp-format-md" ], "related": { "list": [ "ansi-colors", "word-wrap", "randomatic", "justified" ] }, "lint": { "reflinks": true } }, "dependencies": { "camelcase": "^6.2.1" } }