UNPKG

is-upper-case

Version:
45 lines (44 loc) 991 B
{ "name": "is-upper-case", "version": "3.0.0", "description": "Returns `true` if the string is upper case only.", "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": [ "is", "upper", "case", "check", "boolean" ], "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/is-upper-case#readme", "publishConfig": { "access": "public" } }