upper-case-first
Version: 
Transforms the string with the first character in upper cased
46 lines (45 loc) • 1.03 kB
JSON
{
  "name": "upper-case-first",
  "version": "3.0.0",
  "description": "Transforms the string with the first character in upper cased",
  "type": "module",
  "files": [
    "dist/"
  ],
  "exports": {
    ".": "./dist/index.js"
  },
  "scripts": {
    "format": "ts-scripts format",
    "specs": "ts-scripts specs",
    "test": "ts-scripts test",
    "build": "ts-scripts build",
    "bench": "vitest bench",
    "prepublishOnly": "npm run build"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/blakeembrey/change-case.git"
  },
  "keywords": [
    "upper",
    "case",
    "first",
    "capitalize",
    "convert",
    "transform"
  ],
  "author": {
    "name": "Blake Embrey",
    "email": "hello@blakeembrey.com",
    "url": "http://blakeembrey.me"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/blakeembrey/change-case/issues"
  },
  "homepage": "https://github.com/blakeembrey/change-case/tree/master/packages/upper-case-first#readme",
  "publishConfig": {
    "access": "public"
  }
}